Bind :compose to C in binds.conf

The tutorial mentions using "C" for composing messages, but this was not
actually implemented in binds.conf.
This commit is contained in:
Francis Dinh 2019-05-23 17:58:43 -04:00 committed by Drew DeVault
parent ae9d60e887
commit 10a3d9d209
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ K = :prev-folder<Enter>
d = :confirm 'Really delete this message?' ':delete-message<Enter>'<Enter>
D = :delete<Enter>
C = :compose<Enter>
rr = :reply<Enter>
rq = :reply -q<Enter>
Rr = :reply -a<Enter>