commit 9234f33af391696f74c2eb5b05d3204988c0ca87 parent 650df299ab1191c6b3e37e28c4e4f7a2c78cb9c5 Author: Jake Koroman <jakekoroman@gmail.com> Date: Sun, 28 Apr 2024 20:45:07 -0400 fix comment Diffstat:
M | bin/mailsync | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/mailsync b/bin/mailsync @@ -33,7 +33,8 @@ lastrun="${XDG_CONFIG_HOME:-$HOME/.config}/mutt/.mailsynclastrun" notify () { # just get needs dbus path for cron to notify properly - # see .zprofile for dbus-session-addr file generation + # if using my dotfiles see ~/scripts/preserve_dbus.sh for dbus-session-addr file generation + # obviously wont work unless using my dotfiles unless export DBUS_SESSION_BUS_ADDRESS="$(cat /home/jake/.cache/dbus-session-addr)" notify-send -t 5000 --app-name="mutt-wizard" "$1" "$2" }