39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
#
|
|
# aerc main configuration
|
|
# see aerc-config(5) for documentation
|
|
|
|
[general]
|
|
# Set the $TERM environment variable used for the embedded terminal.
|
|
term = foot
|
|
|
|
[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 = emacsclient -c
|
|
|
|
# Edit headers into the text editor instead than separate fields.
|
|
edit-headers = true
|
|
|
|
[filters]
|
|
text/plain=colorize
|
|
text/calendar=calendar
|
|
message/delivery-status=colorize
|
|
message/rfc822=colorize
|
|
|
|
# This special filter is only used to post-process email headers when
|
|
# [viewer].show-headers=true
|
|
# By default, headers are piped directly into the pager.
|
|
.headers=colorize
|
|
|
|
[templates]
|
|
# The directories where the templates are stored. It takes a colon-separated
|
|
# list of directories. If this is unset or if a template cannot be found, the
|
|
# following paths will be used as a fallback in that order:
|
|
template-dirs=~/.config/aerc/templates
|
|
|
|
# The default template to be used for new messages.
|
|
new-message=new_message
|
|
|
|
# The default template to be used for quoted replies.
|
|
quoted-reply=quoted_reply
|