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)