From 9c17500eb55944c9ee14b7b3a671cebe584ab61a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 6 Sep 2003 20:25:33 +0300 Subject: [PATCH] comment changes --HG-- branch : HEAD --- dovecot-example.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dovecot-example.conf b/dovecot-example.conf index 32d06751d1..474a93b3a7 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -162,9 +162,9 @@ # after the '%' character. For example %1u gives the first character of # username. Some examples: # -# maildir:/var/mail/%1u/%u/Maildir -# mbox:~/mail/:INBOX=/var/mail/%u -# mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n +# default_mail_env = maildir:/var/mail/%1u/%u/Maildir +# default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u +# default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n # #default_mail_env = -- 2.47.3