在 mutt 中用 > 引用文本

Dil*_*war 3 mutt

目前,当我回复一条消息时,我的笨蛋正在使用 > 引用如下

On Sunday ... Mojo Jojo wrote
>Hey Powerpuff girls 
Run Code Online (Sandbox Code Playgroud)

我想要一个空格>,例如

On Sunday ... Mojo Jojo wrote
> Hey Powerpuff girls 
Run Code Online (Sandbox Code Playgroud)

该软件包具有stuff_quoted执行此操作的选项。如何在 mutt 中做到这一点?

小智 5

您可以自由定义自己的 .muttrc

bind editor '> ' quote-char
Run Code Online (Sandbox Code Playgroud)

请注意,如果您set text_flowed=yes的 muttrc 中有,则不能更改quote-char。