Roland Puntaier
99b7057042
mw.1 generated from README.md with pandoc
пре 6 година
Roland Puntaier
731e4f119c
tests and fixes
пре 6 година
Roland Puntaier
07b259c105
online=mutt: no mbsync dependence, support pop via getmail, mutt profiles created on every full sync, purge using delete, mbsync profile: no Flatten, +Pattern
пре 6 година
Roland Puntaier
7dbdedcff5
tests and fixes
пре 6 година
Roland Puntaier
caf79d7a78
integrate mailsync into mw 1
пре 6 година
Roland Puntaier
758f4b7c2c
integrate mailsync into mw
пре 6 година
Roland Puntaier
b049773ee8
changed shortcuts + bug fixes
пре 6 година
Roland Puntaier
8077ac85eb
added tests
пре 6 година
Roland Puntaier
355abcacf6
type in mutt account rc, fix mw pass
пре 6 година
Roland Puntaier
79f78a12b9
same default ~/Mail as Mutt
пре 6 година
Roland Puntaier
1ecd6be1a3
drop XDG_DATA_HOME: just $MAILDIR defaulting to $HOME/mail (mail is user data, not app data)
пре 6 година
Roland Puntaier
6f56f74866
tests and fixes
пре 6 година
Roland Puntaier
87c646fa94
use [iCM]xy as mailbox shortcuts, list subfolders in mailboxes
пре 6 година
Roland Puntaier
470701533a
further tests and fixes
пре 6 година
Roland Puntaier
14c2572c73
fix mutt cache folder cannot have @
пре 6 година
Roland Puntaier
36498079d4
debug last change
пре 6 година
Roland Puntaier
c05076903d
place iX macro inside the account rc
пре 6 година
Roland Puntaier
078b4b8bb5
folder-hook and account-hook
пре 6 година
Roland Puntaier
9e88c2d632
tests and fixes
пре 6 година
Roland Puntaier
8c29e3d73b
fix sidebar header showed only 'com'
пре 6 година
Roland Puntaier
2649f5d506
further fixes and refactoring
пре 6 година
Roland Puntaier
b2c8aa66f2
integration tests
пре 6 година
Roland Puntaier
4700ac74ef
test and refactor
пре 6 година
Roland Puntaier
e5c3d42ba9
XDG compliance, o/O -> gm/gM
пре 6 година
mkomo
856eea6d71
fix cronjob removed on purge ( #269 )
пре 6 година
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.
пре 6 година
Luke Smith
c270bdb5df
vars in script; msg if fail
пре 6 година
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.
пре 6 година
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
пре 6 година
Luke Smith
f3a7f2b6fd
check mbsync, not mailsync
пре 6 година
Luke Smith
7c1da4d168
compat for PASSWORD_STORE_DIR
пре 6 година
Luke Smith
bd3818ff11
starttls off for port 465
пре 6 година
Luke Smith
dd73533565
only sync active mbsync accounts
пре 6 година
Luke Smith
e408f4b290
prep fix
пре 6 година
luukvbaal
effa100e04
fix multiline subject header regression
пре 6 година
luukvbaal
7955090f9f
fix forwarded emails and posix whitespace regex
пре 6 година
luukvbaal
e50d51d3e5
fix multiline subjects and single word senders
пре 6 година
luukvbaal
de2be5439d
perl decoding
пре 6 година
luukvbaal
5d72b5da98
unnecessary sed command
пре 6 година
luukvbaal
7d3658238b
parallelize multiple accounts and mail preview
пре 6 година
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
пре 6 година
Luke Smith
55e3bb683c
portable openfile
пре 7 година
Luke Smith
e4794af679
escape spaces in mailboxes
пре 7 година
Luke Smith
a6c81625c8
posix and mac fix
пре 7 година
Luke Smith
4c57b410fc
gnuisms removed
пре 7 година
Alex Voloshyn
f807448b64
use image resolution instead of window row/col size to display the image attachment
пре 7 година
Luke Smith
46c796ef64
fatal breakage fixed
пре 7 година
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
пре 7 година
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.
пре 7 година
Kr1ss
c56b139614
mailsync: fix early exit on graphical(-only) login
Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197 .
пре 7 година