summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-29Merge branch 'strega-nil-strega-nil/prefix'HEADmasterLuke Smith
2026-06-29Merge branch 'strega-nil/prefix' of github.com:strega-nil/mutt-wizard into ↵Luke Smith
strega-nil-strega-nil/prefix
2026-06-29Merge pull request #1028 from jlucas8/error-handlingLuke Smith
Handle sync errors (set exit code accordingly)
2026-06-29Merge pull request #1020 from CarlosLoboxyz/masterLuke Smith
Fix .conf to .yaml in goimapnotify config file
2026-06-29Merge branch 'ananthu-sk-patch-1'Luke Smith
2026-06-29Merge branch 'patch-1' of github.com:ananthu-sk/mutt-wizard into ↵Luke Smith
ananthu-sk-patch-1
2026-06-29Merge branch 'ephemer4l-master'Luke Smith
2026-06-29Merge branch 'master' of github.com:ephemer4l/mutt-wizard into ephemer4l-masterLuke Smith
2026-06-29Merge pull request #1018 from jacquescomeaux/muttrc-variable-renameLuke Smith
Rename muttrc variable
2026-06-29Merge pull request #1022 from pontusk/masterLuke Smith
fix: `head` incompatibility between GNU and macOS
2026-06-29Merge pull request #1031 from CervEdin/fix-posix-headLuke Smith
Replace head -n-1 with POSIX-compatible sed '$d'
2026-06-29Merge pull request #1029 from derrekcoleman/patch-2Luke Smith
chore: fix typo in README.md
2025-11-03Replace head -n-1 with POSIX-compatible sed '$d'Erik Cervin-Edin
The GNU-specific head -n-1 syntax causes errors on macOS/BSD systems. Replaced with sed '$d' which is POSIX-compatible and achieves the same result of removing the last line.
2025-10-16chore: fix typo in README.mdDerrek
2025-10-07handle sync errorsJoão Lucas
- syncandnotify() aborts early if mbsync or mpop fails - mailsync aborts early (exit code 1, before notmuch) if all syncs fail
2025-07-16fix: `head` incompatibility between GNU and macOSPontus Karlsson
2025-07-08Update domains.csvAnanthu
Added Bauhaus university weimar
2025-07-02Fix .conf to .yaml in goimapnotify config fileCarlos Lobo
2025-06-09Rename muttrc variableJacques Comeaux
$message_cachedir has been renamed to $message_cache_dir: https://neomutt.org/guide/reference.html#3-244-%C2%A0message_cache_dir
2025-05-03Allow PREFIX to be set by userNicole Patricia Mazzuca
This allows for the following command to work: ``` PREFIX=~/.local make install ``` The makefile already handles the `PREFIX` not being at `/usr/local`
2025-04-11-x option fixed, fix #1014Luke Smith
2025-04-11properly create imapnotify dirLuke Smith
2025-03-31Merge pull request #1012 from czardien/fixLuke Smith
Fix unary operator expected error
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-11fix #922Efe İzbudak
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 pull request #976 from ivan-boikov/masterLuke Smith
No mailsync with locked GPG key in non-interactive shells
2025-02-28Merge pull request #924 from CarlosLoboxyz/masterLuke Smith
Add goimapnotify for push notifications
2025-02-28Merge branch 'master' into masterLuke Smith
2025-02-28Merge pull request #1003 from staticssleever668/fix_dash_subjectLuke Smith
fix(mailsync): delimit notification text from flags
2025-02-28Merge pull request #967 from appeasementPolitik/patch-1Luke Smith
Fix notify-send not coming through with goimapnotify
2025-02-28Merge branch 'master' into patch-1Luke Smith
2025-02-28Merge pull request #1004 from alx-sychev/fix_man_mw_P_option_formattingLuke Smith
fix -P option description formatting in mw.1
2025-02-28Merge pull request #999 from jdujava/fix-multiline-subjectsLuke Smith
Fix notifications for mails with multiline subject
2025-02-28Merge pull request #1000 from jdujava/fix-pluralLuke Smith
Fix usages of mail/mails
2024-09-21fix -P option description formatting in mw.1Alexandr Sychev
2024-09-18fix(mailsync): delimit notification text from flagsYaroslav 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-02Fix usages of mail/mailsJonas Dujava
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-09-02Fix notifications for mails with multiline subjectJonas Dujava
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-08-18Merge pull request #996 from staticssleever668/fix_xdg_cacheLuke Smith
muttrc: use XDG_CACHE_HOME in notmuch integration
2024-08-14muttrc: use XDG_CACHE_HOME in notmuch integrationYaroslav Chvanov
Fixes `sh: 1: cannot create /home/<username>/.cache/mutt_terms: Directory nonexistent`.
2024-07-15Merge pull request #975 from rnpnr/makefileLuke Smith
cleanup Makefile
2024-07-15Merge pull request #970 from jdujava/masterLuke Smith
fix: rename variables
2024-07-15Merge pull request #960 from paniash/add-domainLuke Smith
Added `fz-juelich.de` domain
2024-07-15Merge pull request #969 from burbschat/notmuch_escape_fixLuke Smith
Fix escaping in message IDs from notmuch
2024-07-15Merge pull request #985 from speedie1337/masterLuke Smith
Don't prompt for password, if the email address already has one stored.
2024-05-22Merge pull request #989 from karimhussein1/masterLuke Smith
Added direct link to Google App Password page for easier access