cjsmall
2022-05-16 18:09:07 UTC
Mutt 1.13.2 package on Xubuntu 20.04. (Latest in the archives)
I have a feeling that this will turn out to be an obvious answer, but I didn't see an appropriate option on the mutt manual page.
I have some cron shell scripts that email me notifications regarding system status. I am getting copies of these notifications in my default mbox when they are sent and I would like to stop these copies from being saved. the command in the scripts is:
cat <file> | /usr/bin/mutt -s ${PROGNAME} ***@domain.com
Is there an option to stop saving the outgoing message, or some other trick to suppress this.
Thanks.
I have a feeling that this will turn out to be an obvious answer, but I didn't see an appropriate option on the mutt manual page.
I have some cron shell scripts that email me notifications regarding system status. I am getting copies of these notifications in my default mbox when they are sent and I would like to stop these copies from being saved. the command in the scripts is:
cat <file> | /usr/bin/mutt -s ${PROGNAME} ***@domain.com
Is there an option to stop saving the outgoing message, or some other trick to suppress this.
Thanks.