summaryrefslogtreecommitdiff
path: root/lisp/gnus
Commit message (Expand)AuthorAgeFilesLines
* * lisp/gnus/gnus.el (gnus-info): Define with `cl-defstruct`Stefan Monnier2019-11-2915-176/+148
* Make message-allow-no-recipients 'always workLars Ingebrigtsen2019-11-271-3/+3
* Fix previous message.el point-restoring fixLars Ingebrigtsen2019-11-261-9/+8
* Check gnus-mailing-list-groups in turn-on-gnus-mailing-list-modeFilipp Gunbin2019-11-221-1/+3
* Make gnus-mailing-list-archive recognize httpsFilipp Gunbin2019-11-221-1/+1
* Unify docstrings of Gnus summary's copy/move/crosspost article functionsFilipp Gunbin2019-11-221-7/+3
* Make `C-c C-w' insert a signature even when overriddenLars Ingebrigtsen2019-11-221-44/+55
* Fix Gnus summary backtab keybindings to use button-based functionsEric Abrahamsen2019-11-211-2/+2
* Restore point after sending a messageLars Ingebrigtsen2019-11-211-1/+8
* Don't move point on undefined keystrokes in the article bufferLars Ingebrigtsen2019-11-161-26/+21
* Make button-1 work on all Gnus buttonsLars Ingebrigtsen2019-11-162-5/+12
* Update nnir-method-default-engines version tagRobert Pluim2019-11-151-1/+1
* Fix mouse-1 on Gnus article buffer buttonsLars Ingebrigtsen2019-11-141-0/+1
* Don't show Attachment(s) header in html article viewed with browse-urlKatsumi Yamaoka2019-11-141-0/+1
* Fix a few more minor quoting problems.Paul Eggert2019-11-111-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-1110-22/+22
* Fix quoting glitch in formatting Gnus messagesPaul Eggert2019-11-111-2/+3
* Improve an error about the message signerKarl Fogel2019-11-091-1/+9
* Revert "Make the debbugs groups also include robot messages"Lars Ingebrigtsen2019-11-021-1/+1
* Make the debbugs groups also include robot messagesLars Ingebrigtsen2019-10-301-1/+1
* Fix `G c' in Gnus group buffers for non-ASCII textLars Ingebrigtsen2019-10-281-9/+0
* Be more permissive when interpreting IMAP mail headersLars Ingebrigtsen2019-10-281-2/+2
* Fix gnus-thread-hide-subtree defcustomLars Ingebrigtsen2019-10-251-1/+1
* Make Gnus recognise "git am" diffs in all groupsLars Ingebrigtsen2019-10-231-3/+2
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-202-3/+3
* Remove some compat code from mm-url.elLars Ingebrigtsen2019-10-191-4/+1
* Remove compat code from nnbabyl.elLars Ingebrigtsen2019-10-191-4/+1
* Allow event description to be emptyRobert Pluim2019-10-161-1/+1
* Correct some more custom type specsRobert Pluim2019-10-111-1/+1
* Make nntp.el use new setq-local syntaxLars Ingebrigtsen2019-10-111-7/+7
* Fix nnimap tick/readedness thinko introduced some weeks backLars Ingebrigtsen2019-10-091-5/+5
* Make mml-secure-epg-sign bug out if we can't find an identityLars Ingebrigtsen2019-10-092-2/+3
* Fix typos in lisp/*.elJuanma Barranquero2019-10-091-49/+51
* Don't manipulate gnus-newsrc-alist if it hasn't been initalizedEric Abrahamsen2019-10-041-6/+8
* Gnus registry shutdown should also run the unload-hookEric Abrahamsen2019-10-011-2/+3
* Update calling convention for nnmaildir-close-serverEric Abrahamsen2019-09-301-1/+1
* * lisp/gnus/mm-uu.el: Use lexical-binding and cl-defstructStefan Monnier2019-09-301-69/+62
* Fix problem with non-ASCII MML description stringsLars Ingebrigtsen2019-09-301-6/+8
* Fix recent mm-uu.el typoLars Ingebrigtsen2019-09-301-1/+1
* Refactor mm-decode and friends to be explicit about when errors happenLars Ingebrigtsen2019-09-304-172/+123
* Put new Gnus groups in the completion tableLars Ingebrigtsen2019-09-291-0/+4
* Define nndraft-close-server according to new calling conventionsLars Ingebrigtsen2019-09-291-5/+6
* Add new Gnus summary commands and keystrokes for "unseen" navigationLars Ingebrigtsen2019-09-291-0/+35
* Expunge INBOX messages after splittingLars Ingebrigtsen2019-09-281-4/+8
* Clean up nnimap-split-incoming-mail slightlyLars Ingebrigtsen2019-09-281-1/+3
* Copy edit nnimap-expunge doc stringLars Ingebrigtsen2019-09-281-7/+7
* Run gnus-summary-prepare-exit-hook after flags have been updatedNikolaus Rath2019-09-271-1/+1
* gnus-thread-ignore-subject doc string clarificationLars Ingebrigtsen2019-09-271-2/+8
* Fix reversed check in mm-possibly-verify-or-decryptLars Ingebrigtsen2019-09-271-1/+1
* Fix problem with changing to correct NNTP serverLars Ingebrigtsen2019-09-277-8/+10