diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 8b3ac3a..1211764 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -57,6 +57,13 @@ pager=less -R # Default: text/plain,text/html alternatives=text/plain,text/html +[compose] +# +# Specifies the command to run the editor with. It will be shown in an embedded +# terminal, though it may also launch a graphical window if the environment +# supports it. Defaults to $EDITOR, or vi. +editor= + [filters] # # Filters allow you to pipe an email body through a shell command to render |