summaryrefslogtreecommitdiff
path: root/lisp/init-gnus.el
AgeCommit message (Collapse)Author
2015-05-30Rename init-gnus.el to init-mail.elKyle Meyer
2015-05-29Use avy instead of ace-jump-modeKyle Meyer
2015-03-10Switch from ido to helmKyle Meyer
2015-03-10gnus-group-sort-by-topic: Load gnus-topicKyle Meyer
2015-03-03Add command shr-browse-url-and-goto-nextKyle Meyer
2015-02-28Add command notmuch-show-copy-message-id-as-killKyle Meyer
2015-02-28sync-mail: Rename variableKyle Meyer
2015-02-28sync-mail: Remove global variableKyle Meyer
2015-02-20Rebind some 'j' bindingsKyle Meyer
2015-02-18Add command gnus-copy-gmane-link-as-killKyle Meyer
2015-02-18gnus: Rewrite article selection functionsKyle Meyer
2015-02-18gnus: Add prefix map for article and summary modeKyle Meyer
2015-02-13Rewrite gnus-catchup-and-goto-next-groupKyle Meyer
2015-02-13Remove unnecessary lambdas from hooksKyle Meyer
2015-02-11gnus: Add ido variants for group and topic jumpingKyle Meyer
2015-02-11gnus: Rewrite bury functionsKyle Meyer
2015-01-27Remove duplicate binding in gnus-summary-mode-mapKyle Meyer
2015-01-27gnus: Use permanent levelsKyle Meyer
2015-01-27Improve organization and consistency of filesKyle Meyer
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings
2015-01-17gnus: Add function to sort by topicKyle Meyer
2015-01-07gnus: Update select-group bindingKyle Meyer
This works with and without topic mode enabled.
2015-01-07gnus: Don't start in topic modeKyle Meyer
2015-01-07Fix some docstringsKyle Meyer
2015-01-05notmuch-goto-message-in-gnus: Fix indentationKyle Meyer
2014-12-28Update snip-mail-quote docstringKyle Meyer
2014-12-17Replace a one-armed 'if'Kyle Meyer
2014-11-30Use slashes after all directory namesKyle Meyer
2014-11-29Flip numbering default in snip-mail-quoteKyle Meyer
2014-11-20Stop quoting lambdasKyle Meyer
2014-11-13Rebind 'j' to ace-jump in Gnus summary bufferKyle Meyer
2014-11-13gnus: Show article after ace-jumpingKyle Meyer
2014-11-13Confirm address when sending mailKyle Meyer
2014-11-03Use hooks, not advice, to modify org-store-linkKyle Meyer
Previously (4af0bf7), I used advice for org-store-link to make it store notmuch links when called from Gnus buffers for local mail. This now doesn't work because org-called-interactively-p returns nil if org-store-link is advised. I'm assuming this is due to the nadvice package, new with Emacs 24.4, which says FIXME: This Major Ugly Hack won't handle calls to called-interactively-p done from the advised function if the deepest advice is an around advice! In other cases (calls from an advice or calls from the advised function when the deepest advice is not an around advice), it should hopefully get it right. Instead of using advice, create a separate function that will run a hook before interactively calling org-store-link.
2014-10-21Support copying in gnus-follow-last-message-linkKyle Meyer
2014-10-21Put follow-last-message-link under gnus prefixKyle Meyer
2014-10-19Use notmuch Org links for local mailKyle Meyer
2014-10-19Set org-gnus-prefer-web-linksKyle Meyer
2014-10-17Remove old configurationKyle Meyer
This should have been removed in 662ae39.
2014-08-28Use prefix in name of all custom mapsKyle Meyer
2014-06-18Add ace-jump-mode binding to gnus summary bufferKyle Meyer
2014-06-13Remove ido-gnusKyle Meyer
2014-06-06Move diminish code to single fileKyle Meyer
2014-05-23Show newest messages first in notmuch searchesKyle Meyer
2014-05-20km/follow-last-message-link: Add prefix argumentKyle Meyer
2014-05-08Update km/sync-mail-cmdKyle Meyer
2014-04-29Change method for defining gnus bindingsKyle Meyer
2014-04-17Change message citation lineKyle Meyer
2014-03-27Install and setup ido-gnusKyle Meyer
2014-03-15Diminish some more modesKyle Meyer
2014-03-15Group mail bindings under common prefixKyle Meyer