about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--inc/_news.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/_news.html b/inc/_news.html
index 084fae8..9cbf60d 100644
--- a/inc/_news.html
+++ b/inc/_news.html
@@ -1,5 +1,14 @@
 <h1>News</h1>
 
+<em>2020 July 04</em>
+<p>Mail has been switched from the <code>mbox</code> format to <code>maildir</code>. Mail will now be delivered straight to your home directory, into <code>~/Maildir</code>. You'll need to update your mutt configs:<br />
+<code>set mbox_type=Maildir<br />
+set folder="~/Maildir"<br />
+set mbox="~/Maildir"<br />
+set spoolfile="~/Maildir"</code></p>
+<p>I've installed a script to convert your mbox file to maildir. Just run this:</p>
+<p><code>mb2md -s /var/mail/$USER -d ~/Maildir</code></p>
+
 <em>2020 June 08</em>
 <p>Added a new IRC client: <a href="https://git.causal.agency/catgirl/about/"><code>catgirl</code></a></p>