summaryrefslogtreecommitdiff
path: root/lisp/km-mail.el
AgeCommit message (Collapse)Author
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