From d1de575a36831ee876ad75adefd983d232dd69d1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Oct 2023 01:28:11 +0200 Subject: aerc: Add my aerc configuration --- .config/aerc/accounts.conf | 45 +++++++++++++++++++ .config/aerc/aerc.conf | 31 +++++++++++++ .config/aerc/binds.conf | 106 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 182 insertions(+) create mode 100644 .config/aerc/accounts.conf create mode 100644 .config/aerc/aerc.conf create mode 100644 .config/aerc/binds.conf (limited to '.config/aerc') diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf new file mode 100644 index 0000000..88cac87 --- /dev/null +++ b/.config/aerc/accounts.conf @@ -0,0 +1,45 @@ +[Personal] +copy-to = Sent +default = Inbox +folders-sort = Inbox +from = Thomas Voss +source = maildir://~/mail/mail@thomasvoss.com +source‐cred‐cmd = vlt raw Email mail@thomasvoss.com +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email mail@thomasvoss.com +signature-cmd = printf '— Thomas' + +[EuroCash] +copy-to = Sent +default = Inbox +folders-sort = Inbox +from = EuroCash Admin +source = maildir://~/mail/mail@euro-cash.eu +source‐cred‐cmd = vlt raw Email mail@euro-cash.eu +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email mail@euro-cash.eu +signature-cmd = printf '— Thomas' + +[Legacy] +copy-to = Sent +default = Inbox +folders-sort = Inbox +from = Thomas Voss +source = maildir://~/mail/thomasvoss@live.com +source‐cred‐cmd = vlt raw Email thomasvoss@live.com +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email thomasvoss@live.com +signature-cmd = printf '— Thomas' + +[Humanwave] +archive = [Gmail]/All Mail +copy-to = [Gmail]/Sent Mail +default = Inbox +folders-sort = Inbox +from = Thomas Voss +postpone = [Gmail]/Drafts +source = maildir://~/mail/thomas.voss@humanwave.nl +source‐cred‐cmd = vlt raw Email thomas.voss@humanwave.nl +outgoing = /usr/bin/msmtp +outgoing‐cred‐cmd = vlt raw Email thomas.voss@humanwave.nl +signature-cmd = printf '— Thomas' diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf new file mode 100644 index 0000000..4638673 --- /dev/null +++ b/.config/aerc/aerc.conf @@ -0,0 +1,31 @@ +[ui] +timestamp-format=02 Jan 2006 15:04 +this-day-time-format=Today at 15:04 +this-week-time-format=Monday at 15:03 +this-year-time-format=02 January 15:04 +sidebar-width=22 +empty-message=No emails… +empty-dirlist=No folders… +dirlist-delay=100ms +sort=-r date + +fuzzy-complete=true + +[statusline] +column-left= +column-center= +column-right= + +[viewer] +alternatives=text/plain + +[compose] +header-layout=To|From,Cc|Bcc,Subject +file-picker-cmd=fzf + +[filters] +text/plain=colorize +text/calendar=calendar +message/delivery-status=colorize +message/rfc822=colorize +.headers=colorize diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf new file mode 100644 index 0000000..e78c2eb --- /dev/null +++ b/.config/aerc/binds.conf @@ -0,0 +1,106 @@ + = :prev-tab + = :next-tab + +? = :help keys + +[messages] +q = :quit + +j = :next +k = :prev + = :next + = :prev + +g = :select 0 +G = :select -1 + + = :next-folder + = :prev-folder + +v = :mark -t +V = :mark -v + +T = :toggle-threads + + = :view +D = :delete +A = :archive flat + +C = :compose +F = :forward -A +RR = :reply -q +RA = :reply -aq + +c = :cf +| = :pipe + +/ = :search +\ = :filter +n = :next-result +N = :prev-result + = :clear + +! = :flag -tx Flagged + +[messages:folder=Drafts] + = :recall + +[view] +/ = :toggle-key-passthrough/ +q = :close +O = :open +S = :save +| = :pipe +D = :delete +A = :archive flat + + = :open-link + +f = :forward +R = :reply -q + +H = :toggle-headers + +J = :next +K = :prev + +[view::passthrough] +$noinherit = true +$ex = + = :toggle-key-passthrough + +[compose] +# Keybindings used when the embedded terminal is not selected in the compose +# view +$noinherit = true +$ex = + + = :prev-field + = :next-field + = :prev-tab + = :next-tab + +[compose::editor] +# Keybindings used when the embedded terminal is selected in the compose view +$noinherit = true +$ex = + = :prev-field + = :next-field + = :prev-tab + = :next-tab + +[compose::review] +# Keybindings used when reviewing a message to be sent +y = :send +p = :postpone +q = :abort +e = :edit +a = :attach +d = :detach + +[terminal] +$noinherit = true +$ex = + + = :prev-tab + = :next-tab -- cgit v1.2.3