diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-25 14:53:24 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-25 14:53:24 -0500 |
commit | c17ca40626d7db52e3e4776a8dd3c5ae3ae0d241 (patch) | |
tree | 3ebc6f69dd039b15890bac94483980882273cb79 /dot_muttrc | |
parent | more cwm bindings (diff) |
set fcc_before_send in neomuttrc
Diffstat (limited to '')
-rw-r--r-- | dot_muttrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -122,6 +122,8 @@ set mbox_type=mbox # In case it's unset set sendmail="sendmail -oem -oi" +set fcc_before_send=yes + # For the -f option to work properly with account-hooks, it looks like I need # to unset the folder option unset folder |