diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-10-01 12:03:02 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-10-01 12:23:29 +0100 |
commit | 45ceae0de2b01480ab2502c4935c62aa681789e9 (patch) | |
tree | 6c15e021eed4e986b67210f07dd666d0b0aab356 /mutt | |
parent | 661e17e2180890fe607927ef2d22f24e43d8d4d1 (diff) |
Add script to attach file
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/muttrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index de98ad0..95faa6f 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -87,6 +87,8 @@ bind pager j next-entry bind pager k previous-entry bind pager R group-reply +macro compose \CA "!mutt_attach\n" + # Hooks folder-hook 'Work*' 'source ~/.mutt/id_work' folder-hook 'Personal*' 'source ~/.mutt/id_personal' |