]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Wed, 31 Jan 2007 23:41:24 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hides deleted messages from pop3

Changed files:
    dovecot-pop3-undeleted.patch -> 1.1

dovecot-pop3-undeleted.patch [new file with mode: 0644]

diff --git a/dovecot-pop3-undeleted.patch b/dovecot-pop3-undeleted.patch
new file mode 100644 (file)
index 0000000..bf366e5
--- /dev/null
@@ -0,0 +1,13 @@
+diff -ur dovecot-1.0.rc15-o/src/pop3/client.c dovecot-1.0.rc15/src/pop3/client.c
+--- dovecot-1.0.rc15-o/src/pop3/client.c       2006-08-10 16:26:41.000000000 -0600
++++ dovecot-1.0.rc15/src/pop3/client.c 2007-01-31 16:38:00.000000000 -0700
+@@ -64,7 +64,8 @@
+       message_sizes_buf = buffer_create_dynamic(default_pool, 512);
+       memset(&search_arg, 0, sizeof(search_arg));
+-      search_arg.type = SEARCH_ALL;
++      search_arg.type = SEARCH_DELETED;
++      search_arg.not = 1;
+       for (i = 0; i < 2; i++) {
+               if (sync_mailbox(client->mailbox, &status) < 0) {
This page took 0.2135 seconds and 4 git commands to generate.