ccmywish
3135132f64
Add qq,126,163 mail for chinese users
пре 4 година
Luke Smith
2269519aac
Merge pull request #536 from f380cedric/fix_notmuch_caller
Use POSIX-compliant read
пре 4 година
f380cedric
9cd26a2495
Use POSIX-compliant read
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.
пре 4 година
Luke Smith
93c772983e
Merge pull request #534 from qorg11/add-kallist
Add kalli.st to domains.csv
пре 4 година
qorg11
bf28f165a0
Add kalli.st to domains.csv
пре 4 година
Luke Smith
9262973e96
Merge pull request #532 from LazyBvr/patch-1
Update domains.csv
пре 4 година
Luke Smith
8bf44ca190
Merge pull request #531 from johngodlee/patch-1
Update domains.csv
пре 4 година
Luke Smith
2cd4d33fe7
changed the prefix for password files into a variable so that it can be edited more easily ( #530 )
пре 4 година
nebulaeandstars
264c623340
Add anu.edu.au ( #529 )
* added anu.edu.au
* found/fixed an out-of-place domain
пре 4 година
LazyBvr
d58b0d82f2
Update domains.csv
Add Jagiellonian University student email.
пре 4 година
johngodlee
ff4e648878
Update domains.csv
пре 4 година
Laura Powles
faa5f2aad9
changed the prefix for password files into a variable so that it can be edited more easily
пре 4 година
Corey Stephan
052afead87
Add Marquette University (fn.ln@marquette.edu) ( #526 )
пре 4 година
qorg11
7f4897aae1
modified vxempire for TLS ports (instead of STARTTLS) ( #525 )
пре 4 година
qorg11
dba3bcf9e6
modified vxempire for TLS ports (instead of STARTTLS)
пре 4 година
Ondřej Povolný
5076fa59e3
added seznam.cz and FEEC BUT mail ( #524 )
added settings for Czech mail provider seznam.cz and a faculty e-mail for Faculty of Electrical Engineering and Communication, Brno University of Technology
пре 4 година
beldi961
90de356b8a
Added Friedrich-Schiller-Universität Jena ( #522 )
пре 4 година
Nicholas
50ae4af967
Added Seneca College to domains.csv ( #521 )
пре 4 година
Luke Smith
95cf003c03
larbs address added
пре 4 година
A. Tammy
032077adf6
fix notmuch integration caller command ( #520 )
Co-authored-by: Aisha Tammy <aisha@aisha.cc>
пре 4 година
Ethan Rietz
289533279b
Update domains.csv ( #519 )
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
пре 4 година
Luke Smith
403b1b862f
Merge branch 'Jonassenher-master' into master
пре 4 година
Luke Smith
113499cf74
tweaks
пре 4 година
Jonassenher
8b1ba846d0
fix
пре 4 година
Jonassenher
f00fa04f15
Fixed mbsync using the correct rc file
пре 4 година
Jonassenher
d60d239886
Fixed the case for no environmental variables
пре 4 година
Jonassenher
06f416f5eb
Support for XDG Base Directory
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.
пре 4 година
Luke Smith
93584f2c1d
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard into master
пре 4 година
Luke Smith
3821323572
mw sync can take arg, otherwise sync all
пре 4 година
Lorenzo Leonardini
9910b434c2
Top-level domain wildcard ( #475 )
пре 4 година
Alexander Bocken
abe90a1bc4
updated 2 domains ( #481 )
пре 4 година
A. Tammy
f87acd7042
fix regex check for email address ( #511 )
-E option is cross platform and interprets
pattern as regular expression always
Co-authored-by: Aisha Tammy <aisha@aisha.cc>
пре 4 година
jackhanslope
d3f34931a6
Add @btinternet.com to domains.csv ( #513 )
пре 4 година
Luke Smith
aece24c7dd
revert auto gpg to fix #491 #484 #493 etc
пре 4 година
A. Tammy
2cd21c2db2
add check for MANPREFIX ( #510 )
пре 4 година
Luke Bubar
57a3f317ad
Update domains.csv ( #508 )
пре 4 година
Luke Smith
1492a11b3e
sort
пре 4 година
samadouz
fc610e8898
update domains.csv ( #507 )
пре 4 година
Pim Beune
913c05b145
Update domains.csv ( #498 )
пре 4 година
g-w1
a2623f77cc
Add audio playback with mailcap and mpv ( #499 )
Allow audio to also be listened to from an email. Did not include setsid because then there would be no way to pause.
пре 4 година
Luke Smith
1ace8994f4
update man; fix #497
пре 4 година
Luke Smith
16188017b2
like i said...
пре 4 година
Luke Smith
832b643c48
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
пре 4 година
Luke Smith
96c0073ecf
mailsync and cron removed, mw sync added
пре 4 година
cl1pp0
c4144ffb7c
add mail.de to domains.csv ( #485 )
Co-authored-by: cl1pp0 <cl1pp0>
пре 4 година
Ashley Glenday
5edde7ef8e
Update domains.csv ( #478 )
Added Australian ISP Bigpond.
пре 4 година
Fraser Li
497839b1ee
Added support for multiple gpg keys with pass ( #472 )
пре 4 година
CosmosAtlas
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.
пре 4 година
Michel Boaventura
44ea786929
Update Makefile ( #458 )
Fix uninstall command
пре 4 година
AAP
5e2aa207a0
+ Added binadarma (Universitas Binadarma) ( #466 )
пре 4 година