文件夹更改后,Mutt 在空白处显示乱序字符

文件夹更改后,Mutt 在空白处显示乱序字符

为了在 mutt 中切换帐户,我的用户文件夹通过如下宏挂钩:

folder-hook 'google.com'  'source ~/.mutt/account.gmail.muttrc'
macro index <f2> '<sync-mailbox><enter-command>source \
~/.mutt/account.gmail.muttrc<enter><change-folder>!<enter>'

每次切换后,我的终端都会在邮件主题和正文后面的空白区域中显示未删除的字符。

每次切换帐户或文件夹后如何清除显示?

答案1

我在寻找答案但没有找到;所以我得到了相同的答案。在最后添加<redraw-screen>就可以了。

macro index <f2> '<sync-mailbox><enter-command>source \
~/.mutt/account.gmail.muttrc<enter><change-folder>!<enter><redraw-screen>'

相关内容