From 01f333dee52a481a633858ef563dab221f01b945 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 9 Aug 2000 00:13:32 +0000 Subject: Add "Don't delete messages from server" button to remote SOURCEs that * mail-config-gui.c: Add "Don't delete messages from server" button to remote SOURCEs that aren't STORAGEs (ie, POP). (provider_list): Only list SOURCEs. (ie, not mh) * mail-config.c: Save/load "keep_on_server" flag. * mail-ops.c (fetch_remote_mail): New function, split out of real_fetch_mail. Deals with copying mail from a remote server into a temporary mbox, possibly using a CamelUIDCache to leave the messages on the server. svn path=/trunk/; revision=4617 --- mail/mail-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-config.h') diff --git a/mail/mail-config.h b/mail/mail-config.h index 8e8c641d66..033bf18337 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -34,6 +34,7 @@ typedef struct typedef struct { gchar *url; + gboolean keep_on_server; } MailConfigService; typedef struct -- cgit v1.2.3