feat(aerc): tweak the configuration

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent 21468a1738
commit c9ea7179a0
4 changed files with 21 additions and 16 deletions

View file

@ -11,13 +11,15 @@ check-mail = 1m
folders-sort = INBOX,Drafts,Sent,Archive,Trash,Junk folders-sort = INBOX,Drafts,Sent,Archive,Trash,Junk
pgp-auto-sign = true pgp-auto-sign = true
pgp-key-id = 08C44FD445331DEF6696FB5D229863E4199FC2F8 pgp-key-id = 08C44FD445331DEF6696FB5D229863E4199FC2F8
trusted-authres=purelymail.com
[Waarp] [Waarp]
source = maildir:///home/bca/.cache/mail/waarp/ source = maildir:///home/bca/.cache/mail/waarp/
outgoing = /home/bca/.local/bin/msmtp-enqueue.sh -a waarpgmail outgoing = /home/bca/.local/bin/msmtp-enqueue.sh -a waarpgmail
default = INBOX default = INBOX
archive = Archive postpone = [Gmail]/Brouillons
postpone = Drafts copy-to = "[Gmail]/Messages envoyés"
copy-to-replied = true
from = Bruno Carlin <bruno.carlin@waarp.fr> from = Bruno Carlin <bruno.carlin@waarp.fr>
aliases = Bruno Carlin <bruno.carlin@waarp.org> aliases = Bruno Carlin <bruno.carlin@waarp.org>
check-mail-cmd = true check-mail-cmd = true
@ -26,4 +28,4 @@ folders-sort = INBOX,Drafts,Sent,Archive,Trash,Junk
pgp-auto-sign = true pgp-auto-sign = true
pgp-key-id = 08C44FD445331DEF6696FB5D229863E4199FC2F8 pgp-key-id = 08C44FD445331DEF6696FB5D229863E4199FC2F8
folder-map = /home/bca/.config/aerc/waarp.map folder-map = /home/bca/.config/aerc/waarp.map
trusted-authres=google.com

View file

@ -350,11 +350,11 @@ styleset-name=solarized
# #
# Default: ASCII # Default: ASCII
icon-unencrypted= icon-unencrypted=
icon-encrypted= icon-encrypted=🔒
icon-signed= icon-signed=🖋️
icon-signed-encrypted= icon-signed-encrypted=🔏
icon-unknown= icon-unknown=🔑❓
icon-invalid= icon-invalid=
icon-new=📨 icon-new=📨
icon-attachment=📎 icon-attachment=📎
icon-old=⌛ icon-old=⌛
@ -398,7 +398,7 @@ icon-forwarded=
# message list. # message list.
# #
# Default: 0 # Default: 0
#msglist-scroll-offset = 0 msglist-scroll-offset = 2
# #
# Enable a threaded view of messages. If this is not supported by the backend # Enable a threaded view of messages. If this is not supported by the backend
@ -506,14 +506,14 @@ threading-enabled=true
# sibling. # sibling.
# #
# Default: "└─" # Default: "└─"
#thread-prefix-last-sibling = "└─" thread-prefix-last-sibling = "╰─"
# #
# Customize the reversed thread prefix appearance by selecting the connector for # Customize the reversed thread prefix appearance by selecting the connector for
# the last sibling. # the last sibling.
# #
# Default: "┌─" # Default: "┌─"
#thread-prefix-last-sibling-reverse = "┌─" thread-prefix-last-sibling-reverse = "╭─"
# #
# Customize the thread prefix appearance by selecting the connector for dummy # Customize the thread prefix appearance by selecting the connector for dummy
@ -610,7 +610,7 @@ threading-enabled=true
# none of their specified headers are present in the message. # none of their specified headers are present in the message.
# #
# Default: From|To,Cc|Bcc,Date,Subject # Default: From|To,Cc|Bcc,Date,Subject
#header-layout=From|To,Cc|Bcc,Date,Subject header-layout=From|To,Cc|Bcc,Date,Subject,DKIM|SPF|DMARC
# Whether to always show the mimetype of an email, even when it is just a single part # Whether to always show the mimetype of an email, even when it is just a single part
# #
@ -697,7 +697,7 @@ header-layout=To|From,Cc,Bcc,Subject
# Allow to address yourself when replying # Allow to address yourself when replying
# #
# Default: true # Default: true
#reply-to-self=true reply-to-self=false
# Warn before sending an email with an empty subject. # Warn before sending an email with an empty subject.
# #

View file

@ -68,10 +68,13 @@ m = :compose<Enter>
b = :bounce<space> b = :bounce<space>
ff = :forward<Enter>
fa = :forward -A<Enter>
rr = :reply -a<Enter> rr = :reply -a<Enter>
rq = :reply -aq<Enter> rq = :reply -aq<Enter>
Rr = :reply<Enter> Rr = :reply<Enter>
Rq = :reply -q<Enter> Rq = :reply -q<Enter>
F = :flag -t<Enter>
c = :cf<space> c = :cf<space>
$ = :term<space> $ = :term<space>
@ -109,7 +112,8 @@ A = :archive flat<Enter>
<C-l> = :open-link <space> <C-l> = :open-link <space>
f = :forward<Enter> ff = :forward<Enter>
fa = :forward -A<Enter>
rr = :reply -a<Enter> rr = :reply -a<Enter>
rq = :reply -aq<Enter> rq = :reply -aq<Enter>
Rr = :reply<Enter> Rr = :reply<Enter>

View file

@ -1,10 +1,9 @@
success.fg = 2
msglist_unread.bold = true msglist_unread.bold = true
msglist_marked.fg = 6 msglist_marked.fg = 6
msglist_marked.bg = 0 msglist_marked.bg = 0
msglist_*.selected.bg = 0 msglist_*.selected.bg = 0
tab.selected.bg = 0 tab.selected.bg = 0
dirlist_unread.bold = true dirlist_unread.bold = true