Gnus development mailing list
 help / color / mirror / Atom feed
* Re: EMACS22: Unexpected question when fetching mail in Gnus...
       [not found] <87pru6w0m3.fsf@kfs-lx.rd.rdm>
@ 2008-03-08 11:09 ` Reiner Steib
  2008-03-08 12:55   ` Miles Bader
  0 siblings, 1 reply; 6+ messages in thread
From: Reiner Steib @ 2008-03-08 11:09 UTC (permalink / raw)
  To: Kim F. Storm; +Cc: Chong Yidong, ding, emacs-devel

On Sat, Mar 08 2008, Kim F. Storm wrote:

> This is new on EMACS 22 branch:
>
> All of a sudden (I upgraded from CVS), I'm asked a series of
> questions when fetching my mail:
>
> Remove file `Incoming25737PnQ'? (y or n) 
[...]

I wonder why nobody using Emacs trunk or No Gnus complained about the
questions yet.  (I'll make it clearer what the question is all about.)

> Not knowing whether it is safe to do so, I answer no - and
> the list just keeps on growing...
>
> This is due to the following change:
>
> 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
>
> 	* mail-source.el (mail-source-delete-incoming): Change default.
> 	Supplement doc string.
>
> Why was this change made?

See <http://thread.gmane.org/gmane.emacs.gnus.general/66047/focus=66051>.
Summary: Before this change, stable versions of Gnus deleted delete
(intermediate) incoming mail files immediately after handling them
whereas development versions kept them forever.  After the recent
discussion, I've changed the default to keep the incoming file a
couple of days as a safety belt.

,----
| (defcustom mail-source-delete-incoming
|   10 ;; development versions
|   ;; 2 ;; released versions
`----

> -- at least without changing the default for
> mail-source-delete-old-incoming-confirm too.

Sorry for that.  When I made this change, I completely forgot about
`mail-source-delete-old-incoming-confirm' (I've set it to nil ever
since I introduced it in 2003).

I agree that the default should be either...

(a) positive `mail-source-delete-incoming' and
    `mail-source-delete-old-incoming-confirm' set to nil, or...

(b) `mail-source-delete-incoming' set to t (as it was in Emacs <=
    22.1.91 / Gnus 5.10.8)

> At least it should have been documented in GNUS-NEWS.

I will do that.

I'm sorry that this came up to late for pretest 22.1.92.  I'd suggest
to go for (a), i.e. keep `mail-source-delete-incoming' set to 2 and
set `mail-source-delete-old-incoming-confirm' nil (including the
improvements mentioned above).  Yidong, if you strongly prefer a
different change for 22.2, please let me know.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

* Re: EMACS22: Unexpected question when fetching mail in Gnus...
  2008-03-08 11:09 ` EMACS22: Unexpected question when fetching mail in Gnus Reiner Steib
@ 2008-03-08 12:55   ` Miles Bader
  2008-03-08 13:37     ` Norman Walsh
                       ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Miles Bader @ 2008-03-08 12:55 UTC (permalink / raw)
  To: Kim F. Storm; +Cc: ding, emacs-devel

Reiner Steib <reinersteib+gmane@imap.cc> writes:
> I wonder why nobody using Emacs trunk or No Gnus complained about the
> questions yet.  (I'll make it clearer what the question is all about.)

I just figured it was some safety thing (which seems reasonable) and
customized mail-source-delete-old-incoming-confirm to nil...

-Miles

-- 
Happiness, n. An agreeable sensation arising from contemplating the misery of
another.




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

* Re: EMACS22: Unexpected question when fetching mail in Gnus...
  2008-03-08 12:55   ` Miles Bader
