Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | -x option fixed, fix #1014HEADmaster | Luke Smith | |
8 days | properly create imapnotify dir | Luke Smith | |
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 pull request #976 from ivan-boikov/master | Luke Smith | |
No mailsync with locked GPG key in non-interactive shells | |||
2025-02-28 | Merge branch 'master' into master | Luke Smith | |
2025-02-28 | Merge pull request #1003 from staticssleever668/fix_dash_subject | Luke Smith | |
fix(mailsync): delimit notification text from flags | |||
2025-02-28 | Merge branch 'master' into patch-1 | Luke Smith | |
2025-02-28 | Merge pull request #999 from jdujava/fix-multiline-subjects | Luke Smith | |
Fix notifications for mails with multiline subject | |||
2024-09-18 | fix(mailsync): delimit notification text from flags | Yaroslav Chvanov | |
Fixes text being interpreted as flags when it starts with a dash. Try sending yourself a letter with subject starting with '-'. E.g. if subject is '-10%' fixes error: > Unknown option -10% | |||
2024-09-02 | Fix usages of mail/mails | Jonas Dujava | |
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||
2024-09-02 | Fix notifications for mails with multiline subject | Jonas Dujava | |
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||
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. | |||
2024-01-13 | No mailsync with locked GPG key in non-interactive shells | ivan-boikov | |
2023-11-15 | Fix notify-send not coming through | appeasementPolitik | |
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-16 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2023-02-16 | bring back ugly but functional cmds to get subject | Luke Smith | |
fix #910 | |||
2023-02-14 | Merge pull request #908 from Shane-XB-Qian/pr_remove_cron_q | Luke Smith | |
fix: mailsync looks no '-q' parameter or made it fail | |||
2023-02-14 | fix: displays fallback of default looks should be ':0' | shane.xb.qian | |
// solution: changed from '0:' to ':0' Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> | |||
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 | mail notifications back, close #907, fix #095 | Luke Smith | |
use MAILSYNC_MUTE variable, and non-silly commands to derive $from and $subject | |||
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-02-13 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2023-02-13 | simplify mailsync, remove silly option passing | Luke Smith | |
2023-01-30 | read-in env vars properly if dependent on XDG Standard | AlexBocken | |
2023-01-15 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2023-01-12 | read xorg displays from unix-domain socket if pgrep returns null | Junicchi | |
2023-01-05 | error messaging | Luke Smith | |
2022-11-17 | fix: make o and O macro work and really sync multiple/individual accounts | shane.xb.qian | |
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> | |||
2022-11-15 | parse pop config only when file exists | Karel Křemel | |
2022-10-14 | escape single quote in box, fix #880 | Luke Smith | |
2022-10-07 | leftover from bugtesting | Luke Smith | |
2022-10-07 | better muting, suppress no mpop config, tabbing | Luke Smith | |
2022-10-07 | Merge branch 'nonnotifyoption' of ↵ | Luke Smith | |
https://github.com/insanerwayner/mutt-wizard into insanerwayner-nonnotifyoption | |||
2022-09-29 | Add Support for POP3 Notification | Parin Jasoliya | |
2022-08-18 | forgot escape on | to get variable; case condition s/no/mute/ | Wayne Reeves | |