From 7a870a54e8674ae43ab27bc8fc8a6451184a8876 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 18 Oct 2023 17:47:04 +0100 Subject: Fixed account names in key binds --- .config/aerc/binds.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/aerc/binds.conf') 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 = = :prev-tab = :next-tab -[messages:account=gmail] +[messages:account=Gmail] d = :prompt 'Really move this message to the trash?' mv [Gmail]/Bin D = :mv [Gmail]/Bin -[view:account=gmail] +[view:account=Gmail] d = :prompt 'Really move this message to the trash?' mv [Gmail]/Bin D = :mv [Gmail]/Bin -[messages:account=fastmail] +[messages:account=Fastmail] d = :prompt 'Really move this message to the trash?' mv Trash D = :mv Trash -[view:account=fastmail] +[view:account=Fastmail] d = :prompt 'Really move this message to the trash?' mv Trash D = :mv Trash -- cgit v1.2.3