From d01c69199888765920e4f2d822d755d5f0be51eb Mon Sep 17 00:00:00 2001 From: Ryan Kes <11318+alrayyes@users.noreply.github.com> Date: Thu, 21 Nov 2019 00:33:43 +0100 Subject: [PATCH] Fixed account configs. Mailboxes should be shown properly in left sidebar now --- mutt/.config/mutt/accounts/1-ryankes.muttrc | 2 +- mutt/.config/mutt/accounts/2-gmail.muttrc | 2 +- mutt/.config/mutt/accounts/3-andthensome.muttrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mutt/.config/mutt/accounts/1-ryankes.muttrc b/mutt/.config/mutt/accounts/1-ryankes.muttrc index 054b126..d9ab351 100644 --- a/mutt/.config/mutt/accounts/1-ryankes.muttrc +++ b/mutt/.config/mutt/accounts/1-ryankes.muttrc @@ -21,7 +21,7 @@ set spoolfile = "+INBOX" set record = "+Sent" set postponed = "+Drafts" set trash = "+Trash" -mailboxes =ryankes ===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" +mailboxes "=INBOX" "=Sent" "=Drafts" "=Trash" "=Archive" macro index,pager gi "=INBOX" "go to inbox" # mw-autogenerated macro index,pager Mi "=INBOX" "move mail to inbox" # mw-autogenerated macro index,pager Ci "=INBOX" "copy mail to inbox" # mw-autogenerated diff --git a/mutt/.config/mutt/accounts/2-gmail.muttrc b/mutt/.config/mutt/accounts/2-gmail.muttrc index d0b1c25..ed1c830 100644 --- a/mutt/.config/mutt/accounts/2-gmail.muttrc +++ b/mutt/.config/mutt/accounts/2-gmail.muttrc @@ -21,7 +21,7 @@ set spoolfile = "+INBOX" set record = "+Sent" set postponed = "+Drafts" set trash = "+Trash" -mailboxes =gmail ===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" +mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" macro index,pager gi "=INBOX" "go to inbox" # mw-autogenerated macro index,pager Mi "=INBOX" "move mail to inbox" # mw-autogenerated macro index,pager Ci "=INBOX" "copy mail to inbox" # mw-autogenerated diff --git a/mutt/.config/mutt/accounts/3-andthensome.muttrc b/mutt/.config/mutt/accounts/3-andthensome.muttrc index 3254f20..f4c0d77 100644 --- a/mutt/.config/mutt/accounts/3-andthensome.muttrc +++ b/mutt/.config/mutt/accounts/3-andthensome.muttrc @@ -21,7 +21,7 @@ set spoolfile = "+INBOX" set record = "+Sent" set postponed = "+Drafts" set trash = "+Trash" -mailboxes =andthensome ===================== "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" +mailboxes "=INBOX" "=Sent" "=Drafts" "=Spam" "=Trash" "=Archive" macro index,pager gi "=INBOX" "go to inbox" # mw-autogenerated macro index,pager Mi "=INBOX" "move mail to inbox" # mw-autogenerated macro index,pager Ci "=INBOX" "copy mail to inbox" # mw-autogenerated