]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doc: Change del to deleted in imap_logout_format default to match code
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Mon, 3 Jul 2017 12:20:14 +0000 (15:20 +0300)
committerTimo Sirainen <tss@dovecot.fi>
Wed, 19 Jul 2017 14:03:45 +0000 (17:03 +0300)
doc/example-config/conf.d/20-imap.conf

index 95d51d62c3bfcfb48c85b2db843a8fa801fdac70..d1cc71f3d31c9c42ae72dd358cd166df2eca850d 100644 (file)
@@ -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}