summaryrefslogtreecommitdiff
path: root/lisp/gnus/mail-source.el
Commit message (Expand)AuthorAgeFilesLines
* Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård2023-04-071-44/+43
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix imap fetching multiple mailboxes (bug#54158)Andrew G Cohen2022-03-211-5/+5
* * lisp/gnus/mail-source.el (mail-source-set-1): Fix indent and simplifyStefan Monnier2022-03-181-14/+13
* Move the Gnus range functions to a new range.el fileLars Ingebrigtsen2022-01-171-2/+1
* Add `auth-info-password' and use it instead of ad hoc codeSam Steingold2022-01-071-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use gnus-error to report mail-source failuresEric Abrahamsen2021-12-051-12/+7
|/
* * lisp/gnus: Use lexical-binding in all the filesStefan Monnier2021-01-301-26/+34
* * lisp/gnus: Misc simplifications found during conversion to lexicalStefan Monnier2021-01-301-19/+15
* * lisp/gnus: Remove redundant `:group` argsStefan Monnier2021-01-301-13/+0
* * lisp/gnus: Demote some macros and defsubsts, plus a fixStefan Monnier2021-01-301-1/+1
* * lisp/gnus: Quote functions with #'Stefan Monnier2021-01-301-15/+17
* * lisp/gnus: Use `declare`.Stefan Monnier2021-01-301-5/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix and extend format-spec (bug#41758)Basil L. Contovounesios2020-06-181-15/+15
* Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-231-1/+1
* prune the overly cavalier "kill all gnus buffers exit"Sam Steingold2020-01-301-0/+2
* Make sure that all gnus buffers are killed on exitSam Steingold2020-01-281-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Simplify Gnus buffer liveness checking and killingBasil L. Contovounesios2019-05-301-2/+1
* Mark nnheader-cancel-timer as obsolete and adjust callersLars Ingebrigtsen2019-05-201-3/+2
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-3/+3
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | file-attributes cleanupPaul Eggert2018-09-231-3/+5
* | Merge from origin/emacs-26Glenn Morris2018-06-181-4/+8
|\ \ | |/
| * Improve movemail defaultRobert Pluim2018-06-151-4/+8
* | gnus: replace cl with cl-libGlenn Morris2018-03-231-5/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Remember password change for IMAP in Gnus (Bug#29692)Ted Zlatanov2017-12-151-1/+2
* Fix two more minor Gnus typosPaul Eggert2017-10-201-10/+6
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix bug in customizing `mail-sources' variable (bug#25274)Bake Timmons2016-12-271-1/+1
* | Remove obsolete leading * from defcustom, defface doc strings.Glenn Morris2016-06-091-3/+3
* | Remove compat code for older EmacsenLars Ingebrigtsen2016-02-141-1/+0
* | Remove the gnus-float-time aliasLars Ingebrigtsen2016-02-131-3/+1
* | Revert the gnus-replace-in-string change, fix arguments, reapplyLars Ingebrigtsen2016-02-121-2/+2
* | Avoid using mm-make-temp-fileLars Ingebrigtsen2016-02-121-1/+1
* | Remove more XEmacs compat functions from gnus-util.elLars Ingebrigtsen2016-02-111-1/+1
* | gnus-replace-in-string -> replace-regexp-in-stringLars Ingebrigtsen2016-02-111-1/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* mail-source.el: Make the imap mail-source's :mailbox handle a listAdam Sjøgren2015-09-061-4/+7
* Quoting fixes in GnusPaul Eggert2015-08-311-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* lisp/gnus/mail-source.el (mail-source-call-script): Pop up an error buffer if...Timo Lilja2015-02-051-6/+9