summaryrefslogtreecommitdiff
path: root/lisp/init-mail.el
AgeCommit message (Collapse)Author
2016-01-12Rewrite configuration with use-packageKyle Meyer
2016-01-06Add file headersKyle Meyer
2015-11-21gnus--last-message-link: Guard against nilKyle Meyer
2015-10-24gnus-group-sort-function: Add by-alphabetKyle Meyer
2015-10-01gnus: Add org-capture bindingKyle Meyer
2015-09-30Merge mail link functionsKyle Meyer
2015-09-30init-mail.el: Move function definitionKyle Meyer
2015-09-26Return org-gnus-prefer-web-links to default valueKyle Meyer
2015-09-26gnus: Don't show startup screenKyle Meyer
2015-09-23Revert "Remove pointless message format strings"Kyle Meyer
Never mind. I think I used this just in case the string contained '%'.
2015-09-21gnus: Don't display imagesKyle Meyer
2015-09-15Remove pointless message format stringsKyle Meyer
2015-09-03Remove snip-mail-quote commandKyle Meyer
There is already a command message-elide-region.
2015-09-01Limit some avy-goto-subword-1 variants to one windowKyle Meyer
2015-09-01gnus-group-line-format: Use short group nameKyle Meyer
2015-09-01Remove out-of-date notmuch-gnus functionsKyle Meyer
2015-09-01org: Don't switch to notmuch for storing gnus linksKyle Meyer
2015-09-01Remove sync-mail functionKyle Meyer
2015-09-01init-mail.el: Handle gnus-select-method in .gnus fileKyle Meyer
2015-08-21Remove km/avy-goto-subword-1Kyle Meyer
This is fixed upstream as of a6cfeda ("avy.el (avy-goto-subword-0): Don't offer invisible chars", 2015-08-21).
2015-08-20gnus: Don't bind 'GG' to notmuch-searchKyle Meyer
2015-08-20gnus: Remove select/bury commandsKyle Meyer
Haven't been using since moved to using a separate Emacs instance for mail.
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/