* implement additional attachment handling functions; update for new backend protocol

This commit is contained in:
djcb
2012-04-15 14:22:43 +03:00
parent c71ccfcd65
commit 6b4ced1f4f
3 changed files with 119 additions and 44 deletions

View File

@ -42,7 +42,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; register our handler functions; these connect server messages to functions
;; to handle them.
;; to handle them.
;;
;;
;; these are all defined in mu4e-hdrs
@ -64,6 +64,10 @@
;; note: mu4e-compose.el dynamically registers mu4e-sent-func
;; we don't do that here, because it's only a local (temporary)
;; handler
;; this one is defined in mu4e-view
(setq mu4e-temp-func 'mu4e-view-temp-handler)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;