ソースを参照

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
この署名に対応する既知のキーがデータベースに存在しません GPGキー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 notify() { [ -n "$pgrepoutput" ] && for x in ${displays:-:0}; do
export DISPLAY="$x" export DISPLAY="$x"
notify-send --app-name="mutt-wizard" "$1" "$2"
notify-send --app-name="mutt-wizard" -- "$1" "$2"
done ;} done ;}
;; ;;
esac esac


読み込み中…
キャンセル
保存