jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit a92bfd3efbf6f766699c8b62b6d46c5ec9f18760
parent 1f9d31ba2f31912f551fa905807a98531195c5ef
Author: Jaromil <jaromil@dyne.org>
Date:   Sun,  4 May 2014 20:42:19 +0200

sent folder gets mails only after sending (not placed by mutt)

Diffstat:
Msrc/mutt/general | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/mutt/general b/src/mutt/general @@ -90,8 +90,9 @@ set honor_followup_to = yes set abort_nosubject = no set abort_unmodified = no set copy = yes -# folder to copy sent messages -fcc-hook . "=sent" +# mutt is not going to copy sent messages +# fcc-hook . "=sent" +set record = "" ################## ## Forward options