Fix incompatible mailboxes names in neomutt
This commit is contained in:
parent
451d686cf1
commit
b91036d6ae
|
@ -18,7 +18,7 @@ bind index,pager gg noop
|
|||
bind index,pager g noop
|
||||
bind index gg first-entry
|
||||
unmailboxes *
|
||||
mailboxes =gmail =------------------- =junk =Inbox =trash =sent
|
||||
mailboxes =junk =Inbox =trash =sent
|
||||
macro index,pager gi "<change-folder>=Inbox<enter>" "Go to inbox."
|
||||
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent."
|
||||
macro index,pager gt "<change-folder>=trash<enter>" "Go to trash."
|
||||
|
|
|
@ -17,7 +17,7 @@ bind index,pager gg noop
|
|||
bind index,pager g noop
|
||||
bind index gg first-entry
|
||||
unmailboxes *
|
||||
mailboxes =uni =------------------- =INBOX =trash =sent =archive
|
||||
mailboxes =INBOX =trash =sent =archive
|
||||
macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox."
|
||||
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent."
|
||||
macro index,pager gt "<change-folder>=trash<enter>" "Go to trash."
|
||||
|
|
Loading…
Reference in New Issue