added notice about mbox->maildir to motd

This commit is contained in:
admins 2020-07-05 03:09:10 -04:00
parent 7c5db7e0d4
commit ff9a4aa56d
1 changed files with 13 additions and 1 deletions

View File

@ -38,7 +38,19 @@ Start a conversation on the mailing list!
Latency issues? Use 'mosh' instead of 'ssh'
Please contact ahriman and kneezle with any questions:
Please contact gbmor and kneezle with any questions:
admins@tilde.institute
**** 04 July 2020 ****
Mail has switched from mbox to maildir. Please update your mutt configs accordingly:
set mbox_type=Maildir
set folder="~/Maildir"
set mbox="~/Maildir"
set spoolfile="~/Maildir"
alpine has been rebuilt with the maildir patch.
use the mb2md script to convert your old messages to maildir:
mb2md -s /var/mail/$USER -d $HOME/Maildir