summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-09-05 12:15:30 -0500
committerMarc Coquand <marc@mccd.space>2024-09-05 12:15:30 -0500
commit3783cab095a9167256afcbfe987d11f35a7003b1 (patch)
tree73a65b01330ba28777aef62c39446eba80817536 /config
parent1c1bab4e0f73aadec8def78a5313d22e1fb9462f (diff)
downloadbsd-netbsd.tar.gz
bsd-netbsd.tar.bz2
bsd-netbsd.zip
changesnetbsd
Diffstat (limited to '')
-rw-r--r--config/aerc/accounts.conf1
-rw-r--r--config/aerc/aerc.conf2
-rw-r--r--config/aerc/binds.conf3
3 files changed, 4 insertions, 2 deletions
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" <marc@mccd.space>
+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 <arg> 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<space>
| = :pipe<space>
D = :delete<Enter>
A = :archive flat<Enter>
+ga = :pipe -mb git am -3<Enter>
<C-l> = :open-link <space>
@@ -133,4 +134,4 @@ $ex = <C-x>
D = :mv Trash<Enter>
[messages:account=Work]
-D = :mv [Gmail]/Bin<Enter>
+D = :mv [Gmail]/Trash<Enter>