Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-31 | Fix unary operator expected error | Adrien 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-06 | Revert "fix #993" | Luke Smith | |
This reverts commit 883e570d6db7ba62febd97598902752a4c28d3ca. | |||
2025-03-06 | fix #993 | Luke Smith | |
2025-03-04 | more robust mbsync check, close #956 | Luke Smith | |
2025-03-04 | use lmdb if available, close #950 | Luke Smith | |
2025-02-28 | Merge branch 'master' into master | Luke Smith | |
2024-03-18 | Don't prompt for password, if the email address already has a saved | speedie | |
password. This is useful if you copy your .password-store directory from one computer to another. | |||
2023-08-23 | Merge pull request #958 from jdujava/master | Luke Smith | |
fix: reorder action | |||
2023-08-11 | fix: reorder action | Jonas Dujava | |
2023-07-26 | pipe password directly to pass | Tomáš Faikl (astro) | |
- also change slightly confusing naming for (re)inserting given passwords to pass store | |||
2023-03-25 | Add goimapnotify for push notifications | Carlos Lobo | |
2023-03-01 | switch msmtp log file to XDG_STATE_HOME | vohoanglong0107 | |
2023-02-18 | simplification of decoding, show help on noopt | Luke Smith | |
2023-02-14 | fix: mailsync looks no '-q' parameter or made it fail | shane.xb.qian | |
// solution: remove '-q' Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> | |||
2023-02-13 | help menu fix | Luke Smith | |
2023-02-13 | offline mail cache fix and other tweaks | Luke Smith | |
2023-02-13 | stupid fix and cli feedback | Luke Smith | |
2023-02-13 | continue revision | Luke Smith | |
2023-02-13 | use template files | Luke Smith | |
2023-02-13 | deprecate -y and -Y, cleanup. | Luke Smith | |
2023-01-05 | error messaging | Luke Smith | |
2022-10-14 | escape single quote in box, fix #880 | Luke Smith | |
2022-07-05 | removed introduced bug, fix #861 | Luke Smith | |
2022-07-04 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2022-07-04 | move msmtp cache and reorder prep | Luke Smith | |
2022-07-03 | pass: add feature to optionally add a prefix | Lokesh Mohanty | |
2022-07-01 | Merge branch 'master' of https://github.com/wrigleyster/mutt-wizard into ↵ | Luke Smith | |
wrigleyster-master | |||
2022-07-01 | remove Protonmail support. POP server now -p | Luke Smith | |
2022-07-01 | Silence mailsync, so cron doesn't spam e-mails on every update | jw | |
2022-06-14 | remove harmless sed error msg if no muttrc | Luke Smith | |
2022-01-22 | Merge pull request #804 from epsilon-0/master | Luke Smith | |
add GPG WKS publishing functionality | |||
2022-01-22 | Merge pull request #786 from Jberczel/reorder-cleanup | Luke Smith | |
Cleanup reorder account numbers action | |||
2022-01-10 | change path of command to use prefix | Aisha Tammy | |
Signed-off-by: Aisha Tammy <floss@bsd.ac> | |||
2021-12-31 | add GPG WKS publishing functionality | Aisha Tammy | |
Signed-off-by: Aisha Tammy <floss@bsd.ac> | |||
2021-11-01 | Revert "allow dynamically loading available mailboxes" | Luke Smith | |
This reverts commit 2cb2fa03452cb99537a1751961574a0b6d3253e0. | |||
2021-11-01 | Cleanup reorder account numbers action | Jberczel | |
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-06 | mw -r to reorder account numbers | Luke Smith | |
2021-10-05 | minor tweaks | Luke Smith | |
2021-09-23 | hardcode mailbox names. don't remake shortcuts. | Luke Smith | |
2021-09-23 | more computationally efficient idnum discovery | Luke Smith | |
2021-09-23 | 465 now default instead of 587 | Luke Smith | |
2021-09-23 | actual lol | Luke Smith | |
2021-09-23 | lol | Luke Smith | |
2021-09-23 | id numbers removed from filenames | Luke Smith | |
2021-09-23 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2021-09-23 | decrease gnuisms | Luke Smith | |
2021-09-23 | Merge branch 'master' into master | Luke Smith | |
2021-09-23 | fix #691, fix #689, fix #690 | Luke Smith | |
2021-08-29 | not necessary to create cachedir manually | Luke Smith | |
2021-08-27 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |