diff options
author | Urbain Vaes <urbain@vaes.uk> | 2021-05-04 14:09:11 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2021-05-04 14:09:11 +0100 |
commit | fd7b978117224ecca8597191cc44139aced4793a (patch) | |
tree | ada33bc9ef66249e4f386d9a7ef95ff7d8b48df4 /mutt/.mutt/muttrc | |
parent | bdb0747e1224070933140acdfb3003adebb3855e (diff) |
[mutt] Add signature
Diffstat (limited to 'mutt/.mutt/muttrc')
-rw-r--r-- | mutt/.mutt/muttrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 00baa35..356a5a8 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -78,6 +78,8 @@ macro pager u "<pipe-message>urlview\n" # Key bindings bind attach <return> view-mailcap +bind index,pager j next-entry +bind index,pager k previous-entry bind index,pager \Cf next-page bind index,pager \Cb previous-page bind index,pager \Cu next-unread-mailbox @@ -116,4 +118,5 @@ alternates ".*@vaes.uk" # HTML email macro compose 5 "F $HOME/.mutt/filter<enter>y^T^Utext/html; charset=utf-8<enter><enter>" +set signature="$HOME/.mutt/signature" # vim: ft=muttrc |