Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-24 | Silence byte-compiler | Kyle Meyer | |
2020-09-01 | km/notmuch-show-at-point: Support region selection | Kyle Meyer | |
2020-09-01 | km/notmuch-show-at-point: Drop pointless regexp group | Kyle Meyer | |
2020-09-01 | Update copyright years | Kyle Meyer | |
2020-04-13 | Update URL values for repository move | Kyle Meyer | |
2019-10-10 | notmuch: Improve stashing of debbugs CC | Kyle Meyer | |
The CC value can have a tab, which the regexp doesn't handle. Instead rely on message-fetch-field. | |||
2019-08-10 | notmuch-show-at-point: Allow surrounding brackets | Kyle Meyer | |
I've hit into this a few times in the wild, particularly on lists that are archived with public-inbox. | |||
2019-08-10 | Fix spots that pass variable strings as message's format-string | Kyle Meyer | |
2019-06-27 | notmuch: Try harder to find thread ID when showing tree | Kyle Meyer | |
In some cases, for example showing a message based on an ID, notmuch-show-thread-id is set to the message ID. This means that the context for the tree is restricted to the message. I find navigating such a tree inconvenient, so avoid this by getting the corresponding thread ID with 'notmuch search' if notmuch-show-thread-id doesn't look like a proper thread ID (i.e. "thread:*"). | |||
2019-05-05 | Update for Magit's rework of buffer arguments (62d06e6) | Kyle Meyer | |
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2019-01-15 | Update copyright years | Kyle Meyer | |
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2018-12-09 | mail: Loosen github url regexp | Kyle Meyer | |
... so that it also matches the text in the "push" emails. | |||
2018-12-09 | mail: Generalize "visit URL" command | Kyle Meyer | |
2018-08-03 | notmuch-show-pr-in-magit: Pass default log arguments | Kyle Meyer | |
2018-05-14 | notmuch-visit-github-url: Copy URL when given a prefix argument | Kyle Meyer | |
2018-04-28 | mail: Add notmuch-visit-github-url command | Kyle Meyer | |
2018-01-13 | debbugs-notmuch-select-report: Use notmuch-tree | Kyle Meyer | |
2018-01-13 | Add notmuch variant for debbugs-gnu-select-report | Kyle Meyer | |
2018-01-13 | Define notmuch-search variant | Kyle Meyer | |
2018-01-13 | Update copyright years | Kyle Meyer | |
2017-10-28 | Add custom notmuch-show-stash-git-send-email variant | Kyle Meyer | |
2017-10-13 | notmuch: Add command to show GitHub PRs in Magit | Kyle Meyer | |
Inspired by William Casarin: https://notmuchmail.org/pipermail/notmuch/2017/025542.html | |||
2017-08-03 | mail: Read sync-mail arguments through custom function | Kyle Meyer | |
2017-07-03 | Add custom notmuch-tree-from-show-current-query command | Kyle Meyer | |
2017-03-28 | Add notmuch-show-at-point command | Kyle Meyer | |
2017-03-06 | Add notmuch-archive-all command | Kyle Meyer | |
2017-03-01 | notmuch: Add pipe-to-project commands | Kyle Meyer | |
2017-03-01 | mail: Log sync to file rather than buffer | Kyle Meyer | |
2017-03-01 | Transition to notmuch for main mail setup | Kyle Meyer | |
2017-02-25 | Add notmuch-show-open-github-patch command | Kyle Meyer | |
2017-02-25 | Pull out logic from gnus-open-github-patch | Kyle Meyer | |
2017-02-25 | gnus-open-github-patch: Don't error on failed search | Kyle Meyer | |
2017-01-24 | Add gnus-copy-message-id-as-kill command | Kyle Meyer | |
2017-01-19 | gnus-pipe-to-project: Handle directory in shell command | Kyle Meyer | |
Let-binding default-directory shouldn't be expected to work because gnus-summary-pipe-output and gnus-summary-save-in-pipe do a good amount of buffer switching when setting up for the shell command. Append the directory change to the command instead. | |||
2016-08-13 | message-confirm-sender: Use y-or-n-p | Kyle Meyer | |
2016-03-25 | Add gnus-pipe-to-project command | Kyle Meyer | |
2016-01-12 | Rewrite configuration with use-package | Kyle Meyer | |