summaryrefslogtreecommitdiff
path: root/bin/mw
AgeCommit message (Collapse)Author
2025-03-31Fix unary operator expected errorAdrien Czerny
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.
2025-03-06Revert "fix #993"Luke Smith
This reverts commit 883e570d6db7ba62febd97598902752a4c28d3ca.
2025-03-06fix #993Luke Smith
2025-03-04more robust mbsync check, close #956Luke Smith
2025-03-04use lmdb if available, close #950Luke Smith
2025-02-28Merge branch 'master' into masterLuke Smith
2024-03-18Don't prompt for password, if the email address already has a savedspeedie
password. This is useful if you copy your .password-store directory from one computer to another.
2023-08-23Merge pull request #958 from jdujava/masterLuke Smith
fix: reorder action
2023-08-11fix: reorder actionJonas Dujava
2023-07-26pipe password directly to passTomáš Faikl (astro)
- also change slightly confusing naming for (re)inserting given passwords to pass store
2023-03-25Add goimapnotify for push notificationsCarlos Lobo
2023-03-01switch msmtp log file to XDG_STATE_HOMEvohoanglong0107
2023-02-18simplification of decoding, show help on nooptLuke Smith
2023-02-14fix: mailsync looks no '-q' parameter or made it failshane.xb.qian
// solution: remove '-q' Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2023-02-13help menu fixLuke Smith
2023-02-13offline mail cache fix and other tweaksLuke Smith
2023-02-13stupid fix and cli feedbackLuke Smith
2023-02-13continue revisionLuke Smith
2023-02-13use template filesLuke Smith
2023-02-13deprecate -y and -Y, cleanup.Luke Smith
2023-01-05error messagingLuke Smith
2022-10-14escape single quote in box, fix #880Luke Smith
2022-07-05removed introduced bug, fix #861Luke Smith
2022-07-04Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2022-07-04move msmtp cache and reorder prepLuke Smith
2022-07-03pass: add feature to optionally add a prefixLokesh Mohanty
2022-07-01Merge branch 'master' of https://github.com/wrigleyster/mutt-wizard into ↵Luke Smith
wrigleyster-master
2022-07-01remove Protonmail support. POP server now -pLuke Smith
2022-07-01Silence mailsync, so cron doesn't spam e-mails on every updatejw
2022-06-14remove harmless sed error msg if no muttrcLuke Smith
2022-01-22Merge pull request #804 from epsilon-0/masterLuke Smith
add GPG WKS publishing functionality
2022-01-22Merge pull request #786 from Jberczel/reorder-cleanupLuke Smith
Cleanup reorder account numbers action
2022-01-10change path of command to use prefixAisha Tammy
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2021-12-31add GPG WKS publishing functionalityAisha Tammy
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2021-11-01Revert "allow dynamically loading available mailboxes"Luke Smith
This reverts commit 2cb2fa03452cb99537a1751961574a0b6d3253e0.
2021-11-01Cleanup reorder account numbers actionJberczel
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.
2021-10-06mw -r to reorder account numbersLuke Smith
2021-10-05minor tweaksLuke Smith
2021-09-23hardcode mailbox names. don't remake shortcuts.Luke Smith
2021-09-23more computationally efficient idnum discoveryLuke Smith
2021-09-23465 now default instead of 587Luke Smith
2021-09-23actual lolLuke Smith
2021-09-23lolLuke Smith
2021-09-23id numbers removed from filenamesLuke Smith
2021-09-23Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2021-09-23decrease gnuismsLuke Smith
2021-09-23Merge branch 'master' into masterLuke Smith
2021-09-23fix #691, fix #689, fix #690Luke Smith
2021-08-29not necessary to create cachedir manuallyLuke Smith
2021-08-27Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith