summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorWayne Reeves <darthwayne@hotmail.com>2019-11-07 12:59:05 -0600
committerWayne Reeves <darthwayne@hotmail.com>2019-11-07 12:59:05 -0600
commit4304eb731c109289251e06ef86377d372cef07e4 (patch)
treedb8c030bd938cd6912a1f1659d4681d6a3d90a12 /bin
parent4792b1000d38e1f56b2ee8f55bc0c15d8acb117b (diff)
Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line"
This reverts commit ca64a6ae56a31ead28cc638d8d8dac7e28f9df68.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mailsync3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/mailsync b/bin/mailsync
index 4677d3b..d79507d 100755
--- a/bin/mailsync
+++ b/bin/mailsync
@@ -2,8 +2,7 @@
# Sync mail and give notification if there is new mail.
export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
-export DBUS_SESSION_BUS_ADDRESS
+export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
export DISPLAY=:0.0
[ -d "$HOME/.local/share/password-store" ] && export PASSWORD_STORE_DIR="$HOME/.local/share/password-store"