aerc: init config
This commit is contained in:
parent
f7411d6348
commit
85d3ec640d
5 changed files with 219 additions and 0 deletions
39
.config/aerc/aerc.conf
Normal file
39
.config/aerc/aerc.conf
Normal file
|
@ -0,0 +1,39 @@
|
|||
#
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue