fix(neomutt): correct parsing of mailboxes
This commit is contained in:
parent
80635f432b
commit
f6a5116b2d
2 changed files with 4 additions and 12 deletions
|
@ -1,12 +1,3 @@
|
||||||
mailboxes = +rawlinson/INBOX \
|
source 'find ~/.mail -name cur -printf "mailboxes \"%h\"\n"|sort|'
|
||||||
+rawlinson/Archive \
|
|
||||||
+rawlinson/Drafts \
|
# vim: syntax=muttrc
|
||||||
+rawlinson/Sent \
|
|
||||||
+rawlinson/Junk \
|
|
||||||
+rawlinson/Trash \
|
|
||||||
+nullpointer/INBOX \
|
|
||||||
+nullpointer/Archive \
|
|
||||||
+nullpointer/Drafts \
|
|
||||||
+nullpointer/Junk \
|
|
||||||
+nullpointer/Sent \
|
|
||||||
+nullpointer/Trash
|
|
||||||
|
|
|
@ -41,3 +41,4 @@ source ~/.config/mutt/hooks
|
||||||
source ~/.config/mutt/notmuch
|
source ~/.config/mutt/notmuch
|
||||||
|
|
||||||
#set read_only # set read-only when messing around with settings
|
#set read_only # set read-only when messing around with settings
|
||||||
|
# vim: syntax=muttrc
|
||||||
|
|
Loading…
Reference in a new issue