@ 2008-03-08 13:37     ` Norman Walsh
  2008-03-08 16:20     ` Reiner Steib
  2008-03-08 18:04     ` Kim F. Storm
  2 siblings, 0 replies; 6+ messages in thread
From: Norman Walsh @ 2008-03-08 13:37 UTC (permalink / raw)
  To: ding

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

/ Miles Bader <miles@gnu.org> was heard to say:
| Reiner Steib <reinersteib+gmane@imap.cc> writes:
|> I wonder why nobody using Emacs trunk or No Gnus complained about the
|> questions yet.  (I'll make it clearer what the question is all about.)
|
| I just figured it was some safety thing (which seems reasonable) and
| customized mail-source-delete-old-incoming-confirm to nil...

Ditto.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Talk as if you were making your will:
http://nwalsh.com/            | the fewer the words the less the
                              | litigation.-- Gracián

[-- Attachment #2: Type: application/pgp-signature, Size: 185 bytes --]

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

* Re: EMACS22: Unexpected question when fetching mail in Gnus...
  2008-03-08 12:55   ` Miles Bader
  2008-03-08 13:37     ` Norman Walsh
@ 2008-03-08 16:20     ` Reiner Steib
  2008-03-08 18:04     ` Kim F. Storm
  2 siblings, 0 replies; 6+ messages in thread
From: Reiner Steib @ 2008-03-08 16:20 UTC (permalink / raw)
  To: Miles Bader; +Cc: emacs-devel, ding, Kim F. Storm

On Sat, Mar 08 2008, Miles Bader wrote:

> Reiner Steib <reinersteib+gmane@imap.cc> writes:
[Change `mail-source-delete-old-incoming-confirm' to nil, fix
documentation incl. GNUS-NEWS, clarify confirmation prompt.]

I've done the changes in all branches now (slightly different changes
in stable/trunk).  In case I missed something, please fix or let me
know.

BTW, the following change in v5-10 has not been synced to
EMACS_22_BASE yet:

,----[ v5-10/lisp/ChangeLog ]
| 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
| [...]
| 	* gnus-art.el (gnus-narrow-to-page): Position point properly.
| 	(gnus-article-goto-prev-page): Work for articles having ^L's.
| 
| 	* gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
| 
| 	* mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
`----

Miles, could you please sync?
(It fixed the bug reported by Sven Joachim last Monday:
<http://thread.gmane.org/gmane.emacs.gnus.general/66423/focus=66450>)

>> I wonder why nobody using Emacs trunk or No Gnus complained about the
>> questions yet.
> I just figured it was some safety thing (which seems reasonable) and
> customized mail-source-delete-old-incoming-confirm to nil...
[...]
Norman Walsh wrote:
> Ditto.

Please feel free to ask when you notice such strange changes.  ;-)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

* Re: EMACS22: Unexpected question when fetching mail in Gnus...
  2008-03-08 12:55   ` Miles Bader
  2008-03-08 13:37     ` Norman Walsh
  2008-03-08 16:20     ` Reiner Steib
@ 2008-03-08 18:04     ` Kim F. Storm
  2008-03-08 18:52       ` Reiner Steib
  2 siblings, 1 reply; 6+ messages in thread
From: Kim F. Storm @ 2008-03-08 18:04 UTC (permalink / raw)
  To: Miles Bader; +Cc: ding, emacs-devel

Miles Bader <miles@gnu.org> writes:

> Reiner Steib <reinersteib+gmane@imap.cc> writes:
>> I wonder why nobody using Emacs trunk or No Gnus complained about the
>> questions yet.  (I'll make it clearer what the question is all about.)
>
> I just figured it was some safety thing (which seems reasonable) and
> customized mail-source-delete-old-incoming-confirm to nil...

When I test software, I try not to be that clever :-)

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk





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

* Re: EMACS22: Unexpected question when fetching mail in Gnus...
  2008-03-08 18:04     ` Kim F. Storm
@ 2008-03-08 18:52       ` Reiner Steib
  0 siblings, 0 replies; 6+ messages in thread
From: Reiner Steib @ 2008-03-08 18:52 UTC (permalink / raw)
  To: Kim F. Storm; +Cc: emacs-devel, ding, Miles Bader

On Sat, Mar 08 2008, Kim F. Storm wrote:

> Miles Bader <miles@gnu.org> writes:
>> I just figured it was some safety thing (which seems reasonable) and
>> customized mail-source-delete-old-incoming-confirm to nil...
>
> When I test software, I try not to be that clever :-)

Thanks for not trying to be clever and catching this bug.  :-)

Does it work as expected now?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

end of thread, other threads:[~2008-03-08 18:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87pru6w0m3.fsf@kfs-lx.rd.rdm>
2008-03-08 11:09 ` EMACS22: Unexpected question when fetching mail in Gnus Reiner Steib
2008-03-08 12:55   ` Miles Bader
2008-03-08 13:37     ` Norman Walsh
2008-03-08 16:20     ` Reiner Steib
2008-03-08 18:04     ` Kim F. Storm
2008-03-08 18:52       ` Reiner Steib

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 NNTP newsgroup(s).