diff options
-rw-r--r-- | .config/aerc/binds.conf | 8 |
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> |