From: Martti Rannanjärvi Date: Mon, 3 Jul 2017 12:20:14 +0000 (+0300) Subject: doc: Change del to deleted in imap_logout_format default to match code X-Git-Tag: 2.3.0.rc1~1238 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=375c6e158209605b7bef64ee615e588b60d475e4;p=thirdparty%2Fdovecot%2Fcore.git doc: Change del to deleted in imap_logout_format default to match code --- diff --git a/doc/example-config/conf.d/20-imap.conf b/doc/example-config/conf.d/20-imap.conf index 95d51d62c3..d1cc71f3d3 100644 --- a/doc/example-config/conf.d/20-imap.conf +++ b/doc/example-config/conf.d/20-imap.conf @@ -27,7 +27,7 @@ # client disconnected # %{trashed} - Number of mails that client copied/moved to the # special_use=\Trash mailbox. -#imap_logout_format = in=%i out=%o del=%{deleted} expunged=%{expunged} \ +#imap_logout_format = in=%i out=%o deleted=%{deleted} expunged=%{expunged} \ # trashed=%{trashed} hdr_count=%{fetch_hdr_count} \ # hdr_bytes=%{fetch_hdr_bytes} body_count=%{fetch_body_count} \ # body_bytes=%{fetch_body_bytes}