<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/mail, branch scratch/fontify-open-string</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>rmail-summary-by-senders defaults to sender</title>
<updated>2018-06-18T07:21:22+00:00</updated>
<author>
<name>Richard Stallman</name>
</author>
<published>2018-06-18T07:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3e2215642bbca3d1335155278eace39d0a87c267'/>
<id>3e2215642bbca3d1335155278eace39d0a87c267</id>
<content type='text'>
* etc/NEWS: Mention this.
* lisp/mail/rmailsum.el (rmail-summary-by-senders):
Offer From field of current message as a default argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Mention this.
* lisp/mail/rmailsum.el (rmail-summary-by-senders):
Offer From field of current message as a default argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to reset Deleted flag when exporting messages in Rmail</title>
<updated>2018-06-09T08:03:20+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2018-06-09T08:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ca369a8ca67a4cb279a5412cca36109e719a520e'/>
<id>ca369a8ca67a4cb279a5412cca36109e719a520e</id>
<content type='text'>
* lisp/mail/rmailout.el (rmail-output-reset-deleted-flag): New
defcustom.
(rmail-output): When 'rmail-output-reset-deleted-flag' is non-nil,
reset the Deleted flag of the appended messages, and if COUNT is
greater than 1, do not ignore deleted messages.  Update the doc
string accordingly.  (Bug#31271)

* doc/emacs/rmail.texi (Rmail Output): Document
'rmail-output-reset-deleted-flag'.

* etc/NEWS: Mention the new user option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmailout.el (rmail-output-reset-deleted-flag): New
defcustom.
(rmail-output): When 'rmail-output-reset-deleted-flag' is non-nil,
reset the Deleted flag of the appended messages, and if COUNT is
greater than 1, do not ignore deleted messages.  Update the doc
string accordingly.  (Bug#31271)

* doc/emacs/rmail.texi (Rmail Output): Document
'rmail-output-reset-deleted-flag'.

* etc/NEWS: Mention the new user option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use “Cc” for email copies, as per RFC 5322.</title>
<updated>2018-05-20T18:02:50+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2018-05-20T17:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ee2916c6d25f963649c9fe2583faf66538f60180'/>
<id>ee2916c6d25f963649c9fe2583faf66538f60180</id>
<content type='text'>
Also fix similar problems with Bcc, Fcc, In-Reply-To,
and similar email headers.  See thread starting at:
https://lists.gnu.org/r/emacs-devel/2018-05/msg00463.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix similar problems with Bcc, Fcc, In-Reply-To,
and similar email headers.  See thread starting at:
https://lists.gnu.org/r/emacs-devel/2018-05/msg00463.html
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/mail/sendmail.el (mail-sendmail-undelimit-header): Work for</title>
<updated>2018-04-17T06:22:17+00:00</updated>
<author>
<name>Katsumi Yamaoka</name>
</author>
<published>2018-04-17T06:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=003071346cdc914f28a8e8b3a8bf0c8f5f3b52dc'/>
<id>003071346cdc914f28a8e8b3a8bf0c8f5f3b52dc</id>
<content type='text'>
the case where the mail header separator has already been deleted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the case where the mail header separator has already been deleted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make mail-sendmail-undelimit-header actually remove the delimiter</title>
<updated>2018-04-16T11:58:39+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-16T11:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e1a0cbbcf8389c76f67048e69139b5b0adf2cf38'/>
<id>e1a0cbbcf8389c76f67048e69139b5b0adf2cf38</id>
<content type='text'>
* lisp/mail/sendmail.el (mail-sendmail-undelimit-header): Actually
remove the mail header separator (bug#17488).  In all the cases
where this is called, the separator will probably already have
been removed, so the only thing this does is place point at the
end of the headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/sendmail.el (mail-sendmail-undelimit-header): Actually
remove the mail header separator (bug#17488).  In all the cases
where this is called, the separator will probably already have
been removed, so the only thing this does is place point at the
end of the headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only save the mailer choice after sending the mail</title>
<updated>2018-04-15T18:42:44+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-15T18:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b72de45eb00b6a1c35a3d11914fb862ebb30034a'/>
<id>b72de45eb00b6a1c35a3d11914fb862ebb30034a</id>
<content type='text'>
* lisp/mail/sendmail.el (sendmail-query-once): Only save the
mailer choice after we've sent the mail, so that if that fails,
the user has an easy way to back out of the choice and make
another (bug#14487).
(sendmail-query-user-about-smtp): Return the choice; don't save it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/sendmail.el (sendmail-query-once): Only save the
mailer choice after we've sent the mail, so that if that fails,
the user has an easy way to back out of the choice and make
another (bug#14487).
(sendmail-query-user-about-smtp): Return the choice; don't save it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update doc string after previous ietf-drums change</title>
<updated>2018-04-15T17:49:47+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-15T17:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=652ce40c50dd22b06c2a670693cc6effc490b0b3'/>
<id>652ce40c50dd22b06c2a670693cc6effc490b0b3</id>
<content type='text'>
* lisp/mail/ietf-drums.el (ietf-drums-parse-address): Doc fix
after previous change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/ietf-drums.el (ietf-drums-parse-address): Doc fix
after previous change.
</pre>
</div>
</content>
</entry>
<entry>
<title>mail-extr.el: Mention `mail-header-parse-address' in the doc string</title>
<updated>2018-04-15T17:45:05+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-15T17:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=47d52c22559da40003dcd02ad32097562a8573d5'/>
<id>47d52c22559da40003dcd02ad32097562a8573d5</id>
<content type='text'>
* lisp/mail/mail-extr.el (mail-extract-address-components):
Mention `mail-header-parse-address' in the doc string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/mail-extr.el (mail-extract-address-components):
Mention `mail-header-parse-address' in the doc string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow `mail-header-parse-address' to decode encoded words</title>
<updated>2018-04-15T17:42:10+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-15T17:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a38f79a8fd9c48b8911cad34159a64e97811a0ee'/>
<id>a38f79a8fd9c48b8911cad34159a64e97811a0ee</id>
<content type='text'>
* lisp/mail/ietf-drums.el (ietf-drums-parse-address): Take an
optional parameter to decode the display name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/ietf-drums.el (ietf-drums-parse-address): Take an
optional parameter to decode the display name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Make mail-extract-address-components return the user name more"</title>
<updated>2018-04-15T17:28:04+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2018-04-15T17:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a3a9d5434d56f8736cc47e379a1d011d4c779b7c'/>
<id>a3a9d5434d56f8736cc47e379a1d011d4c779b7c</id>
<content type='text'>
This reverts commit 8b50ae8b2284b5652c2843a9d0d076f4f657be28.

According to tests in bug#27656 by OGAWA Hirofumi, this patch
led to wrong results when binding

(dolist (addr '("Rasmus &lt;rasmus@gmx.us&gt;" "Rasmus &lt;mbox@gmx.us&gt;"))
  (dolist (ignore-single '(t nil))
    (dolist (ignore-same '(t nil))
      (let ((mail-extr-ignore-single-names ignore-single)
	    (mail-extr-ignore-realname-equals-mailbox-name ignore-same))
	(message "%s" (mail-extract-address-components addr))))))

in combination.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8b50ae8b2284b5652c2843a9d0d076f4f657be28.

According to tests in bug#27656 by OGAWA Hirofumi, this patch
led to wrong results when binding

(dolist (addr '("Rasmus &lt;rasmus@gmx.us&gt;" "Rasmus &lt;mbox@gmx.us&gt;"))
  (dolist (ignore-single '(t nil))
    (dolist (ignore-same '(t nil))
      (let ((mail-extr-ignore-single-names ignore-single)
	    (mail-extr-ignore-realname-equals-mailbox-name ignore-same))
	(message "%s" (mail-extract-address-components addr))))))

in combination.
</pre>
</div>
</content>
</entry>
</feed>
