diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-03-23 03:42:50 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-03-23 03:42:50 +0100 |
| commit | e7f451cf14317f4b84a0a5998b70b998c14af45a (patch) | |
| tree | e4c606b23cc4f95644593eb72a03e9bbcea350be /.config/neomutt/mappings | |
| parent | 1ad3d3c71f89caffc751b69850e88096f052898b (diff) | |
Add the initial mutt configurations
Diffstat (limited to '.config/neomutt/mappings')
| -rw-r--r-- | .config/neomutt/mappings | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/neomutt/mappings b/.config/neomutt/mappings new file mode 100644 index 0000000..771b929 --- /dev/null +++ b/.config/neomutt/mappings @@ -0,0 +1,13 @@ +# vim: filetype=neomuttrc + +bind index,pager,attach g noop +macro index,pager gi "<change-folder>=INBOX<enter>" "open inbox" +macro index,pager gd "<change-folder>=Drafts<enter>" "open drafts" +macro index,pager gs "<change-folder>=Sent Messages<enter>" "open sent" +macro index,pager gt "<change-folder>=Deleted Messages<enter>" "open trash" +macro index,pager gf "<change-folder>?" "open mailbox..." + +# Attach PGP public key +bind compose a noop +bind compose aa attach-file +macro compose ap "<attach-key>`echo [email protected]`<enter><enter>" "attach public key" |
