aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-10-18 17:47:04 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-10-18 17:47:04 +0100
commit7a870a54e8674ae43ab27bc8fc8a6451184a8876 (patch)
tree06559e425a3dc7652ba20d8e8521654ce5ed7a11 /.config
parent9bfd7ca098dc13424eaef4bcf0d2558a75db991a (diff)
Fixed account names in key binds
Diffstat (limited to '.config')
-rw-r--r--.config/aerc/binds.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf
index cd94f0a..62ad532 100644
--- a/.config/aerc/binds.conf
+++ b/.config/aerc/binds.conf
@@ -128,18 +128,18 @@ $ex = <C-x>
<C-p> = :prev-tab<Enter>
<C-n> = :next-tab<Enter>
-[messages:account=gmail]
+[messages:account=Gmail]
d = :prompt 'Really move this message to the trash?' mv [Gmail]/Bin<Enter>
D = :mv [Gmail]/Bin<Enter>
-[view:account=gmail]
+[view:account=Gmail]
d = :prompt 'Really move this message to the trash?' mv [Gmail]/Bin<Enter>
D = :mv [Gmail]/Bin<Enter>
-[messages:account=fastmail]
+[messages:account=Fastmail]
d = :prompt 'Really move this message to the trash?' mv Trash<Enter>
D = :mv Trash<Enter>
-[view:account=fastmail]
+[view:account=Fastmail]
d = :prompt 'Really move this message to the trash?' mv Trash<Enter>
D = :mv Trash<Enter>