On 07Dec2016 14:45, FHDATA <[email protected]> wrote:
my mutt is 1.5.20mutt -s hello [email protected] < /tmp/jnk123 what do I need to add to above and/or to .muttrc to prevent mutt from appending/saving outgoing email to the Sent folder?
Try making $record empty, or /dev/null. Eg: mutt -e 'set record=/dev/null' -s hello [email protected] <tempfile Cheers, Cameron Simpson <[email protected]>
