Commit Graph

792 Commits

Author SHA1 Message Date
cbf2f14d0d Update domains.csv (#461)
* Update domains.csv

* Update domains.csv

* Update domains.csv

Forgot to alphabetize, whoops🙄
2020-06-10 15:48:16 -04:00
Rob
76417d7b07 fix crontab set (#457)
I think a recent change tried to send output from crontab to dev/null to avoid messages appearing a) when setting the crontab, b) whenever mailsync is run.  However the redirection was for the string concatenation meaning a null string was piped to cron obliterating the crontab (thank goodness for backups). I have put the redirection in the correct location (similar to a few lines above when removing the mailsync line).  I have also redirected all output of the mailsync (both errors and normal messages) to dev null.

Co-authored-by: rjl6789 <rlives6789@gmail.com>
2020-06-09 08:41:38 -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
9ec2a49af0 i wish people would do this themselves in prs 2020-06-06 16:56:13 -04:00
14d7300995 Update domains.csv (#400)
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
2020-06-06 16:54:35 -04:00
c25bac2cf9 make crontab quite (#416)
Let's make crontab a little quiet here, unless for those who set up mail for crontab error handling will be disturbed every few minutes.
2020-06-06 16:51:49 -04:00
86b2d78f0b Improved key mapping that can quickly selected item with <space> in query mode (abook) (#446) 2020-06-06 16:50:40 -04:00
d90b668d4e fix #452 2020-06-04 18:47:13 -04:00
bc3ea20a06 ui fix 2020-06-02 15:41:16 -04:00
2703d4183a Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-06-02 15:24:59 -04:00
5b278c94a8 funding file for github sponsors 2020-06-02 15:24:37 -04:00
591145b653 Auto sign emails using pgp (#451) 2020-06-01 07:45: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
7c41c5e1e6 Simple Fixes (#448) 2020-05-31 07:16:56 -04:00
12e37fce3c Added pgp (gpg) support by default (#447)
* mutt-wizard works on FreeBSD, also changed mbsync with isync (actual package name)

* Added pgp support
2020-05-31 06:22:00 -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
55f810ef69 minor tweaks 2020-05-25 21:02:53 -04:00
3bf2023dd5 don't use extra icon file
use kill instead of pkill for speed
2020-05-25 21:01:52 -04:00
aaeb0a73dc Fix set_folder for vxempire.xyz (#441)
* Added vxempire.xyz to domains.cvs

* Fixed set_folder for vxempire.xyz
2020-05-25 06:38:07 -04:00
5fbb19e74a Added vxempire.xyz to domains.cvs (#440) 2020-05-24 15:17:41 -04:00
8753a8bc3b Added st.amu.edu.pl (my collage) settings. (#437)
Signed-off-by: Marcin Wozniak <y0rune@aol.com>
2020-05-16 16:43:16 -04:00
943cfd2a9e Change "syncthing" to "syncing". Typo. (#429) 2020-05-06 13:40:37 -04:00
Nai
6fe2640095 Update domains.csv (#426)
imap and smtp for suny occ email
2020-04-30 21:07:30 -04:00
069910c13e corrected studenti.unipi.it imap port (#425) 2020-04-30 11:05:57 -04:00
00ed237cf8 Improved protonmail advice (#423) 2020-04-27 14:08:39 -04:00
d4613d3b19 added 2 domains (#421) 2020-04-25 15:56:13 -04:00
3ee9cb73a0 notmuch ignores mbsync files by default 2020-04-23 15:21:40 -04:00
e604907f8b Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-04-18 10:50:07 -04:00
15151c8b44 Remove AuthMech misspelled option (#415)
According to man page of mbsync, AuthMechs is the correct spelling of the option.
2020-04-18 10:49:29 -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
7c980ec6fb adding librem.one server info (#411)
Co-authored-by: Johannes Christenson <johannes@librem.one>
2020-04-12 08:29:58 -04:00
50f227b453 blocks for STATUSBAR apparently works... 2020-04-10 22:45:33 -04:00
6a4afea526 Update domains.csv (#410) 2020-04-10 17:14:36 -04:00
f6ae7ddaf0 Fix a double "for" in manual (#409) 2020-04-10 12:36:20 -04:00
11374f4182 add ad.unsw.edu.au (#408) 2020-04-09 23:19:44 -04:00
789f593272 remove unnecessary prefix setting up msmtp. (#401)
the prefix is not correct at least for Ubuntu distro. Since doc clearly
states the dependencis. We assume msmpt is on the PATH environment.

Co-authored-by: Lingyu Zhu <lynuszhu@gmail.com>
2020-04-05 09:11:55 -04:00
db9dae95a3 Added live.de (#395) 2020-04-02 12:58:22 -04:00
fd7afcc197 Add Mailfence (#396) 2020-04-02 12:58:11 -04:00
2131e643d7 Add config for rhul.ac.uk (#392) 2020-03-28 19:00:37 -04:00
e53e96f461 Add config for riseup.net (#368) 2020-03-22 17:14:14 -04:00
73bb120cc2 Fix Error: SASL(-7) with isync on macos. (#222)
Co-authored-by: chau.bao.long <chau.bao.long@framgia.com>
2020-03-22 17:13:56 -04:00
f8408e174c aquilenet.fr added to domain.csv (#386)
Co-authored-by: pizzacoca <pizzacoca@canape>
2020-03-22 17:12:50 -04:00
5ace69bdf5 Update domains.csv (#380)
Added the line:
niser.ac.in,imap.gmail.com,993,smtp.gmail.com,587
2020-03-13 09:42:29 -04:00
2049088113 Add metu and ceng.metu domains (#369)
Additionally, ceng.metu requires the `domain mailhost.ceng.metu.edu.tr`
option to be added to msmtp config file
2020-03-13 09:41:24 -04:00
39f4e303e6 Added ymail.com (Yahoo) domain to domains.csv (#382) 2020-03-12 15:16:59 -04:00
ee6101cb6e undo retarded error 2020-02-29 16:58:32 -05:00
c126d61aa6 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-02-29 06:01:57 -05:00