From 2be28b5e7f30da1859f36d4395fbbf5607bba82a Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 16 Jun 2019 03:02:22 +0200 Subject: [PATCH] Add imapnotify daemon start for uni mailbox --- openbox/.config/openbox/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/.config/openbox/autostart b/openbox/.config/openbox/autostart index e8ea6c1..47a9f60 100755 --- a/openbox/.config/openbox/autostart +++ b/openbox/.config/openbox/autostart @@ -44,4 +44,4 @@ touch /tmp/mpd-log & ## Imap IDLE #(sleep 10; imapnotify -c ~/.config/imapnotify/gmail.js) & -#(sleep 10; imapnotify -c ~/.config/imapnotify/uni.js) & +(sleep 10; imapnotify -c ~/.config/imapnotify/uni.js) &