less
または同じ外部コマンドでいくつかのメールを見たいのですがvim
、
macro index <f6> "|less -\n" "view with less"
これにより、メールソース全体が外部コマンドに表示されます。これは(少なくとも私にとっては)あまりにも多くのことです。 (neo)muttが表示する内容を外部コマンドにパイプできますか?
答え1
このオプションを設定すると、pipe_decode
Muttは必要に応じてメッセージをデコードしてヘッダーを消去し、通常はポケットベルで見られるヘッダーのみを使用するコマンドにパイプします。
私のシステムのMuttマニュアルから:
3.208. pipe_decode
Type: boolean
Default: no
Used in connection with the <pipe-message> command. When unset, Mutt
will pipe the messages without any preprocessing. When set, Mutt will
weed headers and will attempt to decode the messages first.
(ここでも見つけることができます:http://www.mutt.org/doc/manual/#pipe-decode)