Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-24 | Fix escaping in message IDs from notmuch | burbschat | |
`+` 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-23 | Merge pull request #958 from jdujava/master | Luke Smith | |
fix: reorder action | |||
2023-08-23 | Merge pull request #953 from rampaq/pipe-to-pass | Luke Smith | |
pipe password directly to pass | |||
2023-08-11 | fix: reorder action | Jonas Dujava | |
2023-08-02 | Merge pull request #941 from satchlj/master | Luke Smith | |
fix typo in set crypt_auto_sign | |||
2023-08-02 | Merge pull request #945 from vlashada/master | Luke Smith | |
Update domains.csv | |||
2023-08-02 | Merge pull request #943 from ghalv/patch-2 | Luke Smith | |
Update domains.csv | |||
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-07-16 | Merge pull request #951 from epsilon-0/master | Luke Smith | |
exclude dovecot special folders fts-flatcurve/virtual | |||
2023-07-16 | exclude dovecot special folders fts-flatcurve/virtual | Aisha Tammy | |
2023-06-20 | Merge pull request #948 from speediegq/master | Luke Smith | |
Add gettext dependency to README | |||
2023-06-20 | Add gettext dependency to README | speedie | |
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-30 | Update domains.csv | vlashada | |
2023-05-26 | Update domains.csv | Gunnar K. Halvorsen | |
2023-05-15 | fix typo in set crypt_auto_sign | Satya Benson | |
2023-05-12 | Merge pull request #940 from ghalv/master | Luke Smith | |
Update domains.csv | |||
2023-05-12 | Update domains.csv | Gunnar K. Halvorsen | |
2023-05-11 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2023-05-11 | fix #935 | Luke Smith | |
2023-04-24 | Merge pull request #930 from gerazov/flagged-coloring | Luke Smith | |
Add highlighting for flagged emails | |||
2023-04-24 | Merge pull request #931 from gerazov/forward-as-text | Luke Smith | |
Forward email body as text | |||
2023-04-17 | Merge pull request #919 from vohoanglong0107/master | Luke Smith | |
Switch msmtp log file to XDG_STATE_HOME | |||
2023-04-14 | forward email body as text | Branislav Gerazov | |
2023-04-14 | add highlighting for flagged emails | Branislav Gerazov | |
2023-03-17 | Merge pull request #921 from iStagnant/master | Luke Smith | |
Made script more readable and redirected error | |||
2023-03-17 | Made script more readable and redirected error | Stagnant | |
2023-03-11 | remove bad line | Luke Smith | |
2023-03-10 | Merge branch 'iStagnant-master' | Luke Smith | |
2023-03-10 | actually install zsh completion | Luke Smith | |
2023-03-10 | Added basic zsh completion | iStagnant | |
2023-03-01 | switch msmtp log file to XDG_STATE_HOME | vohoanglong0107 | |
2023-02-20 | Merge pull request #915 from p-hofer/master | Luke Smith | |
Remove duplicate lines in mutt-wizard.muttrc | |||
2023-02-20 | remove duplicate lines | philipp | |
2023-02-18 | simplification of decoding, show help on noopt | Luke Smith | |
2023-02-16 | Merge branch 'master-patch-2b3e' into 'master' | Luke Smith | |
added privateemail.com See merge request LukeSmithxyz/mutt-wizard!76 | |||
2023-02-16 | added privateemail.com | Andrew Hartung | |
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 | Merge pull request #909 from Shane-XB-Qian/pr_mailsync_display_fb | Luke Smith | |
fix: displays fallback of default looks should be ':0' | |||
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 | |