Navigation Menu

Skip to content

Commit

Permalink
mutt: Add "O" macro to save original message
Browse files Browse the repository at this point in the history
Because I can't remember the trick mentioned in 78e9ef2.
  • Loading branch information
wincent committed Dec 15, 2017
1 parent eabdf10 commit 38cbf10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/dotfiles/files/.mutt/config/macros.mutt
Expand Up @@ -57,6 +57,7 @@ macro pager *u "<exit><untag-pattern>~T<enter><tag-pattern>~U<enter>" "select un
macro index,pager \\u "<enter-command>set pipe_decode = yes<enter><pipe-message>urlview<enter><enter-command>set pipe_decode = no<enter>" "view URLs"

macro index,pager | "<pipe-message>" "pipe message to..."
macro index,pager O "<pipe-message>cat > ~/Desktop/original-msg.txt" "save [O]riginal message"

# [m]ove a mail to another folder (in Gmail, "m" would be "[m]ute").
macro pager m "<save-message>?<toggle-mailboxes>" "move to..."
Expand Down

0 comments on commit 38cbf10

Please sign in to comment.