浏览代码

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
export DISPLAY="$x"
notify-send --app-name="mutt-wizard" "$1" "$2"
notify-send --app-name="mutt-wizard" -- "$1" "$2"
done ;}
;;
esac


正在加载...
取消
保存