瀏覽代碼

ding now ogg & played with pa

tags/v3.1
Luke Smith 5 年之前
父節點
當前提交
77c89b16cc
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4C50B54A911F6252
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. +3
    -3
      README.md
  2. +1
    -1
      bin/mailsync
  3. 二進制
      bin/notify.ogg
  4. 二進制
      bin/notify.opus

+ 3
- 3
README.md 查看文件

@@ -41,15 +41,15 @@ mutt-wizard is configured by default for you to use other useful tools, but thes

## New stuff and improvements since the original release

- `dialog` is no long used and the interface is simply text.
- `dialog` is no long used (le bloat) and the interface is simply text.
- More autogenerated shortcuts that allow quickly moving and copying mail between boxes.
- More elegant attachment handling. Image/video/pdf attachments without relying on the neomutt instance.
- abook integration by default.
- The messy template files have been removed and are now a part of the script itself.
- Optimal XDG standards compliance, moving offlineimap and msmtp configs to `~/.config/` and moving mail to `~/.local/share/mail/`.
- `accounts/` hold account data and `bin/` holds script run by for for mutt. All other directories have been disintegrated.
- `accounts/` hold account data and `bin/` holds script run by or for mutt. All other directories have been disintegrated.
- Better handling of different gpg versions.
- Narrow POSIX compliance because why not?
- Script is POSIX sh compliance.

## Known issues (not my fault!)



+ 1
- 1
bin/mailsync 查看文件

@@ -16,7 +16,7 @@ if [ "$(uname)" = "Darwin" ]
then
notify() { osascript -e "display notification \"$2 in $1\" with title \"You've got Mail\" subtitle \"Account: $account\"" && sleep 2 ;}
else
notify() { mpv --really-quiet "$HOME/.config/mutt/bin/notify.opus" & pgrep -x dunst && notify-send "📬 $2 new mail(s) in \`$1\` account." ;}
notify() { paplay "$HOME/.config/mutt/bin/notify.ogg" & pgrep -x dunst && notify-send "📬 $2 new mail(s) in \`$1\` account." ;}
fi

echo " 🔃" > /tmp/imapsyncicon


二進制
bin/notify.ogg 查看文件


二進制
bin/notify.opus 查看文件


Loading…
取消
儲存