mkomo
856eea6d71
fix cronjob removed on purge ( #269 )
5 anni fa
WhaleJ84
48f61faef7
Modified code to work better with Protonmail ( #267 )
Added new search location for certificates and modified command that caused errors for Protonmail users.
5 anni fa
Luke Smith
c270bdb5df
vars in script; msg if fail
5 anni fa
Robert White
c37a748227
Surround value of imap_pass with quotes ( #260 )
If the password contains single quotes and is not surrounded by quotes,
Mutt removes the single quotes, rendering an incorrect password.
5 anni fa
Kriss
d7dd9f89fe
actually terminate the script on Ctrl-C ( #236 )
In my [PR 224](https://github.com/LukeSmithxyz/mutt-wizard/pull/224 ), I
introduced a bug. While I was catching SIGINT with the trap statement,
I did not actually exit the script and returned into the shell.
Fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/234
5 anni fa
Luke Smith
f3a7f2b6fd
check mbsync, not mailsync
5 anni fa
Luke Smith
7c1da4d168
compat for PASSWORD_STORE_DIR
5 anni fa
Luke Smith
bd3818ff11
starttls off for port 465
5 anni fa
Luke Smith
dd73533565
only sync active mbsync accounts
5 anni fa
Luke Smith
e408f4b290
prep fix
5 anni fa
luukvbaal
effa100e04
fix multiline subject header regression
5 anni fa
luukvbaal
7955090f9f
fix forwarded emails and posix whitespace regex
5 anni fa
luukvbaal
e50d51d3e5
fix multiline subjects and single word senders
5 anni fa
luukvbaal
de2be5439d
perl decoding
5 anni fa
luukvbaal
5d72b5da98
unnecessary sed command
5 anni fa
luukvbaal
7d3658238b
parallelize multiple accounts and mail preview
5 anni fa
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 anni fa
Luke Smith
55e3bb683c
portable openfile
5 anni fa
Luke Smith
e4794af679
escape spaces in mailboxes
5 anni fa
Luke Smith
a6c81625c8
posix and mac fix
5 anni fa
Luke Smith
4c57b410fc
gnuisms removed
5 anni fa
Alex Voloshyn
f807448b64
use image resolution instead of window row/col size to display the image attachment
5 anni fa
Luke Smith
46c796ef64
fatal breakage fixed
5 anni fa
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 anni fa
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 anni fa
Kr1ss
c56b139614
mailsync: fix early exit on graphical(-only) login
Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197 .
5 anni fa
Luke Smith
8e96c25903
gpg all variable
5 anni fa
Stanko K.R
41c5040b6a
Add MacOS certificate store to search list
5 anni fa
Stanko K.R
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.
5 anni fa
Stanko K.R
2b2f17f310
Prefix binary path correctly on MacOS
5 anni fa
Luke Smith
c991d44878
gpg var
5 anni fa
Luke Smith
c08b739a8a
protonmail fix?
5 anni fa
Luke Smith
d33c893555
gpg double check
5 anni fa
Luke Smith
a7ec4dae1f
n00buntu msmtp link
5 anni fa
Luke Smith
b64c44e03e
barebones urlview conf added
5 anni fa
Luke Smith
2ddfceb837
all pm domains fixed
5 anni fa
Luke Smith
a4a9e8746f
msmtprc now separate variable
5 anni fa
Luke Smith
9e2bde6f3c
approaching prontonmail fix
5 anni fa
Luke Smith
123351045e
open files with mac
5 anni fa
Luke Smith
be2c4c5baa
only sync if user logged in
5 anni fa
Dov Salomon
cff2554231
Mailsync: only pass -a to mbsync when no args
If -a is passed along with "$@", mailsync will sync all mailboxes even
if only a single channel is passed in with "$@". This breaks the
semantics of the `o` macro in mutt which should only sync the current
mailbox that is currently being viewed in mutt.
5 anni fa
Luke Smith
1995a68df4
cron check more liberal
5 anni fa
Luke Smith
6faf22488c
to avoid user conflicts
5 anni fa
Luke Smith
c2247a2188
maxmessages option
5 anni fa
NinKenDo64
bf609ca894
Corrected grammar "be found" line 139
5 anni fa
Luke Smith
98d4758b6b
bad idea
5 anni fa
Luke Smith
942711e9da
du not portable
5 anni fa
Luke Smith
eb51f388cd
fix junk rm
5 anni fa
Luke Smith
f106dbd363
spell
5 anni fa
Luke Smith
e81e2c450d
sed portable?
5 anni fa