index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
mail
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix filing messages when 'rmail-output-reset-deleted-flag' is non-nil
Eli Zaretskii
2020-11-28
1
-1
/
+1
*
Fix 'uudecode-decode-region-internal' in multibyte buffers
Kazuhiro Ito
2020-11-07
1
-19
/
+17
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-1
/
+1
*
Fix edge case errors in filename-matching regexps
Mattias EngdegÄrd
2020-04-14
2
-4
/
+5
*
Fix and improve documentation of mail-related features
Eli Zaretskii
2020-04-12
1
-1
/
+1
*
Correct "different than" to "different from" where appropriate
Alan Mackenzie
2020-02-09
3
-3
/
+3
*
; spelling fixes
Paul Eggert
2020-01-17
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
42
-42
/
+42
*
Fix regex repetition of repetitions
Paul Eggert
2019-12-04
1
-1
/
+1
*
(message-sendmail-envelope-from): Obey `mail-envelope-from` even if set later
Stefan Monnier
2019-12-03
1
-2
/
+2
*
Ensure Rmail summary is updated after editing a message
Eli Zaretskii
2019-11-19
1
-4
/
+6
*
Obsolete rfc2047-quote-special-characters-in-quoted-strings (bug#38200)
Katsumi Yamaoka
2019-11-14
1
-0
/
+50
*
Remove rfc2047-quote-special-characters-in-quoted-strings (bug#38200)
Katsumi Yamaoka
2019-11-14
1
-63
/
+9
*
Try to not put SMTP passwords in the *Messages* buffer
Lars Ingebrigtsen
2019-10-21
1
-2
/
+8
*
lisp/*.el: Fix typos and improve some docstrings
Juanma Barranquero
2019-10-20
2
-3
/
+3
*
lisp/*.el: Force non-nil result to t, to match docstring
Juanma Barranquero
2019-10-17
1
-2
/
+4
*
lisp/*.el: Force non-nil result to t, to match docstring
Juanma Barranquero
2019-10-14
1
-1
/
+1
*
Bury the help buffer after sending a bug report
Lars Ingebrigtsen
2019-10-09
1
-1
/
+5
*
"]" is not a standard citation prefix character
nitishch
2019-09-23
1
-1
/
+1
*
mailclient can't send attachments
Lars Ingebrigtsen
2019-09-23
1
-0
/
+9
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
6
-18
/
+18
*
Add a new variable smtpmail-retries
Lars Ingebrigtsen
2019-09-17
1
-1
/
+8
*
Try resending when getting a transient 4xx SMTP code
Lars Ingebrigtsen
2019-09-16
1
-1
/
+20
*
Remove leftover XEmacs compat code and doc fixes
Stefan Kangas
2019-09-13
1
-15
/
+2
*
* lisp/mail/flow-fill.el: Change todo comment to not mention XEmacs.
Stefan Kangas
2019-08-21
1
-2
/
+1
*
Reimplement the `fill-flowed' function to respect space stuffing
Lars Ingebrigtsen
2019-08-15
1
-49
/
+43
*
Respect the BUFFER parameter in `fill-flowed'
Lars Ingebrigtsen
2019-08-14
1
-1
/
+6
*
* lisp/mail/rfc2047.el (rfc2047-encodable-p): Don't require `message`.
Stefan Monnier
2019-08-06
1
-2
/
+1
*
* lisp/mail/sendmail.el (sendmail-send-it): Add FIXMEs.
Stefan Monnier
2019-07-30
1
-63
/
+37
*
Have emacsbug only warn the user when sending to the bug address
Lars Ingebrigtsen
2019-07-28
1
-3
/
+4
*
Allow the user to send a bug report after initially saying "no"
Lars Ingebrigtsen
2019-07-28
1
-5
/
+0
*
Don't double-decompress cached HTTP responses (bug#36773)
Pip Cet
2019-07-27
1
-3
/
+10
*
* lisp/mail/footnote.el (footnote--local-advice): Add missing comma.
Noam Postavsky
2019-07-26
1
-1
/
+1
*
Add version tag to smtpmail-servers-requiring-authorization
Lars Ingebrigtsen
2019-07-26
1
-1
/
+2
*
Allow specifying that SMTP auth should always be used
Lars Ingebrigtsen
2019-07-26
1
-27
/
+28
*
Tweak previous footnote-mode patch
Lars Ingebrigtsen
2019-07-25
1
-1
/
+1
*
Fix setting fill-paragraph-function in footnote-mode
Lars Ingebrigtsen
2019-07-25
1
-12
/
+24
*
Fill footnotes better on `M-q'
Lars Ingebrigtsen
2019-07-21
1
-0
/
+10
*
Fold rfc2047 headers correctly when narrowed to header value
Lars Ingebrigtsen
2019-07-13
1
-6
/
+13
*
Fix breaking of rfc2047 headers with long words
Lars Ingebrigtsen
2019-07-12
1
-3
/
+4
*
Refactor rfc2047-fold-region slightly and add a couple of tests
Lars Ingebrigtsen
2019-07-12
1
-26
/
+20
*
Add comments to rfc2047
Lars Ingebrigtsen
2019-07-12
1
-0
/
+13
*
Replace manually crafted hex regexes with [:xdigit:]
Konstantin Kharlamov
2019-07-06
1
-1
/
+1
*
Add tests for mail/flow-fill.el
Stefan Kangas
2019-06-22
1
-65
/
+6
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete
Stefan Monnier
2019-06-21
1
-5
/
+0
*
Remove XEmacs compat code from binhex.el
Lars Ingebrigtsen
2019-06-20
1
-12
/
+8
*
Remove XEmacs compat code from uudecode.el
Lars Ingebrigtsen
2019-06-20
1
-6
/
+2
*
Probably fix the `helper' argument in feedmail.el
Lars Ingebrigtsen
2019-06-15
1
-3
/
+1
*
Suppress compilation warning in supercite.el
Lars Ingebrigtsen
2019-06-15
1
-1
/
+5
*
Suppress warning in mailheader.el
Lars Ingebrigtsen
2019-06-15
1
-1
/
+2
[next]