]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

imap: add notify option to disable notifications (read the wiki)
authorLuke Bonham <dada@archlinux.info>
Tue, 25 Jul 2017 19:34:07 +0000 (21:34 +0200)
committerLuke Bonham <dada@archlinux.info>
Tue, 25 Jul 2017 19:34:07 +0000 (21:34 +0200)
widget/imap.lua
wiki

index 0f7fde56ca1ea384a2fa4c12a76047c3be42a88f..84a1cd0a672b93270cd855f3d22bb0c2266394b3 100644 (file)
@@ -27,6 +27,7 @@ local function factory(args)
     local timeout   = args.timeout or 60
     local is_plain  = args.is_plain or false
     local followtag = args.followtag or false
+    local notify    = args.notify or "on"
     local settings  = args.settings or function() end
 
     local head_command = "curl --connect-timeout 3 -fsm 3"
@@ -64,7 +65,7 @@ local function factory(args)
             widget = imap.widget
             settings()
 
-            if mailcount >= 1 and mailcount > helpers.get_map(mail) then
+            if notify == "on" and mailcount >= 1 and mailcount > helpers.get_map(mail) then
                 if mailcount == 1 then
                     nt = mail .. " has one new message"
                 else
diff --git a/wiki b/wiki
index bb1a4d45d8ec98109167a53a4ebf2ef9017843c3..cc064cb376f34844abba70ab58de2df1e397955b 160000 (submodule)
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit bb1a4d45d8ec98109167a53a4ebf2ef9017843c3
+Subproject commit cc064cb376f34844abba70ab58de2df1e397955b