view src/imap/imap-sort.h @ 7086:7ed926ed7aa4 HEAD

Updated copyright notices to include year 2008.
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Jan 2008 22:05:21 +0200
parents e4eb71ae8e96
children 077bb84e9e77
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