comparison lisp/gnus/pop3.el @ 72810:709ee6c1e02a

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 136) - Update from CVS 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate mails in the doc string. Add some URLs in comment. 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix backslashes handling and the way to find boundaries of quoted strings. 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Mail Source Specifiers): Mention problem of duplicate mails with pop3-leave-mail-on-server. Fix wording. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-431
author Miles Bader <miles@gnu.org>
date Mon, 11 Sep 2006 14:45:20 +0000
parents 1077b8039c32
children aeb79612dc36 a1a25ac6c88a
comparison
equal deleted inserted replaced
72809:2e3600f9c992 72810:709ee6c1e02a
87 87
88 If the `pop3-leave-mail-on-server' is non-`nil' the mail is to be 88 If the `pop3-leave-mail-on-server' is non-`nil' the mail is to be
89 left on the POP server after fetching. Note that POP servers 89 left on the POP server after fetching. Note that POP servers
90 maintain no state information between sessions, so what the 90 maintain no state information between sessions, so what the
91 client believes is there and what is actually there may not match 91 client believes is there and what is actually there may not match
92 up. If they do not, then the whole thing can fall apart and 92 up. If they do not, then you may get duplicate mails or the
93 leave you with a corrupt mailbox." 93 whole thing can fall apart and leave you with a corrupt mailbox."
94 ;; We can't use the UILD support from XEmacs mail-lib or cvs.m17n.org:
95 ;; http://thread.gmane.org/v9lld8fml4.fsf@marauder.physik.uni-ulm.de
96 ;; http://thread.gmane.org/b9yy8hzy9ej.fsf@jpl.org
97 ;; Any volunteer to re-implement this?
94 :version "22.1" ;; Oort Gnus 98 :version "22.1" ;; Oort Gnus
95 :type 'boolean 99 :type 'boolean
96 :group 'pop3) 100 :group 'pop3)
97 101
98 (defvar pop3-timestamp nil 102 (defvar pop3-timestamp nil