summaryrefslogtreecommitdiff
path: root/lisp/init-gnus.el
AgeCommit message (Collapse)Author
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
2014-03-15Rename km/gnus to km/gnus-select-or-buryKyle Meyer
2014-03-12Don't ask to go to next group in gnusKyle Meyer
2014-03-10Don't select article when go to next gnus groupKyle Meyer
2014-03-10Catch up gnus group and go to nextKyle Meyer
2014-03-10Don't load nnrssKyle Meyer
2014-03-10Synchronize flags when plug gnus back inKyle Meyer
2014-03-09Revert gnus theads sorting to most recent numberKyle Meyer
2014-03-09Clean up gnus locationsKyle Meyer
- Don't hardcode gnus locations. - Remove locations that are unused or that are already their default values.
2014-03-09Set gnus variables in one placeKyle Meyer
2014-03-09Hide gnus summary subthreads by defaultKyle Meyer
2014-03-09Reset to default sorting for gnus threadsKyle Meyer
2014-03-09Don't prompt on gnus exitKyle Meyer
2014-03-09Fix indentation of an if-elseKyle Meyer
2014-03-09Stop gnus agent from asking to go onlineKyle Meyer
2014-03-09Add functions to bury and unbury gnusKyle Meyer
2014-03-07Generalize km/follow-gwene-linkKyle Meyer
Don't use anything gwene-specific to follow the last link of the message, so I can use this on other messages that have the main link at the bottom.
2014-02-23Don't hardcode sync-mail.sh pathKyle Meyer
2014-02-17Check for process before syncing mailKyle Meyer
2014-02-11Add mail sync keybindingKyle Meyer
2014-01-26Control mail snip number with prefix argumentKyle Meyer
2014-01-26Remove unneeded url-handlers importKyle Meyer
2014-01-26Reorganize and use require-packageKyle Meyer
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
2014-01-26Follow Purcell's emacs.d structureKyle Meyer
User init files are added using provide/require. https://github.com/purcell/emacs.d