diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-12-14 08:46:25 -0500 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-12-14 08:46:25 -0500 |
commit | a1d45218d148addde01577f13951bb309dac615d (patch) | |
tree | 5de417e4bc4fe2ebfc7f4455a7706d5ea3d07864 /.mutt | |
parent | Fix from fields (diff) |
Kill line when editing from through F2/F3/F4
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/accounts.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.mutt/accounts.rc b/.mutt/accounts.rc index 59551fa..2d42d71 100644 --- a/.mutt/accounts.rc +++ b/.mutt/accounts.rc @@ -73,8 +73,8 @@ macro index <F12> "cimaps://imap.gmail.com/INBOX<enter>" macro index <F11> "cimap://localhost/INBOX<enter>" macro index <F10> "cimaps://mail.queensu.ca/Inbox<enter>" -macro compose <F2> '<enter-command>set sendmail="MSMTP_PATH -a ubuntu"<enter><enter-command>unset smtp_url<enter><enter-command>unset smtp_pass<enter><edit-from>Ryan Kavanagh <ryanakca@ubuntu.com><enter><edit-fcc><enter><enter-command>set postponed="=[Google Mail]/Drafts"<enter>' "Sent mail from Ubuntu account" -macro compose <F3> '<enter-command>set sendmail="MSMTP_PATH"<enter><enter-command>unset smtp_url<enter><enter-command>unset smtp_pass<enter><edit-from>Ryan Kavanagh <ryanakca@kubuntu.org><enter><edit-fcc><enter><enter-command>set postponed="=[Google Mail]/Drafts"<enter>' "Sent mail from Kubuntu account" -macro compose <F4> '<enter-command>unset sendmail<enter><edit-from>Ryan Kavanagh <ryan.kavanagh@queensu.ca><enter><edit-fcc>=QueensU.Sent<enter><enter-command>set postponed="=QueensU.Drafts"<enter><enter-command>set smtp_url="smtps://9rak@mail.queensu.ca:465/"<enter><enter-command>set smtp_pass="QUEENSU_PASS"<enter><enter-command>set record="=QueensU.Sent"<enter>' "Sent mail from Queen's account" +macro compose <F2> '<enter-command>set sendmail="MSMTP_PATH -a ubuntu"<enter><enter-command>unset smtp_url<enter><enter-command>unset smtp_pass<enter><edit-from><kill-line>Ryan Kavanagh <ryanakca@ubuntu.com><enter><edit-fcc><enter><enter-command>set postponed="=[Google Mail]/Drafts"<enter>' "Sent mail from Ubuntu account" +macro compose <F3> '<enter-command>set sendmail="MSMTP_PATH"<enter><enter-command>unset smtp_url<enter><enter-command>unset smtp_pass<enter><edit-from><kill-line>Ryan Kavanagh <ryanakca@kubuntu.org><enter><edit-fcc><enter><enter-command>set postponed="=[Google Mail]/Drafts"<enter>' "Sent mail from Kubuntu account" +macro compose <F4> '<enter-command>unset sendmail<enter><edit-from><kill-line>Ryan Kavanagh <ryan.kavanagh@queensu.ca><enter><edit-fcc>=QueensU.Sent<enter><enter-command>set postponed="=QueensU.Drafts"<enter><enter-command>set smtp_url="smtps://9rak@mail.queensu.ca:465/"<enter><enter-command>set smtp_pass="QUEENSU_PASS"<enter><enter-command>set record="=QueensU.Sent"<enter>' "Sent mail from Queen's account" set certificate_file = '~/.mutt/certs/certificates' |