diff dovecot-example.conf @ 4925:15fd97d86693 HEAD

Updated pop3_uidl_format comments.
author Timo Sirainen <tss@iki.fi>
date Wed, 20 Dec 2006 07:07:17 +0200
parents 2f9173e103fd
children 8bc6aeec99d9
line wrap: on
line diff
--- a/dovecot-example.conf	Wed Dec 20 06:52:28 2006 +0200
+++ b/dovecot-example.conf	Wed Dec 20 07:07:17 2006 +0200
@@ -572,10 +572,11 @@
   # Keep the mailbox locked for the entire POP3 session.
   #pop3_lock_session = no
 
-  # POP3 UIDL format to use. You can use following variables:
+  # POP3 UIDL (unique mail identifier) format to use. You can use following
+  # variables:
   #
-  #  %v - Mailbox UIDVALIDITY
-  #  %u - Mail UID
+  #  %v - Mailbox's IMAP UIDVALIDITY
+  #  %u - Mail's IMAP UID
   #  %m - MD5 sum of the mailbox headers in hex (mbox only)
   #  %f - filename (maildir only)
   #