Magellan Linux

Contents of /trunk/dovecot/patches/dovecot-1.2.10-magellan-defaults-maildir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1004 - (show annotations) (download)
Thu Mar 4 17:02:17 2010 UTC (14 years, 2 months ago) by niro
File size: 1059 byte(s)
-more config patches

1 diff -Naur dovecot-1.2.10/dovecot-example.conf dovecot-1.2.10-magellan/dovecot-example.conf
2 --- dovecot-1.2.10/dovecot-example.conf 2010-03-04 17:53:02.000000000 +0100
3 +++ dovecot-1.2.10-magellan/dovecot-example.conf 2010-03-04 17:54:05.000000000 +0100
4 @@ -218,7 +218,7 @@
5 #
6 # <doc/wiki/MailLocation.txt>
7 #
8 -#mail_location =
9 +#mail_location = maildir:~/Maildir
10
11 # If you need to set multiple mailbox locations or want to change default
12 # namespace settings, you can do it by defining namespace sections.
13 diff -Naur dovecot-1.2.10/src/master/master-settings.c dovecot-1.2.10-magellan/src/master/master-settings.c
14 --- dovecot-1.2.10/src/master/master-settings.c 2010-03-04 17:53:02.000000000 +0100
15 +++ dovecot-1.2.10-magellan/src/master/master-settings.c 2010-03-04 17:54:24.000000000 +0100
16 @@ -230,7 +230,7 @@
17 MEMBER(mail_uid) "",
18 MEMBER(mail_gid) "",
19
20 - MEMBER(mail_location) "",
21 + MEMBER(mail_location) "maildir:~/Maildir",
22 MEMBER(mail_cache_fields) "",
23 MEMBER(mail_never_cache_fields) "imap.envelope",
24 MEMBER(mail_cache_min_mail_count) 0,