Clickable notifications open in email perspective.

This commit is contained in:
Ivan Malison 2015-01-13 22:46:55 -08:00
parent ac4caff8b4
commit 2998769ee5

View File

@ -54,5 +54,5 @@ function mu4e_view_message_from_file {
}
function mu4e_view_message {
execute_elisp "(mu4e-view-message-with-msgid \"$1\")"
execute_elisp "(progn (email) (mu4e-view-message-with-msgid \"$1\"))"
}