Gnus development mailing list
 help / color / mirror / Atom feed
* backtrace for "B m" into move-inbox...
@ 1997-05-24 19:47 Mark Eichin
  0 siblings, 0 replies; only message in thread
From: Mark Eichin @ 1997-05-24 19:47 UTC (permalink / raw)



* nnmail-move-inbox("po:eichin")
  nnmail-get-new-mail(nnml nnml-save-nov "~/Mail/" "mail.spam")
  nnml-request-scan("mail.spam" "")
  gnus-request-scan("nnml:mail.spam" (nnml ""))
  gnus-activate-group("nnml:mail.spam" scan)
  gnus-group-get-new-news-this-group(1)
  gnus-summary-move-article(nil)
* call-interactively(gnus-summary-move-article)

Looks like it's this code (gnus-sum.el:6802, gnus-summary-move-article):
    ;; Re-activate all groups that have been moved to.
    (while to-groups
      (save-excursion
	(set-buffer gnus-group-buffer)
	(when (gnus-group-goto-group (car to-groups) t)
	  (gnus-group-get-new-news-this-group 1))
	(pop to-groups)))

I've no idea *why* it's doing that, of course :-)  


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-05-24 19:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-05-24 19:47 backtrace for "B m" into move-inbox Mark Eichin

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).