about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoradmins <admins@tilde.institute>2020-07-05 03:09:10 -0400
committeradmins <admins@tilde.institute>2020-07-05 03:09:10 -0400
commitff9a4aa56d0e94fca9de985be5f8a7dab27cf585 (patch)
treec5f442e9571fc1dcc55512cd18c336767cd95d38
parent7c5db7e0d4d498bc313cc753242cda894a9bb367 (diff)
downloadadmin-ff9a4aa56d0e94fca9de985be5f8a7dab27cf585.tar.gz
added notice about mbox->maildir to motd
-rw-r--r--misc/motd.txt14
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
+