diff options
author | Daniel Bridges <bridges2@gmail.com> | 2019-07-22 16:29:07 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-26 14:22:04 -0400 |
commit | 67fb0938a66605a0b6a837005804637b348b250d (patch) | |
tree | b9bb363185b248ae8eed29e7b8388d8a71433d3e /doc | |
parent | 1b673b5ea7d06ef914e9d48ff7299f8b5f2119fd (diff) |
Support configurable header layout in compose widget
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 08f65af..592b7af 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -151,6 +151,12 @@ These options are configured in the *[compose]* section of aerc.conf. embedded terminal, though it may also launch a graphical window if the environment supports it. Defaults to *$EDITOR*, or *vi*(1). +*header-layout* + Defines the default headers 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 + ## FILTERS Filters allow you to pipe an email body through a shell command to render |