Nikola Kvartovič
e03a7206e7
Don't create ~/.msmtprc
msmtp has XDG support (https://github.com/marlam/msmtp/commit/af2f409 ).
Is there another reason for creating this file?
1 miesiąc temu
mojtabavahidinasab
ade5d0cd7f
Added --proxy to curl and updated the help info and the man page to display the practical use
of proxy
1 miesiąc temu
Carlos Lobo
d943b92fa9
Fix .conf to .yaml in goimapnotify config file
1 rok temu
Luke Smith
b7b7f21d69
-x option fixed, fix #1014
1 rok temu
Luke Smith
0f9cf65e10
properly create imapnotify dir
1 rok temu
Adrien Czerny
d0dfcc3c27
Fix unary operator expected error
On my system running any `mw` command after a fresh install from the AUR, I get:
```
/usr/bin/mw: line 37: [: 1.5: unary operator expected
```
Now the script doesn't error per-se but it does set the `master` and `slave`
variables to wrong values. I'm also not sure how this wasn't raised before;
maybe that's a new bash version thing? I'm on 5.2.37.
Anyway I faffed around trying to fix this, in particular with the `-gt` operator
but it turned out that properly comparing float numbers is a pain in the butt in
bash. I found solutions using `bc` which I thought were weird.
To keep things simple I ended up doing a little substitution on the dot `.`
character and turned these nasty floats into integers, along with using the
`-gt` operator which did the trick on my system. May be unorthodox so feedback
is more than welcome.
Thank you for the great software by the way, lots of gratitude for your work.
1 rok temu
Luke Smith
943b45340c
Revert "fix #993"
This reverts commit 883e570d6d .
1 rok temu
Luke Smith
883e570d6d
fix #993
1 rok temu
Luke Smith
cfc06f891d
more robust mbsync check, close #956
1 rok temu
Luke Smith
31589ada92
use lmdb if available, close #950
1 rok temu
speedie
11e54213dd
Don't prompt for password, if the email address already has a saved
password. This is useful if you copy your .password-store
directory from one computer to another.
2 lat temu
Jonas Dujava
8d78212cad
fix: reorder action
3 lat temu
Tomáš Faikl (astro)
268da5d51b
pipe password directly to pass
- also change slightly confusing naming for (re)inserting given
passwords to pass store
3 lat temu
Carlos Lobo
058fc42c21
Add goimapnotify for push notifications
3 lat temu
vohoanglong0107
202de3b954
switch msmtp log file to XDG_STATE_HOME
3 lat temu
Luke Smith
d3300a478d
simplification of decoding, show help on noopt
3 lat temu
shane.xb.qian
6abab8f906
fix: mailsync looks no '-q' parameter or made it fail
// solution: remove '-q'
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
3 lat temu
Luke Smith
5c8b52fe38
help menu fix
3 lat temu
Luke Smith
ef816c5c7e
offline mail cache fix and other tweaks
3 lat temu
Luke Smith
6e44eb5056
stupid fix and cli feedback
3 lat temu
Luke Smith
d890e0ea21
continue revision
3 lat temu
Luke Smith
37ba3b7b8d
use template files
3 lat temu
Luke Smith
234be769e8
deprecate -y and -Y, cleanup.
3 lat temu
Luke Smith
6b35770ca0
error messaging
3 lat temu
Luke Smith
60951ccbee
escape single quote in box, fix #880
3 lat temu
Luke Smith
36c87c512e
removed introduced bug, fix #861
4 lat temu
Luke Smith
0b9135142a
move msmtp cache and reorder prep
4 lat temu
Lokesh Mohanty
315069b5a2
pass: add feature to optionally add a prefix
4 lat temu
Luke Smith
ef5bac2b55
remove Protonmail support. POP server now -p
4 lat temu
jw
367c10ec3f
Silence mailsync, so cron doesn't spam e-mails on every update
4 lat temu
Luke Smith
72fcb51e24
remove harmless sed error msg if no muttrc
4 lat temu
Aisha Tammy
a82a86c310
change path of command to use prefix
Signed-off-by: Aisha Tammy <floss@bsd.ac>
4 lat temu
Aisha Tammy
37c91057f7
add GPG WKS publishing functionality
Signed-off-by: Aisha Tammy <floss@bsd.ac>
4 lat temu
Luke Smith
29f264db23
Revert "allow dynamically loading available mailboxes"
This reverts commit 2cb2fa0345 .
4 lat temu
Jberczel
256c091196
Cleanup reorder account numbers action
Refactors commit 85c5d01
* Keep the comment(s) when reordering account numbers in temp file. Users
may accidently reorder rows or rename accounts rather than update order number.
* Remove original default config from muttrc. Currently, script only removes the
macro shortcuts .If you run reorder action multiple times, you'll end up sourcing
multiple "default" config files.
4 lat temu
Luke Smith
85c5d01dcd
mw -r to reorder account numbers
5 lat temu
Luke Smith
418565eb94
minor tweaks
5 lat temu
Luke Smith
bd0075898a
hardcode mailbox names. don't remake shortcuts.
5 lat temu
Luke Smith
b6f0bd4426
more computationally efficient idnum discovery
5 lat temu
Luke Smith
a3fc13e5ce
465 now default instead of 587
5 lat temu
Luke Smith
7a792c7c11
actual lol
5 lat temu
Luke Smith
8c668a22e0
lol
5 lat temu
Luke Smith
fcf4ba52c3
id numbers removed from filenames
5 lat temu
Luke Smith
c88994e730
decrease gnuisms
5 lat temu
Luke Smith
e8458ace20
fix #691 , fix #689 , fix #690
5 lat temu
Luke Smith
2be8ea7871
not necessary to create cachedir manually
5 lat temu
Luke Smith
bd8551163e
fix for 465 starttls
5 lat temu
Luke Smith
fb68f19846
use soyterms if not slower distro
5 lat temu
Luke Smith
8239a7d5ca
remove bashism, fix #752
5 lat temu
ananthu
8e5bb8bd09
bug; argument getting splitted by space
5 lat temu