view src/imap/imap-sort.h @ 3141:61abed5f7864 HEAD

Moved command-specific variables from struct client to struct client_command_context and changed code to use it.
author Timo Sirainen <tss@iki.fi>
date Sat, 05 Feb 2005 20:07:26 +0200
parents 793f05a7e50e
children e4eb71ae8e96
line wrap: on
line source

#ifndef __IMAP_SORT_H
#define __IMAP_SORT_H

int imap_sort(struct client_command_context *cmd, const char *charset,
	      struct mail_search_arg *args,
	      const enum mail_sort_type *sort_program);

#endif