summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-12passwords can be given by commandlineLuke Smith
2020-10-12more moreLuke Smith
2020-10-12Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard into masterLuke Smith
2020-10-12Merge pull request #541 from zneix/fixed-success-messageLuke Smith
Fixed a typo in successful logon message
2020-10-12Fixed a typo in successful logon messagezneix
It was a bit confusing when it said "use `w -y user@example.com` to sync your mail"
2020-10-11moreLuke Smith
2020-10-11Merge pull request #539 from Mertzenich/patch-1Luke Smith
Update domains.csv
2020-10-10Update domains.csvAdam Mertzenich
2020-10-09Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard into masterLuke Smith
2020-10-093.0 releaseLuke Smith
2020-10-09Add qq,126,163 mail for chinese usersccmywish
2020-10-08begin work for 3.0Luke Smith
2020-10-08fixLuke Smith
2020-10-08Merge pull request #538 from ccmywish/masterLuke Smith
Add qq,126,163 mail for Chinese users
2020-10-08Add qq,126,163 mail for chinese usersccmywish
2020-10-07Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard into masterLuke Smith
2020-10-06some simplifications and soydevery removedLuke Smith
2020-10-05Merge pull request #536 from f380cedric/fix_notmuch_callerLuke Smith
Use POSIX-compliant read
2020-10-05Use POSIX-compliant readf380cedric
Rewrite #520. Using `read var?'prompt'` is wrong. It is ksh (and zsh) specific. Using `read -p 'prompt' var` is also wrong. It is bash specific. Since we cannot assume which sh is implemented, we should write POSIX-compliant code.
2020-10-02Merge pull request #534 from qorg11/add-kallistLuke Smith
Add kalli.st to domains.csv
2020-10-02Add kalli.st to domains.csvqorg11
2020-09-30Merge pull request #532 from LazyBvr/patch-1Luke Smith
Update domains.csv
2020-09-30Merge pull request #531 from johngodlee/patch-1Luke Smith
Update domains.csv
2020-09-30changed the prefix for password files into a variable so that it can be ↵Luke Smith
edited more easily (#530)
2020-09-30Add anu.edu.au (#529)nebulaeandstars
* added anu.edu.au * found/fixed an out-of-place domain
2020-09-29Update domains.csvLazyBvr
Add Jagiellonian University student email.
2020-09-27Update domains.csvjohngodlee
2020-09-26changed the prefix for password files into a variable so that it can be ↵Laura Powles
edited more easily
2020-09-18Add Marquette University (fn.ln@marquette.edu) (#526)Corey Stephan
2020-09-16modified vxempire for TLS ports (instead of STARTTLS) (#525)qorg11
2020-09-16modified vxempire for TLS ports (instead of STARTTLS)qorg11
2020-09-13added seznam.cz and FEEC BUT mail (#524)Ondřej Povolný
added settings for Czech mail provider seznam.cz and a faculty e-mail for Faculty of Electrical Engineering and Communication, Brno University of Technology
2020-09-09Added Friedrich-Schiller-Universität Jena (#522)beldi961
2020-09-08Added Seneca College to domains.csv (#521)Nicholas
2020-09-06larbs address addedLuke Smith
2020-09-06fix notmuch integration caller command (#520)A. Tammy
Co-authored-by: Aisha Tammy <aisha@aisha.cc>
2020-09-02Update domains.csv (#519)Ethan Rietz
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
2020-08-31Merge branch 'Jonassenher-master' into masterLuke Smith
2020-08-31tweaksLuke Smith
2020-08-30fixJonassenher
2020-08-30Fixed mbsync using the correct rc fileJonassenher
2020-08-30Fixed the case for no environmental variablesJonassenher
2020-08-30Support for XDG Base DirectoryJonassenher
Today's mutt-wizard does not support the XDG Base Directory specifications (https://wiki.archlinux.org/index.php/XDG_Base_Directory) because it says the user should be able to change the config, cache, data folders etc. using the environmental variables XDG_CONFIG_HOME, XDG_CACHE_HOME, and XDG_DATA_HOME, and instead hard codes the default paths ~/.config, ~/.cache, and ~/.local/share. My commit corrects this.
2020-08-27Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard into masterLuke Smith
2020-08-27mw sync can take arg, otherwise sync allLuke Smith
2020-08-27Top-level domain wildcard (#475)Lorenzo Leonardini
2020-08-27updated 2 domains (#481)Alexander Bocken
2020-08-27fix regex check for email address (#511)A. Tammy
-E option is cross platform and interprets pattern as regular expression always Co-authored-by: Aisha Tammy <aisha@aisha.cc>
2020-08-27Add @btinternet.com to domains.csv (#513)jackhanslope
2020-08-27revert auto gpg to fix #491 #484 #493 etcLuke Smith