announcement re: mbox->maildir

This commit is contained in:
ahriman 2020-07-04 18:37:31 -04:00
parent 49d8d713b2
commit f0b2aa4a16
1 changed files with 9 additions and 0 deletions

View File

@ -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>