diff options
author | ahriman <ahriman@falte.red> | 2020-07-04 18:37:31 -0400 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2020-07-04 18:37:31 -0400 |
commit | f0b2aa4a16368e2d22fdde7202cedebfab518329 (patch) | |
tree | bbbd2716879714432e3e78e4f7d92a4cb945cdff /inc/_news.html | |
parent | 49d8d713b224d284bbf479f9a45b56902b566f6d (diff) | |
download | site-f0b2aa4a16368e2d22fdde7202cedebfab518329.tar.gz |
announcement re: mbox->maildir
Diffstat (limited to 'inc/_news.html')
-rw-r--r-- | inc/_news.html | 9 |
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> |