mirror of
https://github.com/hyzendust/mutt-add-account.git
synced 2026-02-15 05:21:20 +01:00
Fix: sidebar mailboxes
This commit is contained in:
@@ -92,6 +92,7 @@ bind index,pager \Co sidebar-open
|
|||||||
bind index,pager \Cp sidebar-prev-new
|
bind index,pager \Cp sidebar-prev-new
|
||||||
bind index,pager \Cn sidebar-next-new
|
bind index,pager \Cn sidebar-next-new
|
||||||
bind index,pager B sidebar-toggle-visible
|
bind index,pager B sidebar-toggle-visible
|
||||||
|
|
||||||
SIDEBAR_EOF
|
SIDEBAR_EOF
|
||||||
echo "Created ~/.mutt/sidebar.muttrc"
|
echo "Created ~/.mutt/sidebar.muttrc"
|
||||||
fi
|
fi
|
||||||
@@ -408,6 +409,11 @@ set signature="$fullname"
|
|||||||
# Connection options
|
# Connection options
|
||||||
set ssl_force_tls = yes
|
set ssl_force_tls = yes
|
||||||
$smtp_starttls
|
$smtp_starttls
|
||||||
|
|
||||||
|
# Mailboxes for sidebar
|
||||||
|
unmailboxes *
|
||||||
|
named-mailboxes "INBOX" "=INBOX"
|
||||||
|
named-mailboxes "All" "=All"
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
# SSL/TLS - hardcode IMAP password, embed URL-encoded password in smtp_url
|
# SSL/TLS - hardcode IMAP password, embed URL-encoded password in smtp_url
|
||||||
@@ -431,6 +437,11 @@ set signature="$fullname"
|
|||||||
# Connection options
|
# Connection options
|
||||||
set ssl_force_tls = yes
|
set ssl_force_tls = yes
|
||||||
$smtp_starttls
|
$smtp_starttls
|
||||||
|
|
||||||
|
# Mailboxes for sidebar
|
||||||
|
unmailboxes *
|
||||||
|
named-mailboxes "INBOX" "=INBOX"
|
||||||
|
named-mailboxes "All" "=All"
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user