From 3783cab095a9167256afcbfe987d11f35a7003b1 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 5 Sep 2024 12:15:30 -0500 Subject: changes --- config/aerc/accounts.conf | 1 + config/aerc/aerc.conf | 2 +- config/aerc/binds.conf | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/aerc/accounts.conf b/config/aerc/accounts.conf index 7167eb6..f104d32 100644 --- a/config/aerc/accounts.conf +++ b/config/aerc/accounts.conf @@ -4,6 +4,7 @@ outgoing = smtps+plain://marcc%40fastmail.fr@smtp.fastmail.com:465 default = INBOX outgoing-cred-cmd = pass fastmail/marcc from = "Marc Coquand" +address-book-cmd = grep -F -i -- "%s" "/home/mccd/.local/share/maildir2addr/addrs.tsv" copy-to = Sent [Work] diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf index 439bb4a..9729724 100644 --- a/config/aerc/aerc.conf +++ b/config/aerc/aerc.conf @@ -379,6 +379,7 @@ parse-http-links=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=vim # # Default header fields to display when composing a message. To display @@ -399,7 +400,6 @@ parse-http-links=true # ignored. # # This parameter can also be set per account in accounts.conf. -#address-book-cmd= # Specifies the command to be used to select attachments. Any occurence of '%s' # in the file-picker-cmd will be replaced the argument to :attach -m diff --git a/config/aerc/binds.conf b/config/aerc/binds.conf index db96bca..3296c29 100644 --- a/config/aerc/binds.conf +++ b/config/aerc/binds.conf @@ -68,6 +68,7 @@ S = :save | = :pipe D = :delete A = :archive flat +ga = :pipe -mb git am -3 = :open-link @@ -133,4 +134,4 @@ $ex = D = :mv Trash [messages:account=Work] -D = :mv [Gmail]/Bin +D = :mv [Gmail]/Trash -- cgit v1.2.3