Changed all the sidebar to named-mailbox to force the formatting I wanted

This commit is contained in:
Alex Kelly 2021-03-16 15:39:57 -04:00
parent 9a118e5e5a
commit a19d3abcc0
3 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,5 @@
mailboxes \ named-mailboxes "====== Arachnitech ======" "+arachnitech/INBOX"
"+arachnitech/INBOX" \ named-mailboxes " Blockchain" "+arachnitech/Blockchain"
"+arachnitech/Blockchain" \ named-mailboxes "======== Franklin =======" "+franklin/INBOX"
"+franklin/INBOX" \ named-mailboxes " Archive" "+franklin/Archive"
"+franklin/Archive" \ named-mailboxes " Sent" "+franklin/Sent"
"+franklin/Sent"

View file

@ -2,8 +2,9 @@
set sidebar_visible = yes set sidebar_visible = yes
set sidebar_short_path # Shorten mailbox names set sidebar_short_path # Shorten mailbox names
set sidebar_delim_chars="/" # Delete everything up to the last / character set sidebar_delim_chars="/" # Delete everything up to the last / character
set sidebar_folder_indent # Indent folders whose names we've shortened set sidebar_width=27
set sidebar_indent_string=" " # Indent with two spaces #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_new yellow default
color sidebar_indicator default color17 # Dark blue background color sidebar_indicator default color17 # Dark blue background
color sidebar_highlight white color238 # Grey background color sidebar_highlight white color238 # Grey background

View file

@ -1,4 +1,4 @@
set nm_default_url = "notmuch:///home/kellya/Maildir" set nm_default_url = "notmuch:///home/kellya/Maildir"
virtual-mailboxes "Universal Inbox" "notmuch://?query=tag:inbox" virtual-mailboxes "======= Not Much =======" "notmuch://?query=tag:inbox"
virtual-mailboxes "Arachnitech INBOX" "notmuch://?query=tag:inbox&query=to:*arachnitech.com" 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 " Franklin INBOX" "notmuch://?query=tag:inbox&query=to:*franklin.edu"