Commit Graph

655 Commits

Author SHA1 Message Date
dbb05f9d70 Merge pull request #216 from sambadevi/feature/add-vivaldi-dot-net
feat: add vivaldi.net to known domains
2019-05-22 17:15:41 -04:00
f48e039896 feat: add vivaldi.net to known domains
IMAP mail.vivaldi.net 993
SMTP mail.vivaldi.net 465
2019-05-22 22:43:30 +02:00
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.
2019-05-22 22:44:19 +03:00
0a097fe234 Merge pull request #211 from voloshyn/master
use image resolution to display the image attachments
2019-05-20 15:58:04 -04:00
55b47447cb fix 2019-05-20 15:42:24 -04:00
55e3bb683c portable openfile 2019-05-20 15:41:03 -04:00
e4794af679 escape spaces in mailboxes 2019-05-20 13:44:51 -04:00
a6c81625c8 posix and mac fix 2019-05-20 13:09:11 -04:00
4c57b410fc gnuisms removed 2019-05-20 12:59:27 -04:00
f807448b64 use image resolution instead of window row/col size to display the image attachment 2019-05-20 13:48:14 +09:00
27655714ef Merge pull request #207 from thecountoftuscany/patch-1
Update share/domains.csv
2019-05-18 08:50:50 -04:00
82f34777a0 Merge pull request #210 from hum6ug/master
Added datentopf.org and inf.h-brs.de
2019-05-17 16:35:58 -04:00
286d865e75 Added datentopf.org and inf.h-brs.de 2019-05-17 22:15:06 +02:00
46c796ef64 fatal breakage fixed 2019-05-16 13:59:09 -04:00
31c53898d4 Update share/domains.csv
Added @uw.edu and @alumni.bits-pilani.ac.in in share/domains.csv
2019-05-16 13:10:07 +05:30
3f9c00de69 Merge pull request #205 from Kr1ss-XD/fix-pass-setup
check if .gpg-id is in the pass store on startup
2019-05-15 14:33:45 -04:00
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
2019-05-15 20:19:55 +02:00
bc3cceaf77 Merge pull request #203 from lucianonooijen/master
Added Eneco to domains.csv
2019-05-13 12:23:05 -04:00
e2b905b45d Added Eneco to domains.csv
Signed-off-by: Luciano Nooijen <luciano@bytecode.nl>
2019-05-13 16:26:30 +02: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
b6a60f8965 posteo.net 2019-05-09 07:42:36 -04:00
f4759d9b8f Merge pull request #199 from fsmiamoto/patch-1
Added UTFPR Student Mail domain
2019-05-07 09:40:23 -04:00
71703f8f55 Merge pull request #200 from Kr1ss-XD/master
mailsync: fix early exit on graphical(-only) login
2019-05-07 09:40:03 -04: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
1c7ec02c81 Added UTFPR Student Mail domain 2019-05-07 09:36:24 -03:00
c5e12600b9 fix 2019-05-06 19:40:17 -04:00
3e6278e129 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2019-05-05 09:37:45 -04:00
8e96c25903 gpg all variable 2019-05-05 09:37:30 -04:00
373bd88899 domains 2019-05-05 09:37:19 -04:00
6654b0954b macos fix 2019-05-05 09:37:13 -04:00
47a8062ba8 Merge pull request #196 from rommedahl/patch-1
Update domains.csv
2019-05-05 09:34:45 -04:00
7c7b551a02 Merge pull request #195 from monorkin/fix/mailcap-on-macos
Use correct prefix in muttrc on macOS
2019-05-05 09:34:16 -04:00
170cdacbe2 urlview not mand 2019-05-05 09:32:54 -04:00
a679a18bfe Update domains.csv
Added email configuration settings for one.com
2019-05-05 11:02:28 +02:00
06c3d0e34c Use correct prefix in muttrc on macOS 2019-05-05 09:26:49 +02:00
b7059e630c Merge pull request #194 from BreakfastOnToast/patch-1
Add USW domains to domains.csv
2019-05-04 18:44:59 -04:00
2b48615c5d Add USW domains to domains.csv 2019-05-04 23:06:11 +01:00
0cbe5f9317 Merge pull request #193 from monorkin/feature/macos-bsd-compatibility
MacOS compatibility
2019-05-04 17:33:44 -04:00
41c5040b6a Add MacOS certificate store to search list 2019-05-04 22:47:26 +02:00
aaa188ce72 Relax pass store check
Checking for a secret key with format `<foo@bar.com>` may not work for
people that store key IDs in .gpg-id. Removing the `<` and `>` makes it
work for both beople that use emails and people that use IDs.
2019-05-04 22:47:20 +02:00
2b2f17f310 Prefix binary path correctly on MacOS 2019-05-04 22:47:01 +02:00
c991d44878 gpg var 2019-05-04 15:33:43 -04:00
c08b739a8a protonmail fix? 2019-05-04 09:50:22 -04:00
d33c893555 gpg double check 2019-05-04 09:50:15 -04:00
bd86bc0f92 Merge pull request #190 from sarpik/patch-1
Add `interactio.io` to domains.csv
2019-05-03 13:19:05 -04:00
d0e8a62663 Add interactio.io to domains.csv 2019-05-03 20:06:32 +03:00
a6d6cf71bb ubdebmint note 2019-05-02 19:26:17 -04:00
a7ec4dae1f n00buntu msmtp link 2019-05-02 19:21:53 -04:00
c49c2e8269 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2019-05-02 19:12:35 -04:00
b64c44e03e barebones urlview conf added 2019-05-02 19:04:54 -04:00