On 08Dec2016 13:18, Cameron Simpson <[email protected]> wrote:
On 07Dec2016 14:45, FHDATA <[email protected]> wrote:
my mutt is 1.5.20

mutt -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

Patrick Shanahan's suggest for the setting value is better, so try:

 mutt -e 'set copy=no' -s hello [email protected] <tempfile

Cheers,
Cameron Simpson <[email protected]>

Reply via email to