根據文件(請參閱「搜尋順序」),下面的 mailcap 的行為應如下所示:
- 當我閱讀訊息時,它將透過 lynx 進行處理
- 當我瀏覽到附件螢幕並選擇 text/html 附件時,它將在 Firefox 中打開
text/html; firefox --new-tab %s text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput
但它並沒有這樣做——不管怎樣,我得到了 lynx 的輸出。
有誰知道如何解決這個問題?
根據文件(請參閱「搜尋順序」),下面的 mailcap 的行為應如下所示:
text/html; firefox --new-tab %s text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput
但它並沒有這樣做——不管怎樣,我得到了 lynx 的輸出。
有誰知道如何解決這個問題?