From: Samir Benmendil Date: Sat, 8 Aug 2020 12:10:00 +0000 (+0100) Subject: mutt: fix F macro to not write message to home X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c6a94b49c00ea320c67909cbe0d2df2f95d4fbb9?ds=inline;hp=c6a94b49c00ea320c67909cbe0d2df2f95d4fbb9 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. ---