diff options
Diffstat (limited to 'web/src/alpined.d/imap.c')
-rw-r--r-- | web/src/alpined.d/imap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/alpined.d/imap.c b/web/src/alpined.d/imap.c index be7bcb85..19d1672a 100644 --- a/web/src/alpined.d/imap.c +++ b/web/src/alpined.d/imap.c @@ -53,9 +53,9 @@ long imap_seq_exec_append(MAILSTREAM *, long, void *); * where to put message numbers that matched the search criteria, * and to allow mm_searched to return number of matches. */ -MAILSTREAM *mm_search_stream; +//MAILSTREAM *mm_search_stream; -MM_LIST_S *mm_list_info; +//MM_LIST_S *mm_list_info; |