]> git.rmz.io Git - dotfiles.git/commit
mutt: fix F macro to not write message to home
authorSamir Benmendil <me@rmz.io>
Sat, 8 Aug 2020 12:10:00 +0000 (13:10 +0100)
committerSamir Benmendil <me@rmz.io>
Sat, 8 Aug 2020 12:10:00 +0000 (13:10 +0100)
commitc6a94b49c00ea320c67909cbe0d2df2f95d4fbb9
tree55b0221d0d819d61f16249aa7c5137fd7ab33111
parentcf75e935fef989adf6958d77d1cf69ee4bbec57b
mutt: fix F macro to not write message to home

I'm not entirely sure what was happening here. But IIRC this macro was
writing emails to ~. Possibly because of the `;s` or something.

The set command supports setting multiple options at the same time, just
use that.

Spliting up the command to multiline also makes it easier to read.
mutt/bindings