Re: Root user's sent mail

2018-05-02 Thread @lbutlr
On 2018-05-01 (04:27 MDT), Philip Paeps wrote: > > Correct. You should configure Mutt to use Maildir rather than mbox: > > set mbox_type= Maildir Thank you (and Noel), this is a better option than my first idea (piping the sent box through formail -s) -- "He is not

Re: Root user's sent mail

2018-05-01 Thread Philip Paeps
On 2018-04-30 08:07:07 (-0600), LuKreme wrote: The root user sends out some periodic mails to users. These mails get placed in /root/sent (an mbox file) instead of in /root/Maildir/.Sent/ (a Maildir directory). It’s not a big deal, but it makes clearing the mails periodically slightly more

Re: Root user's sent mail

2018-04-30 Thread Noel Jones
On 4/30/2018 9:07 AM, LuKreme wrote: > The root user sends out some periodic mails to users. These mails get placed > in /root/sent (an mbox file) instead of in /root/Maildir/.Sent/ (a Maildir > directory). > > It’s not a big deal, but it makes clearing the mails periodically slightly > more

Re: Root user's sent mail

2018-04-30 Thread Matus UHLAR - fantomas
On 30.04.18 08:07, LuKreme wrote: The root user sends out some periodic mails to users. These mails get placed in /root/sent (an mbox file) instead of in /root/Maildir/.Sent/ (a Maildir directory). | mutt -e 'set content_type=text/html' -s "DMR $($YDAY)" u...@kreme.com -b

Root user's sent mail

2018-04-30 Thread LuKreme
The root user sends out some periodic mails to users. These mails get placed in /root/sent (an mbox file) instead of in /root/Maildir/.Sent/ (a Maildir directory). It’s not a big deal, but it makes clearing the mails periodically slightly more difficult. The mails are sent via a crontab entry