Changeset 4166 for trunk/lisp/gnus/pop3.el
- Timestamp:
- 09/18/06 20:48:14 (2 years ago)
- Files:
-
- trunk/lisp/gnus/pop3.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/gnus/pop3.el
r4037 r4166 90 90 maintain no state information between sessions, so what the 91 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 93 leave you with a corrupt mailbox." 92 up. If they do not, then you may get duplicate mails or the 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 98 :version "22.1" ;; Oort Gnus 95 99 :type 'boolean
