From 67fb0938a66605a0b6a837005804637b348b250d Mon Sep 17 00:00:00 2001 From: Daniel Bridges Date: Mon, 22 Jul 2019 16:29:07 -0700 Subject: Support configurable header layout in compose widget --- config/aerc.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/aerc.conf.in') diff --git a/config/aerc.conf.in b/config/aerc.conf.in index 5b080e9..55dfa13 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -81,6 +81,13 @@ always-show-mime=false # supports it. Defaults to $EDITOR, or vi. editor= +# +# Default header fields to display when composing a message. To display +# multiple headers in the same row, separate them with a pipe, e.g. "To|From". +# +# Default: To|From,Subject +header-layout=To|From,Subject + [filters] # # Filters allow you to pipe an email body through a shell command to render -- cgit v1.2.3