On Sun, Sep 20, 2009 at 10:13:11PM +1000, Cameron Hutchison wrote: > A further consequence of this text/* change seems to be that I cannot > invoke an interactive viewer on any text/* attachments. Either it is > handled internally, or flagged with auto_view, in which case, only > mailcap entries with copiousoutput are used. > > How do I disable the internal viewer without using auto_view?
To disable the internal viewer you need to use auto_view, as specified in the patch and the it will follow the mailcap actions; if you do want to use a different viewer I suppose that piping attachments to your preferred interactive viewer should work, what I would do is, from the message view: a) v (to show all attachments), b) then I select the attachment with the arrow keys w/out pressing enter c) | less (or | vim -), which will invoke less or vim Does this answer your question? Cheers Antonio -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

