summaryrefslogtreecommitdiff
path: root/lisp/gnus/mm-decode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Show the status of signed + encrypted S/MIME messages in GnusLars Ingebrigtsen2020-09-071-1/+17
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-4/+1
* Fix viewing encrypted+signed messages from OutlookLars Ingebrigtsen2020-08-041-0/+6
* Fix viewing of encrypted S/MIME messagesLars Ingebrigtsen2020-07-231-2/+8
* Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-231-1/+1
* Fix some file-modes racesPaul Eggert2020-02-191-9/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Refactor mm-decode and friends to be explicit about when errors happenLars Ingebrigtsen2019-09-301-13/+21
* Fix reversed check in mm-possibly-verify-or-decryptLars Ingebrigtsen2019-09-271-1/+1
* mm-possibly-verify-or-decrypt should only issue errors when decryptingLars Ingebrigtsen2019-09-261-0/+1
* Make it possible to view S/MIME verified emailsLars Ingebrigtsen2019-09-261-0/+3
* Fix regression in mm-possibly-verify-or-decrypt by previous patchLars Ingebrigtsen2019-09-231-1/+0
* Fix regression in mm-possibly-verify-or-decrypt by previous patchLars Ingebrigtsen2019-09-231-2/+5
* Make mm-possibly-verify-or-decrypt pass decryption errorLars Ingebrigtsen2019-09-231-3/+15
* Default to rescaling images in mm buffersLars Ingebrigtsen2019-09-161-1/+2
* mm-inline-large-images doc string clarificationLars Ingebrigtsen2019-09-161-2/+3
* Convert Emacs article buffers from widget.el to button.elLars Ingebrigtsen2019-07-301-35/+0
* Tweak how mm-display-external handles windowsLars Ingebrigtsen2019-07-291-2/+2
* Simplify Gnus buffer liveness checking and killingBasil L. Contovounesios2019-05-301-5/+3
* Merge from origin/emacs-26Glenn Morris2019-05-221-1/+1
|\
| * ; Fix mm-destroy-parts docstring typoBasil L. Contovounesios2019-05-201-1/+1
* | Remove XEmacs audio checks from mm-decode.elBasil L. Contovounesios2019-05-181-9/+0
* | Make application/x-patch inlinable in mm-decode.elBasil L. Contovounesios2019-05-121-2/+4
* | Gnus: Automatically render text/calendar in a human-friendly wayStefan Monnier2019-03-291-18/+20
* | Name buffer according to attachment filename (bug#34478).Tassilo Horn2019-03-091-0/+4
* | Merge from origin/emacs-26Glenn Morris2019-02-151-1/+1
|\ \ | |/
| * Work for empty MIME attachments (related to bug#34387)Katsumi Yamaoka2019-02-141-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Rewrite Gnus calls to compat function mm-multibyte-pLars Ingebrigtsen2018-04-151-1/+1
* | Subject: Fix circular dependency for mm-decodeTino Calancha2018-04-141-1/+2
* | Move utility function to mm-util.elLars Ingebrigtsen2018-04-141-14/+1
* | Don't bind image commands on non-image links in GnusLars Ingebrigtsen2018-04-131-3/+18
* | nil is no longer an allowed value for mm-inline-text-htmlLars Ingebrigtsen2018-04-121-6/+3
* | Don't kill off LibreOffice when selecting the next article in GnusLars Ingebrigtsen2018-04-111-2/+3
* | Doc fix for mm-keep-viewer-alive-typesLars Ingebrigtsen2018-04-111-2/+3
* | gnus: replace cl with cl-libGlenn Morris2018-03-231-1/+1
* | * lisp/gnus/mm-decode.el: Use lexical-binding and use cl-libStefan Monnier2018-02-271-64/+61
* | Remove compiler warnings due to #'Glenn Morris2018-02-261-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Fix some comment typosGlenn Morris2017-11-271-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Respect directory a user enters (bug#28299)Katsumi Yamaoka2017-08-311-6/+10
* Work for application/x-tar-gz and image/svg+xmlKatsumi Yamaoka2017-05-261-0/+2
* mm-decode.el: Simplify regexp used to search html meta tagKatsumi Yamaoka2017-02-201-14/+11
* mm-shr: Ignore coding-system `ascii'Katsumi Yamaoka2017-02-201-2/+3
* mm-add-meta-html-tag: Improve regexpKatsumi Yamaoka2017-02-171-2/+2
* mm-shr: Prefer charset specified in html meta tagKatsumi Yamaoka2017-02-171-32/+36
* Make mm-shr use mail-parse-charset by defaultKatsumi Yamaoka2017-02-091-9/+10