forked from colonelpanic/dotfiles
Make mu4e notifications work again.
This commit is contained in:
parent
756b2acee3
commit
9f09eb0032
@ -10,14 +10,12 @@ function mu4e_alert_for_filename {
|
|||||||
local subject="$(echo $message | grep Subject | sed 's/Subject: //')"
|
local subject="$(echo $message | grep Subject | sed 's/Subject: //')"
|
||||||
local mu4e_message_id="$(mu4e_get_msg_id_from_file $1)"
|
local mu4e_message_id="$(mu4e_get_msg_id_from_file $1)"
|
||||||
local view_message_command="$(which zsh) -c \"refresh_config && emacs_make_frame_if_none_exists && mu4e_view_message $mu4e_message_id\""
|
local view_message_command="$(which zsh) -c \"refresh_config && emacs_make_frame_if_none_exists && mu4e_view_message $mu4e_message_id\""
|
||||||
local app_icon_argument=''
|
|
||||||
test -e "$APP_ICON" && app_icon_argument="-appIcon \"$APP_ICON\""
|
|
||||||
reattach-to-user-namespace $(which terminal-notifier) \
|
reattach-to-user-namespace $(which terminal-notifier) \
|
||||||
-title "$title" \
|
-title "$title" \
|
||||||
-message "$subject" \
|
-message "$subject" \
|
||||||
-execute "$view_message_command" \
|
-execute "$view_message_command" \
|
||||||
-activate "org.gnu.Emacs" \
|
-activate "org.gnu.Emacs" \
|
||||||
$app_icon_argument
|
-appIcon $APP_ICON
|
||||||
}
|
}
|
||||||
|
|
||||||
function mu4e_update_mail {
|
function mu4e_update_mail {
|
||||||
|
Loading…
Reference in New Issue
Block a user