diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:33:47 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:33:47 +0100 |
| commit | 504ad32d0ce1ce1b9df8702b7a27f13bd0d270a5 (patch) | |
| tree | 7fb3dde4b046fcf2d2f40875abdde31f48ae2571 /.config/aerc/aerc.conf | |
| parent | 9744cc04af54c49a311911cfcc9372a32cd470ba (diff) | |
aerc: update config
Diffstat (limited to '.config/aerc/aerc.conf')
| -rw-r--r-- | .config/aerc/aerc.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index fa7b885..e5966a9 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -19,7 +19,7 @@ timestamp-format=2006-01-02 03:04 PM # Width of the sidebar, including the border. # # Default: 20 -sidebar-width=25 +sidebar-width=32 # # Message to display when viewing an empty folder. @@ -86,7 +86,8 @@ styleset-name=default # # Default: less -R # pager=less -g -i -M -R -s -S -w -X -pager=more +# pager=nvimpager --noplugin -c 'set nowrap' +pager=bat --style=plain --color=always --language=email --wrap=character # # If an email offers several versions (multipart), you can configure which @@ -132,7 +133,7 @@ completion-popovers=true # 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= +#editor= # # Default header fields to display when composing a message. To display @@ -165,10 +166,14 @@ address-book-cmd= # against (non-case-sensitive) and a comma, e.g. subject,text will match a # subject which contains "text". Use header,~regex to match against a regex. subject,~^\[PATCH=awk -f /usr/share/aerc/filters/hldiff + text/html=/usr/share/aerc/filters/html +application/pdf=/home/robert/.config/aerc/filters/pdf + text/*=awk -f /usr/share/aerc/filters/plaintext #image/*=catimg -w $(tput cols) - -application/pdf=/home/robert/.config/aerc/filters/pdf +# image/*=img2sixel --height $(($(tput lines)*20)) - +image/*=swayimg /dev/stdin [triggers] # @@ -179,7 +184,7 @@ application/pdf=/home/robert/.config/aerc/filters/pdf # # Executed when a new email arrives in the selected folder -new-email=exec notify-send -a aerc "new mail from %n" "%s" +# new-email=exec notify-send -a aerc -i /usr/share/icons/mdi/scalable/email-plus.svg "new mail from %n" "%s" [templates] # Templates are used to populate email bodies automatically. |