Преглед изворни кода

Merge pull request #1003 from staticssleever668/fix_dash_subject

fix(mailsync): delimit notification text from flags
pull/1009/head
Luke Smith пре 1 година
committed by GitHub
родитељ
комит
05fcf7b3e1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync Прегледај датотеку

@@ -45,7 +45,7 @@ case "$(uname)" in

notify() { [ -n "$pgrepoutput" ] && for x in ${displays:-:0}; do
export DISPLAY="$x"
notify-send --app-name="mutt-wizard" "$1" "$2"
notify-send --app-name="mutt-wizard" -- "$1" "$2"
done ;}
;;
esac


Loading…
Откажи
Сачувај