From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r104691: Don't reuse previous Message-id when resending. Date: Sat, 25 Jun 2011 09:32:42 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309008788 20518 80.91.229.12 (25 Jun 2011 13:33:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Jun 2011 13:33:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 25 15:33:03 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QaSys-0007z1-B7 for ged-emacs-devel@m.gmane.org; Sat, 25 Jun 2011 15:33:02 +0200 Original-Received: from localhost ([::1]:51574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaSyr-00006T-6F for ged-emacs-devel@m.gmane.org; Sat, 25 Jun 2011 09:33:01 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaSyc-000060-HM for emacs-devel@gnu.org; Sat, 25 Jun 2011 09:32:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QaSya-0007c2-IP for emacs-devel@gnu.org; Sat, 25 Jun 2011 09:32:46 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:2058 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaSyZ-0007bT-Qh; Sat, 25 Jun 2011 09:32:44 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAPbiBU5MCqDH/2dsb2JhbABTp0d4ykaGMASQBY4MhCk X-IronPort-AV: E=Sophos;i="4.65,424,1304308800"; d="scan'208";a="117113670" Original-Received: from 76-10-160-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.199]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 25 Jun 2011 09:32:42 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9B7E158FD6; Sat, 25 Jun 2011 09:32:42 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Thu, 23 Jun 2011 12:33:05 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140960 Archived-At: Why? Stefan >>>>> "Richard" == Richard Stallman writes: > ------------------------------------------------------------ > revno: 104691 > committer: Richard Stallman > branch nick: trunk > timestamp: Thu 2011-06-23 12:33:05 -0400 > message: > Don't reuse previous Message-id when resending. > modified: > lisp/ChangeLog > lisp/mail/rmail.el > === modified file 'lisp/ChangeLog' > --- a/lisp/ChangeLog 2011-06-23 13:03:04 +0000 > +++ b/lisp/ChangeLog 2011-06-23 16:33:05 +0000 > @@ -1,3 +1,7 @@ > +2011-06-23 Richard Stallman > + > + * mail/rmail.el (rmail-retry-ignored-headers): Add message-id. > + > 2011-06-23 Michael Albinus > * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether > === modified file 'lisp/mail/rmail.el' > --- a/lisp/mail/rmail.el 2011-06-23 08:58:45 +0000 > +++ b/lisp/mail/rmail.el 2011-06-23 16:33:05 +0000 > @@ -349,7 +349,7 @@ > :group 'rmail-headers) > ;;;###autoload > -(defcustom rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:") > +(defcustom rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:\\|message-id:") > "Headers that should be stripped when retrying a failed message." > :type '(choice regexp (const nil :tag "None")) > :group 'rmail-headers > _______________________________________________ > Emacs-diffs mailing list > Emacs-diffs@gnu.org > https://lists.gnu.org/mailman/listinfo/emacs-diffs