summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
7 daysRevert "fix #993"HEADmasterLuke Smith
This reverts commit 883e570d6db7ba62febd97598902752a4c28d3ca.
7 daysfix #993Luke Smith
9 daysmore robust mbsync check, close #956Luke Smith
9 daysuse lmdb if available, close #950Luke Smith
13 daysMerge pull request #976 from ivan-boikov/masterLuke Smith
No mailsync with locked GPG key in non-interactive shells
13 daysMerge pull request #924 from CarlosLoboxyz/masterLuke Smith
Add goimapnotify for push notifications
13 daysMerge branch 'master' into masterLuke Smith
13 daysMerge pull request #1003 from staticssleever668/fix_dash_subjectLuke Smith
fix(mailsync): delimit notification text from flags
13 daysMerge pull request #967 from appeasementPolitik/patch-1Luke Smith
Fix notify-send not coming through with goimapnotify
13 daysMerge branch 'master' into patch-1Luke Smith
13 daysMerge pull request #1004 from alx-sychev/fix_man_mw_P_option_formattingLuke Smith
fix -P option description formatting in mw.1
13 daysMerge pull request #999 from jdujava/fix-multiline-subjectsLuke Smith
Fix notifications for mails with multiline subject
13 daysMerge 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
2024-05-22Added direct link to Google App Password page for easier accessKarim Hussein
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.
2024-01-13No mailsync with locked GPG key in non-interactive shellsivan-boikov
2023-12-28cleanup MakefileRandy Palamar
* OS variable was unused * ifndef section is not needed since "make PREFIX=... MANPREFIX=..." overwrites whatever is set there * notdir is a GNU specific function (not POSIX) and doesn't do anything in this case * "sed -i" is not POSIX and pointless if pipes are used correctly * the "if" block can be removed since "sed" can also be used to copy files to the destination.
2023-12-03fix: rename variablesJonas Dujava
According to: https://neomutt.org/guide/reference.html#3-380-%C2%A0realname https://neomutt.org/guide/reference.html#3-480-%C2%A0spoolfile
2023-11-24Fix escaping in message IDs from notmuchburbschat
`+` was properly escaped but only once. `$` was not escaped at all. This would result in messages with message IDs containing more than one `+` or at least on `$` to not be shown after limiting. `$` itself has to be escaped presumably for the shell. This results in three prepended backslashes in the limit string and six in the config file, as there backslashes themselves have to be escaped.
2023-11-15Fix notify-send not coming throughappeasementPolitik
2023-10-12added `fz-juelich.de` into domain listAshish Panigrahi
2023-10-12fixed domain for niser.ac.inAshish Panigrahi
2023-08-23Merge pull request #958 from jdujava/masterLuke Smith
fix: reorder action
2023-08-23Merge pull request #953 from rampaq/pipe-to-passLuke Smith
pipe password directly to pass
2023-08-11fix: reorder actionJonas Dujava
2023-08-02Merge pull request #941 from satchlj/masterLuke Smith
fix typo in set crypt_auto_sign
2023-08-02Merge pull request #945 from vlashada/masterLuke Smith
Update domains.csv
2023-08-02Merge pull request #943 from ghalv/patch-2Luke Smith
Update domains.csv
2023-07-26pipe password directly to passTomáš Faikl (astro)
- also change slightly confusing naming for (re)inserting given passwords to pass store
2023-07-16Merge pull request #951 from epsilon-0/masterLuke Smith
exclude dovecot special folders fts-flatcurve/virtual
2023-07-16exclude dovecot special folders fts-flatcurve/virtualAisha Tammy
2023-06-20Merge pull request #948 from speediegq/masterLuke Smith
Add gettext dependency to README
2023-06-20Add gettext dependency to READMEspeedie
gettext which provides the envsubst command is not installed on all distributions. Void for instance does not come with this, so I think it should be mentioned in the README.
2023-05-30Update domains.csvvlashada
2023-05-26Update domains.csvGunnar K. Halvorsen
2023-05-15fix typo in set crypt_auto_signSatya Benson
2023-05-12Merge pull request #940 from ghalv/masterLuke Smith
Update domains.csv
2023-05-12Update domains.csvGunnar K. Halvorsen