summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2023-05-11Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2023-05-11fix #935Luke Smith
2023-04-24Merge pull request #930 from gerazov/flagged-coloringLuke Smith
Add highlighting for flagged emails
2023-04-24Merge pull request #931 from gerazov/forward-as-textLuke Smith
Forward email body as text
2023-04-17Merge pull request #919 from vohoanglong0107/masterLuke Smith
Switch msmtp log file to XDG_STATE_HOME
2023-04-14forward email body as textBranislav Gerazov
2023-04-14add highlighting for flagged emailsBranislav Gerazov
2023-03-17Merge pull request #921 from iStagnant/masterLuke Smith
Made script more readable and redirected error
2023-03-17Made script more readable and redirected errorStagnant
2023-03-11remove bad lineLuke Smith
2023-03-10Merge branch 'iStagnant-master'Luke Smith
2023-03-10actually install zsh completionLuke Smith
2023-03-10Added basic zsh completioniStagnant
2023-03-01switch msmtp log file to XDG_STATE_HOMEvohoanglong0107
2023-02-20Merge pull request #915 from p-hofer/masterLuke Smith
Remove duplicate lines in mutt-wizard.muttrc
2023-02-20remove duplicate linesphilipp
2023-02-18simplification of decoding, show help on nooptLuke Smith
2023-02-16Merge branch 'master-patch-2b3e' into 'master'Luke Smith
added privateemail.com See merge request LukeSmithxyz/mutt-wizard!76
2023-02-16added privateemail.comAndrew Hartung
2023-02-16Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2023-02-16bring back ugly but functional cmds to get subjectLuke Smith
fix #910
2023-02-14Merge pull request #908 from Shane-XB-Qian/pr_remove_cron_qLuke Smith
fix: mailsync looks no '-q' parameter or made it fail
2023-02-14Merge pull request #909 from Shane-XB-Qian/pr_mailsync_display_fbLuke Smith
fix: displays fallback of default looks should be ':0'
2023-02-14fix: 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-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-13mail notifications back, close #907, fix #095Luke Smith
use MAILSYNC_MUTE variable, and non-silly commands to derive $from and $subject
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-02-13Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith