summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/10-mail.conf.diff
blob: 02589b593c6a54858910b959faf3226c8bb9e4d8 (plain)
  1. --- 10-mail.conf.orig 2016-03-02 16:15:32.000000000 +0100
  2. +++ 10-mail.conf 2016-03-20 21:18:08.000000000 +0100
  3. @@ -27,7 +27,7 @@
  4.  #
  5. # <doc/wiki/MailLocation.txt>
  6. #
  7. -mail_location = mbox:~/mail:INBOX=/var/mail/%u
  8. +mail_location = maildir:~/Maildir
  9. # If you need to set multiple mailbox locations or want to change default
  10. # namespace settings, you can do it by defining namespace sections.
  11. @@ -212,7 +212,7 @@
  12. # Space separated list of plugins to load for all services. Plugins specific to
  13. # IMAP, LDA, etc. are added to this list in their own .conf files.
  14. -#mail_plugins =
  15. +mail_plugins = fts fts_lucene
  16. ##
  17. ## Mailbox handling optimizations
  18. @@ -220,7 +220,7 @@
  19. # Mailbox list indexes can be used to optimize IMAP STATUS commands. They are
  20. # also required for IMAP NOTIFY extension to be enabled.
  21. -#mailbox_list_index = no
  22. +mailbox_list_index = yes
  23. # The minimum number of mails in a mailbox before updates are done to cache
  24. # file. This allows optimizing Dovecot's behavior to do less disk writes at
  25. @@ -265,7 +265,7 @@
  26. # Assume Dovecot is the only MUA accessing Maildir: Scan cur/ directory only
  27. # when its mtime changes unexpectedly or when we can't find the mail otherwise.
  28. -#maildir_very_dirty_syncs = no
  29. +maildir_very_dirty_syncs = yes
  30. # If enabled, Dovecot doesn't use the S=<size> in the Maildir filenames for
  31. # getting the mail's physical size, except when recalculating Maildir++ quota.