When mu4e-context-determine fails, prompt user
This commit is contained in:
@ -368,8 +368,9 @@ tempfile)."
|
|||||||
(set (make-local-variable 'mu4e-compose-parent-message) original-msg)
|
(set (make-local-variable 'mu4e-compose-parent-message) original-msg)
|
||||||
(put 'mu4e-compose-parent-message 'permanent-local t)
|
(put 'mu4e-compose-parent-message 'permanent-local t)
|
||||||
(let ((context (mu4e-context-determine mu4e-compose-parent-message)))
|
(let ((context (mu4e-context-determine mu4e-compose-parent-message)))
|
||||||
(when context
|
(if context
|
||||||
(mu4e-context-switch (mu4e-context-name context))))
|
(mu4e-context-switch (mu4e-context-name context))
|
||||||
|
(when mu4e-contexts (mu4e-context-switch))))
|
||||||
(run-hooks 'mu4e-compose-pre-hook)
|
(run-hooks 'mu4e-compose-pre-hook)
|
||||||
|
|
||||||
;; this opens (or re-opens) a messages with all the basic headers set.
|
;; this opens (or re-opens) a messages with all the basic headers set.
|
||||||
|
|||||||
Reference in New Issue
Block a user