6 ms·
Yup. I do this since I'm used to za in Vim for toggling folds: # Collapse all threads by default, except if # there's new mail in one. unset colla
by telemachos 13y ago
Yup. I do this since I'm used to za in Vim for toggling folds:
# Collapse all threads by default, except if
# there's new mail in one.
unset collapse_unread
folder-hook . "exec collapse-all"
# Toggle collapsed threads with za, like in vim.
bind index za collapse-thread