From 259310c7e0bced55e29faa594c93c4c540426a4f Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 24 Apr 2012 18:08:47 +0300 Subject: [PATCH] * mu4e-view.el: rename mu4e-view-temp-handler => mu4e~view-temp-handler --- emacs/mu4e-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/mu4e-view.el b/emacs/mu4e-view.el index 46593f6d..547ceff0 100644 --- a/emacs/mu4e-view.el +++ b/emacs/mu4e-view.el @@ -659,7 +659,7 @@ message-at-point, then do it. The actions are specified in ;; handler-function to handle the response we get from the server when we ;; want to do something with one of the attachments. -(defun mu4e-view-temp-handler (path what param) +(defun mu4e~view-temp-handler (path what param) "Handler function for doing things with temp files (ie., attachments) in response to a (mu4e~proc-extract 'temp ... )." (cond