summaryrefslogtreecommitdiff
path: root/emacs/custom/my-notmuch.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-07feat(notmuch): tweak a bit more the configurationFranck Cuny1-13/+57
Add a few more things to the default configuration: - set the MUA with the version of Emacs/notmuch - cache the addresses - define the tags used to archive emails - set the fcc dir - add a number of saved searches - format the search result Change-Id: Iec21e76e7ac4fce0d299e367b2c59bf8bbbe9718 Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/613 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-07-02feat(notmuch): define saved searchesFranck Cuny1-1/+17
Define some saved searches to make it easier to navigate incoming emails. I can jump to them by using the "j" key. Change-Id: Ie7faed224de25b72134604dbcf82568e18c2044b Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/604 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-19start to install packages without use-packageFranck Cuny1-13/+12
Define a list of packages in `init.el', and then use plain `require' in the various custom modules. The first two packages installed that way are: - notmuch - exec-path-from-shell
2022-03-23rename a few more librariesFranck Cuny1-3/+3
2022-03-22notmuch: make flymake happyFranck Cuny1-0/+7
2021-10-08emacs: notmuch's tags for archiving emailsFranck Cuny1-1/+2
2021-09-25emacs: more tweaks for notmuchFranck Cuny1-1/+5
2021-09-24emacs: fix the configuration for notmuchFranck Cuny1-0/+3
We need a `provide` and we should only configure it if the binary is present.
2021-09-21emacs: initial configuration for notmuchFranck Cuny1-0/+5