Commit Graph

168 Commits

Author SHA1 Message Date
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>
2020-08-27 16:43:24 -04:00
Luke Smith
aece24c7dd
revert auto gpg to fix #491 #484 #493 etc 2020-08-27 16:38:14 -04:00
Luke Smith
16188017b2
like i said... 2020-07-09 17:55:56 -04:00
Luke Smith
832b643c48
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-07-09 17:51:00 -04:00
Luke Smith
96c0073ecf
mailsync and cron removed, mw sync added 2020-07-09 17:50:01 -04:00
Fraser Li
497839b1ee
Added support for multiple gpg keys with pass (#472) 2020-06-22 07:41:07 -04:00
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.
2020-06-16 15:10:35 -04:00
Rob
ca5c623855
fix premature return from askinfo (#463)
I believe this addresses issue #456 where if you add a protonmail account you get an error.  This is caused by prematurely returning from the case statement that queries whether you have a protonmail account or not.

Co-authored-by: rjl6789 <rlives6789@gmail.com>
2020-06-12 06:43:26 -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
Petrus
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
Luke Smith
d90b668d4e
fix #452 2020-06-04 18:47:13 -04:00
Luke Smith
2703d4183a
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-06-02 15:24:59 -04:00
qorg11
591145b653
Auto sign emails using pgp (#451) 2020-06-01 07:45:20 -04:00
Luke Smith
3d320f28c5
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-05-31 20:47:38 -04:00
JameyBear
bb72cf5a71
Cleanup (#450)
* Simple Fixes

* Tweak wording

* Update openfile

* ShellChecked

* Little Fixes
2020-05-31 12:10:35 -04:00
qorg11
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
alps2006
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
Luke Smith
55f810ef69
minor tweaks 2020-05-25 21:02:53 -04:00
Luke Smith
3bf2023dd5
don't use extra icon file
use kill instead of pkill for speed
2020-05-25 21:01:52 -04:00
qorg11
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
Luke Smith
3ee9cb73a0
notmuch ignores mbsync files by default 2020-04-23 15:21:40 -04:00
Luke Smith
e604907f8b
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-04-18 10:50:07 -04:00
Jackson Law
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
Luke Smith
86ffbe9b90
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-04-18 10:47:45 -04:00
Jackson Law
2698a4358c
fix: Support mbsync options passed to mailsync (#414) 2020-04-18 10:47:32 -04:00
Luke Smith
946abe8f5f
new mail info for macos 2020-04-17 10:21:59 -04:00
Luke Smith
50f227b453
blocks for STATUSBAR apparently works... 2020-04-10 22:45:33 -04:00
Lingyu Zhu
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
Chau Bao Long
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
Luke Smith
ee6101cb6e
undo retarded error 2020-02-29 16:58:32 -05:00
Luke Smith
c126d61aa6
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2020-02-29 06:01:57 -05:00
Luke Smith
a2ea17e9b4
changes 2020-02-29 06:01:54 -05:00
grenzionky
82c01a9a6b
add current email to status bar (#373)
when u have multiple emails in neomutt at the same time, you can sometimes forget which email u'r currently viewing, so with this addition youll be able to see.
all i did was add the email to the default status bar configuration
2020-02-29 05:58:07 -05:00
Luke Smith
d8f57b57f6
muttimage replaced by openfile 2020-02-09 09:03:10 -05:00
Luke Smith
4cb726546f
cron fixes and simplifications 2020-02-09 08:57:52 -05:00
Luke Smith
f9b31cbd99
must type full yes 2020-02-09 08:18:32 -05:00
Luke Smith
27ac8c6aa9
AuthMech LOGIN 2020-02-09 08:01:37 -05:00
Luke Smith
9b511f42f7
find mailboxes recursively 2020-02-09 07:49:12 -05:00
Luke Smith
91242ee6cd
move and copy tagged messages if any 2019-12-01 10:14:31 -05:00
Luke Smith
b968bff93b
STATUSBAR var now in subshell to prevent error 2019-11-28 16:27:10 -05:00
Ole Martin Ruud
dfdc3162ba Add app name to notify-send invocation (#324)
This enables users to easily recognize notifications to be able to
modify or style them through notification daemons.
2019-11-27 08:16:37 -05:00
Luke Smith
8b983812ed
Merge branch 'master' of git://github.com/aymanbagabas/mutt-wizard into aymanbagabas-master 2019-11-24 08:26:53 -05:00
Luke Smith
02b8e2a58c
don't expire unread explicit 2019-11-24 07:48:43 -05:00
Luke Smith
938af8f7eb
env bash 2019-11-24 07:48:33 -05:00
Luke Smith
7698abb0f9
lol fix other 2019-11-24 07:44:23 -05:00
Luke Smith
3fee819bfe
fix if STATUSBAR not set 2019-11-24 07:42:08 -05:00
Luke Smith
6aa28a56b1
STATUSBAR matching LARBS changes 2019-11-23 19:23:27 -05:00
Luke Smith
b3ab7aacf8
pseudomailboxes fix 2019-11-12 06:18:51 -05:00
Wayne Reeves
ff57bd2eb7 Fix Malformed UTF-8 Character in Mailsync fixes #322 (#323)
* line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line

* change the pgrep line

* Revert "Update domains.csv (#321)"

This reverts commit a92c01e131.

* Revert "Revert "Update domains.csv (#321)""

This reverts commit af0c0826b9a699780256dc8492e74a157cab2a85.

* Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line"

This reverts commit ca64a6ae56a31ead28cc638d8d8dac7e28f9df68.

* Revert "Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line""

This reverts commit 4304eb731c109289251e06ef86377d372cef07e4.
2019-11-08 20:01:41 -05:00