feat(aerc): tweak the configuration
This commit is contained in:
parent
21468a1738
commit
c9ea7179a0
4 changed files with 21 additions and 16 deletions
|
@ -11,13 +11,15 @@ check-mail = 1m
|
|||
folders-sort = INBOX,Drafts,Sent,Archive,Trash,Junk
|
||||
pgp-auto-sign = true
|
||||
pgp-key-id = 08C44FD445331DEF6696FB5D229863E4199FC2F8
|
||||
trusted-authres=purelymail.com
|
||||
|
||||
[Waarp]
|
||||
source = maildir:///home/bca/.cache/mail/waarp/
|
||||
outgoing = /home/bca/.local/bin/msmtp-enqueue.sh -a waarpgmail
|
||||
default = INBOX
|
||||
archive = Archive
|
||||
postpone = Drafts
|
||||
postpone = [Gmail]/Brouillons
|
||||
copy-to = "[Gmail]/Messages envoyés"
|
||||
copy-to-replied = true
|
||||
from = Bruno Carlin <bruno.carlin@waarp.fr>
|
||||
aliases = Bruno Carlin <bruno.carlin@waarp.org>
|
||||
check-mail-cmd = true
|
||||
|
@ -26,4 +28,4 @@ folders-sort = INBOX,Drafts,Sent,Archive,Trash,Junk
|
|||
pgp-auto-sign = true
|
||||
pgp-key-id = 08C44FD445331DEF6696FB5D229863E4199FC2F8
|
||||
folder-map = /home/bca/.config/aerc/waarp.map
|
||||
|
||||
trusted-authres=google.com
|
||||
|
|
|
@ -350,11 +350,11 @@ styleset-name=solarized
|
|||
#
|
||||
# Default: ASCII
|
||||
icon-unencrypted=
|
||||
icon-encrypted=✔
|
||||
icon-signed=✔
|
||||
icon-signed-encrypted=✔
|
||||
icon-unknown=✘
|
||||
icon-invalid=⚠
|
||||
icon-encrypted=🔒
|
||||
icon-signed=🖋️
|
||||
icon-signed-encrypted=🔏
|
||||
icon-unknown=🔑❓
|
||||
icon-invalid=❌
|
||||
icon-new=📨
|
||||
icon-attachment=📎
|
||||
icon-old=⌛
|
||||
|
@ -398,7 +398,7 @@ icon-forwarded=
|
|||
# message list.
|
||||
#
|
||||
# Default: 0
|
||||
#msglist-scroll-offset = 0
|
||||
msglist-scroll-offset = 2
|
||||
|
||||
#
|
||||
# Enable a threaded view of messages. If this is not supported by the backend
|
||||
|
@ -506,14 +506,14 @@ threading-enabled=true
|
|||
# sibling.
|
||||
#
|
||||
# Default: "└─"
|
||||
#thread-prefix-last-sibling = "└─"
|
||||
thread-prefix-last-sibling = "╰─"
|
||||
|
||||
#
|
||||
# Customize the reversed thread prefix appearance by selecting the connector for
|
||||
# the last sibling.
|
||||
#
|
||||
# Default: "┌─"
|
||||
#thread-prefix-last-sibling-reverse = "┌─"
|
||||
thread-prefix-last-sibling-reverse = "╭─"
|
||||
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# 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
|
||||
#
|
||||
|
@ -697,7 +697,7 @@ header-layout=To|From,Cc,Bcc,Subject
|
|||
# Allow to address yourself when replying
|
||||
#
|
||||
# Default: true
|
||||
#reply-to-self=true
|
||||
reply-to-self=false
|
||||
|
||||
# Warn before sending an email with an empty subject.
|
||||
#
|
||||
|
|
|
@ -68,10 +68,13 @@ m = :compose<Enter>
|
|||
|
||||
b = :bounce<space>
|
||||
|
||||
ff = :forward<Enter>
|
||||
fa = :forward -A<Enter>
|
||||
rr = :reply -a<Enter>
|
||||
rq = :reply -aq<Enter>
|
||||
Rr = :reply<Enter>
|
||||
Rq = :reply -q<Enter>
|
||||
F = :flag -t<Enter>
|
||||
|
||||
c = :cf<space>
|
||||
$ = :term<space>
|
||||
|
@ -109,7 +112,8 @@ A = :archive flat<Enter>
|
|||
|
||||
<C-l> = :open-link <space>
|
||||
|
||||
f = :forward<Enter>
|
||||
ff = :forward<Enter>
|
||||
fa = :forward -A<Enter>
|
||||
rr = :reply -a<Enter>
|
||||
rq = :reply -aq<Enter>
|
||||
Rr = :reply<Enter>
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
|
||||
success.fg = 2
|
||||
msglist_unread.bold = true
|
||||
msglist_marked.fg = 6
|
||||
msglist_marked.bg = 0
|
||||
msglist_*.selected.bg = 0
|
||||
|
||||
|
||||
tab.selected.bg = 0
|
||||
|
||||
dirlist_unread.bold = true
|
||||
|
|
Loading…
Add table
Reference in a new issue