summaryrefslogtreecommitdiff
path: root/lisp/km-mail.el
AgeCommit message (Collapse)Author
2023-06-03km-mail: Fix comment typoKyle Meyer
2022-02-06Drop dates from copyright linesKyle Meyer
public-inbox has started to drop dates from its copyright lines, pointing to the recommendation at https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ I regularly fail to keep copyright lines up to date, so I'll gladly follow suit.
2020-12-24Silence byte-compilerKyle Meyer
2020-09-01km/notmuch-show-at-point: Support region selectionKyle Meyer
2020-09-01km/notmuch-show-at-point: Drop pointless regexp groupKyle Meyer
2020-09-01Update copyright yearsKyle Meyer
2020-04-13Update URL values for repository moveKyle Meyer
2019-10-10notmuch: Improve stashing of debbugs CCKyle Meyer
The CC value can have a tab, which the regexp doesn't handle. Instead rely on message-fetch-field.
2019-08-10notmuch-show-at-point: Allow surrounding bracketsKyle Meyer
I've hit into this a few times in the wild, particularly on lists that are archived with public-inbox.
2019-08-10Fix spots that pass variable strings as message's format-stringKyle Meyer
2019-06-27notmuch: Try harder to find thread ID when showing treeKyle 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-05Update for Magit's rework of buffer arguments (62d06e6)Kyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2019-01-15Update copyright yearsKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2018-12-09mail: Loosen github url regexpKyle Meyer
... so that it also matches the text in the "push" emails.
2018-12-09mail: Generalize "visit URL" commandKyle Meyer
2018-08-03notmuch-show-pr-in-magit: Pass default log argumentsKyle Meyer
2018-05-14notmuch-visit-github-url: Copy URL when given a prefix argumentKyle Meyer
2018-04-28mail: Add notmuch-visit-github-url commandKyle Meyer
2018-01-13debbugs-notmuch-select-report: Use notmuch-treeKyle Meyer
2018-01-13Add notmuch variant for debbugs-gnu-select-reportKyle Meyer
2018-01-13Define notmuch-search variantKyle Meyer
2018-01-13Update copyright yearsKyle Meyer
2017-10-28Add custom notmuch-show-stash-git-send-email variantKyle Meyer
2017-10-13notmuch: Add command to show GitHub PRs in MagitKyle Meyer
Inspired by William Casarin: https://notmuchmail.org/pipermail/notmuch/2017/025542.html
2017-08-03mail: Read sync-mail arguments through custom functionKyle Meyer
2017-07-03Add custom notmuch-tree-from-show-current-query commandKyle Meyer
2017-03-28Add notmuch-show-at-point commandKyle Meyer
2017-03-06Add notmuch-archive-all commandKyle Meyer
2017-03-01notmuch: Add pipe-to-project commandsKyle Meyer
2017-03-01mail: Log sync to file rather than bufferKyle Meyer
2017-03-01Transition to notmuch for main mail setupKyle Meyer
2017-02-25Add notmuch-show-open-github-patch commandKyle Meyer
2017-02-25Pull out logic from gnus-open-github-patchKyle Meyer
2017-02-25gnus-open-github-patch: Don't error on failed searchKyle Meyer
2017-01-24Add gnus-copy-message-id-as-kill commandKyle Meyer
2017-01-19gnus-pipe-to-project: Handle directory in shell commandKyle 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-13message-confirm-sender: Use y-or-n-pKyle Meyer
2016-03-25Add gnus-pipe-to-project commandKyle Meyer
2016-01-12Rewrite configuration with use-packageKyle Meyer