dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit 955e2a2bcb25e535e5aba4e3ad047602f6d00458
parent be000c6892d7dd55faeeed87df15ffaf7f5c3450
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Thu,  8 Jun 2023 11:40:15 +0300

mutt: new mailbox

Diffstat:
Mmutt/.config/mutt/muttrc | 16+++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/mutt/.config/mutt/muttrc b/mutt/.config/mutt/muttrc @@ -71,4 +71,18 @@ set record = "+Sent" set trash = "+Trash" set postponed = "+Drafts" -mailboxes =INBOX =Sent =Trash =Drafts =Checks =spam =tech-obsd =ports-obsd =misc-obsd =announce-obsd =dev-suckless =hackers-suckless =lists =gnu +mailboxes =INBOX \ + =tech-obsd \ + =ports-obsd \ + =misc-obsd \ + =announce-obsd \ + =dev-suckless \ + =hackers-suckless \ + =gnu \ + =github \ + =lists \ + =Sent \ + =Checks \ + =Drafts \ + =spam \ + =Trash