aboutsummaryrefslogtreecommitdiff
path: root/config/aerc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/aerc.conf')
-rw-r--r--config/aerc.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf
index d6ffa389..d195563b 100644
--- a/config/aerc.conf
+++ b/config/aerc.conf
@@ -390,6 +390,16 @@
#header-layout=To|From,Subject
#
+# Edit headers into the text editor instead than separate fields.
+#
+# When this is true, address-book-cmd is not supported and address completion
+# is left to the editor itself. Also, displaying multiple headers on the same
+# line is not possible.
+#
+# Default: false
+#edit-headers=false
+
+#
# Specifies the command to be used to tab-complete email addresses. Any
# occurrence of "%s" in the address-book-cmd will be replaced with what the
# user has typed so far.