unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5174: Mail warning from M-x report-emacs-bug
@ 2009-12-10  3:07 ` Glenn Morris
  2009-12-11  1:30   ` bug#5174: marked as done (Mail warning from M-x report-emacs-bug) Emacs bug Tracking System
  2009-12-14  0:00   ` Emacs bug Tracking System
  0 siblings, 2 replies; 6+ messages in thread
From: Glenn Morris @ 2009-12-10  3:07 UTC (permalink / raw)
  To: bug-gnu-emacs

Severity: minor

In the current trunk:

emacs -Q
M-x report-emacs-bug RET
foo RET

Briefly pops up a warning buffer with contents:

  Warning (mail): The default mail mode is now Message mode.
  You have the following Mail mode variable customized:

    mail-setup-with-from

It is hidden when the bug report form is displayed.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#5174: marked as done (Mail warning from M-x report-emacs-bug)
  2009-12-10  3:07 ` bug#5174: Mail warning from M-x report-emacs-bug Glenn Morris
@ 2009-12-11  1:30   ` Emacs bug Tracking System
  2009-12-14  0:00   ` Emacs bug Tracking System
  1 sibling, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-12-11  1:30 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

Your message dated Thu, 10 Dec 2009 20:22:28 -0500
with message-id <m2iqcegv8r.fsf@fencepost.gnu.org>
and subject line Re: bug#5174: Mail warning from M-x report-emacs-bug
has caused the Emacs bug report #5174,
regarding Mail warning from M-x report-emacs-bug
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
5174: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5174
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2429 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: bug-gnu-emacs@gnu.org
Subject: Mail warning from M-x report-emacs-bug
Date: Wed, 09 Dec 2009 22:07:08 -0500
Message-ID: <21hbrzil2b.fsf@fencepost.gnu.org>

Severity: minor

In the current trunk:

emacs -Q
M-x report-emacs-bug RET
foo RET

Briefly pops up a warning buffer with contents:

  Warning (mail): The default mail mode is now Message mode.
  You have the following Mail mode variable customized:

    mail-setup-with-from

It is hidden when the bug report form is displayed.



[-- Attachment #3: Type: message/rfc822, Size: 1463 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 5174-done@emacsbugs.donarmstrong.com
Subject: Re: bug#5174: Mail warning from M-x report-emacs-bug
Date: Thu, 10 Dec 2009 20:22:28 -0500
Message-ID: <m2iqcegv8r.fsf@fencepost.gnu.org>


Fixed by replacing emacsbug's use of sendmail.el.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#5174: Mail warning from M-x report-emacs-bug
       [not found] <m2iqcegv8r.fsf@fencepost.gnu.org>
  2009-12-10  3:07 ` bug#5174: Mail warning from M-x report-emacs-bug Glenn Morris
@ 2009-12-11  1:41 ` Glenn Morris
  2009-12-11  1:50   ` Processed: " Emacs bug Tracking System
  2009-12-11  2:17   ` Glenn Morris
  1 sibling, 2 replies; 6+ messages in thread
From: Glenn Morris @ 2009-12-11  1:41 UTC (permalink / raw)
  To: 5174

reopen 5174
stop

Glenn Morris wrote (on Thu, 10 Dec 2009 at 20:22 -0500):

> Fixed by replacing emacsbug's use of sendmail.el.

Actually it still happens the second time you do M-x report-emacs-bug.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Processed: Re: bug#5174: Mail warning from M-x report-emacs-bug
  2009-12-11  1:41 ` bug#5174: Mail warning from M-x report-emacs-bug Glenn Morris
@ 2009-12-11  1:50   ` Emacs bug Tracking System
  2009-12-11  2:17   ` Glenn Morris
  1 sibling, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-12-11  1:50 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Emacs Bugs

Processing commands for control@emacsbugs.donarmstrong.com:

> reopen 5174
Bug #5174 {Done: Glenn Morris <rgm@gnu.org>} [emacs] Mail warning from M-x report-emacs-bug
> stop
Stopping processing here.

Please contact me if you need assistance.

Don Armstrong
(administrator, Emacs bugs database)




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#5174: Mail warning from M-x report-emacs-bug
  2009-12-11  1:41 ` bug#5174: Mail warning from M-x report-emacs-bug Glenn Morris
  2009-12-11  1:50   ` Processed: " Emacs bug Tracking System
@ 2009-12-11  2:17   ` Glenn Morris
  1 sibling, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2009-12-11  2:17 UTC (permalink / raw)
  To: 5174

Perhaps this?

*** simple.el.~1.1036.~	2009-12-07 19:24:00.000000000 -0800
--- simple.el	2009-12-10 18:14:30.000000000 -0800
***************
*** 5649,5655 ****
  			mail-default-reply-to mail-mailing-lists
  			mail-self-blind mail-setup-with-from))
  	   (and (boundp var)
! 		(symbol-value var)
  		(push var warn-vars)))
  	 (when warn-vars
  	   (display-warning 'mail
--- 5649,5656 ----
  			mail-default-reply-to mail-mailing-lists
  			mail-self-blind mail-setup-with-from))
  	   (and (boundp var)
!                 (not (eq (symbol-value var)
!                          (car-safe (get var 'standard-value))))
  		(push var warn-vars)))
  	 (when warn-vars
  	   (display-warning 'mail





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#5174: marked as done (Mail warning from M-x report-emacs-bug)
  2009-12-10  3:07 ` bug#5174: Mail warning from M-x report-emacs-bug Glenn Morris
  2009-12-11  1:30   ` bug#5174: marked as done (Mail warning from M-x report-emacs-bug) Emacs bug Tracking System
@ 2009-12-14  0:00   ` Emacs bug Tracking System
  1 sibling, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-12-14  0:00 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

Your message dated Sun, 13 Dec 2009 18:53:04 -0500
with message-id <1socm2torj.fsf@fencepost.gnu.org>
and subject line Re: bug#5174: Mail warning from M-x report-emacs-bug
has caused the Emacs bug report #5174,
regarding Mail warning from M-x report-emacs-bug
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
5174: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5174
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2429 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: bug-gnu-emacs@gnu.org
Subject: Mail warning from M-x report-emacs-bug
Date: Wed, 09 Dec 2009 22:07:08 -0500
Message-ID: <21hbrzil2b.fsf@fencepost.gnu.org>

Severity: minor

In the current trunk:

emacs -Q
M-x report-emacs-bug RET
foo RET

Briefly pops up a warning buffer with contents:

  Warning (mail): The default mail mode is now Message mode.
  You have the following Mail mode variable customized:

    mail-setup-with-from

It is hidden when the bug report form is displayed.



[-- Attachment #3: Type: message/rfc822, Size: 1729 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 5174-done@emacsbugs.donarmstrong.com
Subject: Re: bug#5174: Mail warning from M-x report-emacs-bug
Date: Sun, 13 Dec 2009 18:53:04 -0500
Message-ID: <1socm2torj.fsf@fencepost.gnu.org>


  * simple.el (compose-mail): Remove mail-setup-with-from from
  customization checks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-14  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <m2iqcegv8r.fsf@fencepost.gnu.org>
2009-12-10  3:07 ` bug#5174: Mail warning from M-x report-emacs-bug Glenn Morris
2009-12-11  1:30   ` bug#5174: marked as done (Mail warning from M-x report-emacs-bug) Emacs bug Tracking System
2009-12-14  0:00   ` Emacs bug Tracking System
2009-12-11  1:41 ` bug#5174: Mail warning from M-x report-emacs-bug Glenn Morris
2009-12-11  1:50   ` Processed: " Emacs bug Tracking System
2009-12-11  2:17   ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).