diff options
author | slotThe <soliditsallgood@mailbox.org> | 2020-11-28 09:24:51 +0100 |
---|---|---|
committer | slotThe <soliditsallgood@mailbox.org> | 2020-11-29 19:04:03 +0100 |
commit | 3806a7a3c963a18429c0c7239489b8126190a0c5 (patch) | |
tree | ed43fee90ce2f760ca8bb1a82f49a700fe628903 /src/Xmobar/Plugins/NotmuchMail.hs | |
parent | 5c20da743b34f05ea25f3b4de60ba5e570fc264f (diff) | |
download | xmobar-3806a7a3c963a18429c0c7239489b8126190a0c5.tar.gz xmobar-3806a7a3c963a18429c0c7239489b8126190a0c5.tar.bz2 |
Update readme and changelog
Diffstat (limited to 'src/Xmobar/Plugins/NotmuchMail.hs')
-rw-r--r-- | src/Xmobar/Plugins/NotmuchMail.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Xmobar/Plugins/NotmuchMail.hs b/src/Xmobar/Plugins/NotmuchMail.hs index 4544a81..3da170c 100644 --- a/src/Xmobar/Plugins/NotmuchMail.hs +++ b/src/Xmobar/Plugins/NotmuchMail.hs @@ -18,8 +18,8 @@ -- -- As mail that was tagged is moved from the @new@ directory to @cur@, -- the @inotify@ solution that he mail 'Mail' plugin (and its variants) --- uses won't work for such mail. Hence we have to resort to refreshing --- every N time intervals. +-- uses won't work for such mail. Hence, we have to resort to a +-- refresh-based monitor. -- -- Note that, in the `notmuch` spirit, this plugin checks for new -- threads and not new individual messages. For convenience, the |