From ee1ac35c72197288247cd8c9bd206bbb2fd1b9e8 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 30 Mar 2020 19:08:15 +0800 Subject: [PATCH] Typo --- en_US/howto/dovecot.imapsieve.md | 2 +- html/dovecot.imapsieve.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US/howto/dovecot.imapsieve.md b/en_US/howto/dovecot.imapsieve.md index f5448dba..f8eb6e7a 100644 --- a/en_US/howto/dovecot.imapsieve.md +++ b/en_US/howto/dovecot.imapsieve.md @@ -44,7 +44,7 @@ Please update Dovecot config file `/etc/dovecot/dovecot.conf` to: ``` # Store METADATA information within user's HOME directory -mail_attribute_dict = file:%h/dovecot-attributes +mail_attribute_dict = file:%Lh/dovecot-attributes protocol imap { ... diff --git a/html/dovecot.imapsieve.html b/html/dovecot.imapsieve.html index 9827df7e..08dbbe14 100644 --- a/html/dovecot.imapsieve.html +++ b/html/dovecot.imapsieve.html @@ -75,7 +75,7 @@ server can precisely catch more spams.

  • Add required settings for imap_sieve in plugin {} section.
  • # Store METADATA information within user's HOME directory
    -mail_attribute_dict = file:%h/dovecot-attributes
    +mail_attribute_dict = file:%Lh/dovecot-attributes
     
     protocol imap {
         ...