diff options
author | admins <admins@tilde.institute> | 2020-07-05 03:09:10 -0400 |
---|---|---|
committer | admins <admins@tilde.institute> | 2020-07-05 03:09:10 -0400 |
commit | ff9a4aa56d0e94fca9de985be5f8a7dab27cf585 (patch) | |
tree | c5f442e9571fc1dcc55512cd18c336767cd95d38 /misc | |
parent | 7c5db7e0d4d498bc313cc753242cda894a9bb367 (diff) | |
download | admin-ff9a4aa56d0e94fca9de985be5f8a7dab27cf585.tar.gz |
added notice about mbox->maildir to motd
Diffstat (limited to 'misc')
-rw-r--r-- | misc/motd.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/misc/motd.txt b/misc/motd.txt index 7fa4d4e..9ea882e 100644 --- a/misc/motd.txt +++ b/misc/motd.txt @@ -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 + |