diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-19 15:11:07 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-19 15:11:07 +0200 |
commit | d645bed84cc52881d8bd6ede1fa7983805b9493d (patch) | |
tree | 25f2eb728ad4ee42329c4eec51743d1ea3e88582 /.local/bin | |
parent | Update (diff) | |
download | dotfiles-bsd-d645bed84cc52881d8bd6ede1fa7983805b9493d.tar.gz dotfiles-bsd-d645bed84cc52881d8bd6ede1fa7983805b9493d.tar.bz2 dotfiles-bsd-d645bed84cc52881d8bd6ede1fa7983805b9493d.tar.xz dotfiles-bsd-d645bed84cc52881d8bd6ede1fa7983805b9493d.tar.zst dotfiles-bsd-d645bed84cc52881d8bd6ede1fa7983805b9493d.zip |
Mutt notifications update
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/ref-newsboat.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/ref-newsboat.pl b/.local/bin/ref-newsboat.pl index 6298907..f66e1f9 100755 --- a/.local/bin/ref-newsboat.pl +++ b/.local/bin/ref-newsboat.pl @@ -32,7 +32,7 @@ sub main system( NOTIFY_SEND_PATH, '-u', - 'low', + 'normal', ' newsboat', $stdout . ' new articles' ); |