help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: openwith-mode opens attachments through message-send-and-exit


From: Markus Triska
Subject: Re: openwith-mode opens attachments through message-send-and-exit
Date: Sun, 09 Aug 2009 00:36:00 +0200

"Sven Bretfeld" <sven.bretfeld@gmx.ch> writes:

> How can I switch off openwith-mode while writing a message?

This in your .emacs makes openwith-mode work with attachments in Gnus:

(require 'mm-util)
(add-to-list 'mm-inhibit-file-name-handlers 'openwith-file-handler)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]