From a19d3abcc00d962d60a87ca099f1dd77906ca459 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 16 Mar 2021 15:39:57 -0400 Subject: [PATCH] Changed all the sidebar to named-mailbox to force the formatting I wanted --- mutt/mailboxes.rc | 11 +++++------ mutt/muttrc | 5 +++-- mutt/notmuch.rc | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mutt/mailboxes.rc b/mutt/mailboxes.rc index 786635e..83024bc 100644 --- a/mutt/mailboxes.rc +++ b/mutt/mailboxes.rc @@ -1,6 +1,5 @@ -mailboxes \ - "+arachnitech/INBOX" \ - "+arachnitech/Blockchain" \ - "+franklin/INBOX" \ - "+franklin/Archive" \ - "+franklin/Sent" +named-mailboxes "====== Arachnitech ======" "+arachnitech/INBOX" +named-mailboxes " Blockchain" "+arachnitech/Blockchain" +named-mailboxes "======== Franklin =======" "+franklin/INBOX" +named-mailboxes " Archive" "+franklin/Archive" +named-mailboxes " Sent" "+franklin/Sent" diff --git a/mutt/muttrc b/mutt/muttrc index 0ec8cec..d2c5f74 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -2,8 +2,9 @@ set sidebar_visible = yes set sidebar_short_path # Shorten mailbox names set sidebar_delim_chars="/" # Delete everything up to the last / character -set sidebar_folder_indent # Indent folders whose names we've shortened -set sidebar_indent_string=" " # Indent with two spaces +set sidebar_width=27 +#set sidebar_folder_indent # Indent folders whose names we've shortened +#set sidebar_indent_string=" " # Indent with two spaces color sidebar_new yellow default color sidebar_indicator default color17 # Dark blue background color sidebar_highlight white color238 # Grey background diff --git a/mutt/notmuch.rc b/mutt/notmuch.rc index 695383d..0ace8ef 100644 --- a/mutt/notmuch.rc +++ b/mutt/notmuch.rc @@ -1,4 +1,4 @@ set nm_default_url = "notmuch:///home/kellya/Maildir" -virtual-mailboxes "Universal Inbox" "notmuch://?query=tag:inbox" -virtual-mailboxes "Arachnitech INBOX" "notmuch://?query=tag:inbox&query=to:*arachnitech.com" -virtual-mailboxes "Franklin INBOX" "notmuch://?query=tag:inbox&query=to:*franklin.edu" +virtual-mailboxes "======= Not Much =======" "notmuch://?query=tag:inbox" +virtual-mailboxes " Arachnitech INBOX" "notmuch://?query=tag:inbox&query=to:*arachnitech.com" +virtual-mailboxes " Franklin INBOX" "notmuch://?query=tag:inbox&query=to:*franklin.edu"