summaryrefslogtreecommitdiff
path: root/lisp/init-mail.el
AgeCommit message (Collapse)Author
2015-08-14Switch gnus-follow-last-message-link to single keyKyle Meyer
2015-08-14Move citation* variables to gnus-posting-stylesKyle Meyer
2015-08-09Revert "Remove km/avy-goto-subword-1"Kyle Meyer
This reverts commit 808e4c576e1b751570ea8436bc89b697ea2fa35a. I was mistaken about being mistaken. Calling avy-goto-subword-1 in Org with folded headings assigns candidates to hidden text.
2015-07-31Remove km/avy-goto-subword-1Kyle Meyer
I added this because avy-goto-subword-1 was offering invisible text in Org mode buffers as candidates. However, this no longer seems to be the case (and perhaps I was mistaken to begin with or there was something else going on, because I don't see an obvious commit in the avy repo that changes this behavior.)
2015-06-20Extend link support gnus-follow-last-message-linkKyle Meyer
Before, this function only worked with gwene links that could be followed with shr functions. Using widgets, this should work for links in non-gwene buffers too.
2015-06-10Use custom avy-goto-subword-1 for all bindingsKyle Meyer
Only changed main binding in f88d106fc3.
2015-06-08Switch shr-save-contents keyKyle Meyer
2015-05-30Bind notmuch instead of notmuch-search in mail mapKyle Meyer
2015-05-30Add ace-link-widget commandKyle Meyer
2015-05-30Add today to notmuch-saved-searchesKyle Meyer
2015-05-30Rename init-gnus.el to init-mail.elKyle Meyer
2015-04-12Move server settings to init-server.elKyle Meyer
2015-04-12Avoid saving abbrevs and bookmarks if not default serverKyle Meyer
2015-03-23Use a second daemon for GnusKyle Meyer
Follow setup described in http://tychoish.com/posts/running-multiple-emacs-daemons-on-a-single-system/