diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-28 00:36:47 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-28 00:36:47 +0200 |
commit | 4790f80cfc5bd977b336f4a3e112ae9faeafb6bc (patch) | |
tree | 249530d9edbfb12bf9e5085685ee0cd1dfe0344b /pw-biff | |
parent | 28dd2120a2551af6b901d37e66d23359298ec603 (diff) | |
download | scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.tar.gz scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.tar.bz2 scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.zip |
update
Diffstat (limited to 'pw-biff')
-rwxr-xr-x | pw-biff | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ if (("$mailcount" > 0)); then -a "You have mail" \ -u critical \ -i internet-mail-symbolic \ - -h string:x-dunst-stack-tag:Mail "$1 has mail: $mailcount messages" + -h string:x-dunst-stack-tag:Mail "$1 has new mail: $mailcount messages" fi |