luukvbaal
e50d51d3e5
fix multiline subjects and single word senders
5 years ago
Luke Smith
e5fff0b82e
Merge pull request #228 from ghuter/patch-1
Update domains.csv
5 years ago
ghuter
6a553a6be2
Update domains.csv
5 years ago
Luke Smith
d9089b0017
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
5 years ago
Luke Smith
8f35bb6cfe
todo update
5 years ago
luukvbaal
de2be5439d
perl decoding
5 years ago
luukvbaal
70257daa83
Merge branch 'master' into patch-1
5 years ago
luukvbaal
5d72b5da98
unnecessary sed command
5 years ago
luukvbaal
7d3658238b
parallelize multiple accounts and mail preview
5 years ago
Luke Smith
2157be7cec
Merge pull request #225 from EthanID/master
Added website
5 years ago
Ethan Coe
3a46c622b3
Merge pull request #1 from EthanID/EthanID-patch-1
Added ethancoe.com
5 years ago
Ethan Coe
3eb98e7f03
Added ethancoe.com
5 years ago
Luke Smith
409f31b991
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
5 years ago
Luke Smith
68cc36a22f
luke self-hosting
5 years ago
Luke Smith
695ca15940
Merge pull request #224 from Kr1ss-XD/clean-abort
restore default text color on 'Ctrl-C' exit
5 years ago
Kr1ss
e4813ae215
restore default text color on 'Ctrl-C' exit
The terminal text color wasn't reset when the user aborted the wizard
while being prompted for input.
This resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/224
5 years ago
Luke Smith
9cc2955424
Merge pull request #221 from Eddie-Jeselnik/master
Add RMIT student email
5 years ago
Eddie Jeselnik
9e3f30f119
Add RMIT student email
5 years ago
Luke Smith
4100a76519
Merge pull request #219 from MorganJamesSmith/master
Added Carleton University student email domain to domains.csv
5 years ago
MorganJSmith
09d76eb4f9
Added Carleton University student email domain to domains.csv
5 years ago
Luke Smith
017ceb00ea
Merge pull request #218 from stefanocereda/polimi
Added address for politecnico di milano university
5 years ago
Stefano Cereda
e043d0fcc5
Added address for politecnico di milano university
5 years ago
Luke Smith
b7462afa5d
Merge pull request #217 from sambadevi/feature/add-vivaldi-dot-net
fix: vivaldi settings
5 years ago
Tim Otlik
3429330b08
fix: fix vivaldi settings
5 years ago
Luke Smith
958056acd4
Merge pull request #215 from NorthSailor/patch-2
Use different SMTP server port for onet.pl
5 years ago
Luke Smith
dbb05f9d70
Merge pull request #216 from sambadevi/feature/add-vivaldi-dot-net
feat: add vivaldi.net to known domains
5 years ago
Tim Otlik
f48e039896
feat: add vivaldi.net to known domains
IMAP mail.vivaldi.net 993
SMTP mail.vivaldi.net 465
5 years ago
Jason Barmparesos
ee13994051
Use different SMTP server port for onet.pl
Even though the following official help page says that port 465 should be used, this didn't work for me (msmtp just hang indefinitely).
Instead port 587 seems to work fine, even though I couldn't fine some official document by the e-mail provider mentioning it.
https://pomoc.poczta.onet.pl/baza-wiedzy/adresy-serwerow-potrzebne-do-konfiguracji/
If someone else can confirm that indeed, 587 works for them as well, feel free to merge this PR.
5 years ago
Luke Smith
0a097fe234
Merge pull request #211 from voloshyn/master
use image resolution to display the image attachments
5 years ago
Luke Smith
55b47447cb
fix
5 years ago
Luke Smith
55e3bb683c
portable openfile
5 years ago
Luke Smith
e4794af679
escape spaces in mailboxes
5 years ago
Luke Smith
a6c81625c8
posix and mac fix
5 years ago
Luke Smith
4c57b410fc
gnuisms removed
5 years ago
Alex Voloshyn
f807448b64
use image resolution instead of window row/col size to display the image attachment
5 years ago
Luke Smith
27655714ef
Merge pull request #207 from thecountoftuscany/patch-1
Update share/domains.csv
5 years ago
Luke Smith
82f34777a0
Merge pull request #210 from hum6ug/master
Added datentopf.org and inf.h-brs.de
5 years ago
Niklas
286d865e75
Added datentopf.org and inf.h-brs.de
5 years ago
Luke Smith
46c796ef64
fatal breakage fixed
5 years ago
Nishant Elkunchwar
31c53898d4
Update share/domains.csv
Added @uw.edu and @alumni.bits-pilani.ac.in in share/domains.csv
5 years ago
Luke Smith
3f9c00de69
Merge pull request #205 from Kr1ss-XD/fix-pass-setup
check if .gpg-id is in the pass store on startup
5 years ago
Kr1ss
49d2e12125
check if .gpg-id is in the pass store on startup
The current test did not terminate the script in cases when the user
already has a private GPG key, but they'd not initialized the password
store.
This leads to an infinite loop in the `getpass()` function.
The commit fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/204
5 years ago
Luke Smith
bc3cceaf77
Merge pull request #203 from lucianonooijen/master
Added Eneco to domains.csv
5 years ago
Luciano Nooijen
e2b905b45d
Added Eneco to domains.csv
Signed-off-by: Luciano Nooijen <luciano@bytecode.nl>
5 years ago
luukvbaal
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.
5 years ago
Luke Smith
b6a60f8965
posteo.net
5 years ago
Luke Smith
f4759d9b8f
Merge pull request #199 from fsmiamoto/patch-1
Added UTFPR Student Mail domain
5 years ago
Luke Smith
71703f8f55
Merge pull request #200 from Kr1ss-XD/master
mailsync: fix early exit on graphical(-only) login
5 years ago
Kr1ss
c56b139614
mailsync: fix early exit on graphical(-only) login
Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197 .
5 years ago
Francisco Miamoto
1c7ec02c81
Added UTFPR Student Mail domain
5 years ago