On 08Dec2016 13:18, Cameron Simpson <c...@zip.com.au> wrote:
On 07Dec2016 14:45, FHDATA <fhd...@unm.edu> wrote:
my mutt is 1.5.20
mutt -s hello u...@example.com < /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 u...@example.com <tempfile
Patrick Shanahan's suggest for the setting value is better, so try:
mutt -e 'set copy=no' -s hello u...@example.com <tempfile
Cheers,
Cameron Simpson <c...@zip.com.au>