diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-12-14 08:47:46 -0500 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-12-14 08:47:46 -0500 |
commit | c2e1c500666be4bc048cb1941f4bfe9c16aa8cd9 (patch) | |
tree | fd71ba6bcb5addd6ae810315598e31fb11d45677 | |
parent | Kill line when editing from through F2/F3/F4 (diff) |
kill-line when editing fcc in F2-F4
-rw-r--r-- | .mutt/accounts.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.mutt/accounts.rc b/.mutt/accounts.rc index 2d42d71..72c548d 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><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 <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><kill-line><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><kill-line><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' |