Commit Graph

52 Commits

Author SHA1 Message Date
e2203ed34f changed ping address to a more friendly location (#399)
* changed ping address to a more friendly location 

`1.1.1.1` is not a friendly address for users from some parts of the world (e.g., China). Changed to `example.org` which should be more friendly to access.

* changed internet check by fallback

This is probably better since for most people it does the same thing and the first back up is Cloudfare's other DNS address which surprisingly can be accessed in more places (e.g., China) now. And changed the finall fallback as example.org.
2020-06-16 15:10:35 -04:00
Rob
97708ce11e fix blank opt flag (#454)
If no options are passed but the accounts are specified then the blank opt flag causes a (harmless) error message from mbsync about an empy channel.

Co-authored-by: rjl6789 <rlives6789@gmail.com>
2020-06-08 07:16:20 -04:00
3d320f28c5 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-05-31 20:47:38 -04:00
bb72cf5a71 Cleanup (#450)
* Simple Fixes

* Tweak wording

* Update openfile

* ShellChecked

* Little Fixes
2020-05-31 12:10:35 -04:00
e69a7ad311 Fix head: illegal line count -- -1 (#443)
* Fix head: illegal line count -- -1

* Fix `osascript: display notification with title "📧 xxxx" subtitle "xxxx" : No such file or directory`
2020-05-26 22:02:20 -04:00
3bf2023dd5 don't use extra icon file
use kill instead of pkill for speed
2020-05-25 21:01:52 -04:00
86ffbe9b90 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-04-18 10:47:45 -04:00
2698a4358c fix: Support mbsync options passed to mailsync (#414) 2020-04-18 10:47:32 -04:00
946abe8f5f new mail info for macos 2020-04-17 10:21:59 -04:00
50f227b453 blocks for STATUSBAR apparently works... 2020-04-10 22:45:33 -04:00
d8f57b57f6 muttimage replaced by openfile 2020-02-09 09:03:10 -05:00
4cb726546f cron fixes and simplifications 2020-02-09 08:57:52 -05:00
b968bff93b STATUSBAR var now in subshell to prevent error 2019-11-28 16:27:10 -05:00
dfdc3162ba Add app name to notify-send invocation (#324)
This enables users to easily recognize notifications to be able to
modify or style them through notification daemons.
2019-11-27 08:16:37 -05:00
7698abb0f9 lol fix other 2019-11-24 07:44:23 -05:00
3fee819bfe fix if STATUSBAR not set 2019-11-24 07:42:08 -05:00
6aa28a56b1 STATUSBAR matching LARBS changes 2019-11-23 19:23:27 -05:00
ff57bd2eb7 Fix Malformed UTF-8 Character in Mailsync fixes #322 (#323)
* line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line

* change the pgrep line

* Revert "Update domains.csv (#321)"

This reverts commit a92c01e131.

* Revert "Revert "Update domains.csv (#321)""

This reverts commit af0c0826b9a699780256dc8492e74a157cab2a85.

* Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line"

This reverts commit ca64a6ae56a31ead28cc638d8d8dac7e28f9df68.

* Revert "Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line""

This reverts commit 4304eb731c109289251e06ef86377d372cef07e4.
2019-11-08 20:01:41 -05:00
c270bdb5df vars in script; msg if fail 2019-07-24 15:27:22 -04:00
f3a7f2b6fd check mbsync, not mailsync 2019-06-01 22:46:26 -04:00
dd73533565 only sync active mbsync accounts 2019-06-01 17:59:47 -04:00
e408f4b290 prep fix 2019-06-01 17:58:35 -04:00
effa100e04 fix multiline subject header regression 2019-06-01 21:56:55 +02:00
7955090f9f fix forwarded emails and posix whitespace regex 2019-06-01 20:34:09 +02:00
e50d51d3e5 fix multiline subjects and single word senders 2019-06-01 16:16:58 +02:00
de2be5439d perl decoding 2019-05-31 00:02:48 +02:00
70257daa83 Merge branch 'master' into patch-1 2019-05-30 16:54:38 +02:00
5d72b5da98 unnecessary sed command 2019-05-30 16:46:12 +02:00
7d3658238b parallelize multiple accounts and mail preview 2019-05-30 16:23:41 +02:00
4c57b410fc gnuisms removed 2019-05-20 12:59:27 -04:00
15eeddc235 don't allow to be run concurrently with itself
This allows mailsync to be called like this `bindsym $mod+e exec --no-startup-id mailsync; exec $term -e neomutt && pkill -RTMIN+12 i3blocks` such that it refreshes your mail when you open mutt without it needlessly syncing if a sync is already running.
2019-05-13 12:46:03 +02:00
c56b139614 mailsync: fix early exit on graphical(-only) login
Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197.
2019-05-07 14:39:01 +02:00
ed6ed5854a Merge pull request #186 from dmsalomon/mailsync-param
Mailsync: only pass -a to mbsync when no args
2019-05-01 19:54:24 -04:00
be2c4c5baa only sync if user logged in 2019-05-01 19:51:22 -04:00
cff2554231 Mailsync: only pass -a to mbsync when no args
If -a is passed along with "$@", mailsync will sync all mailboxes even
if only a single channel is passed in with "$@". This breaks the
semantics of the `o` macro in mutt which should only sync the current
mailbox that is currently being viewed in mutt.
2019-04-30 20:38:53 -04:00
6faf22488c to avoid user conflicts 2019-04-26 21:19:11 -04:00
98d4758b6b bad idea 2019-04-26 18:14:28 -04:00
42223132cc libnotify note in mailsync 2019-04-26 10:42:35 -04:00
94c5600245 one mailsync at a time please 2019-04-26 09:41:26 -04:00
4d2bd99c40 i'm dumb and blind 2019-04-22 09:33:26 -04:00
2183b2b469 mailsynclast run fix 2019-04-22 09:26:37 -04:00
9202a7284f notification sound removed 2019-04-20 19:02:08 -04:00
927a95bd2c mailsync checks inbox case insens 2019-04-19 18:20:10 -04:00
b911eba455 even comments are bloat 2019-04-16 13:52:37 -04:00
f796821828 not assume dunst 2019-04-11 23:16:21 -04:00
83029cfee0 begin switch to mbsync 2019-04-11 13:39:47 -04:00
96e582a817 title and body dunst notification 2019-04-02 19:27:06 -04:00
f8d1dec122 mailsync fix 2019-03-13 16:50:41 -04:00
77c89b16cc ding now ogg & played with pa 2019-02-22 17:41:01 -05:00
92397be772 le bloated img replaced with cringe emoji 2019-02-22 16:37:16 -05:00