Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* moving articles from mail groups
@ 2015-05-23 18:03 Hikaru Ichijyo
  2015-05-24  0:00 ` Emanuel Berg
  2015-05-24 12:34 ` Dan Christensen
  0 siblings, 2 replies; 6+ messages in thread
From: Hikaru Ichijyo @ 2015-05-23 18:03 UTC (permalink / raw)
  To: info-gnus-english

This is a small problem, but I'd still like to fix it...

I have the following in my ~/.gnus.el, to help me with saving messages:

      gnus-update-message-archive-method t
      gnus-default-article-saver 'gnus-summary-save-in-mail
      gnus-prompt-before-saving t
      gnus-message-archive-method
          '(nnfolder "archive"
		     (nnfolder-directory "~/Mail")
		     (nnfolder-active-file "~/Mail/.active")
		     (nnfolder-nov-is-evil t)
		     (nnfolder-get-new-mail nil))
      gnus-message-archive-group "sent-mail"
      gnus-gcc-mark-as-read t
      gnus-move-split-methods
           '(("^X-Gnus-.*\\(analog\\|digital\\|linux-audio\\|ensoniq\\|akai\\)"
                                          "nnfolder:synth")
             ("^X-Gnus-.*gentoo"          "nnfolder:gentoo")
	     ("^X-Gnus-.*\\(cde\\|sun\\)" "nnfolder:freenet")
	     ("^From:.*uchicago"          "nnfolder:uchicago")
             (""                          "nnfolder:saved-messages"))

With that setup, when I use gnus-summary-move-article (B m) to move an
article from my mail groups into one of these nnfolder files, I get
prompted like this:

         Move this article to (default nnfolder:freenet): nnmbox:

Yes, that "nnmbox:" part gets printed by the system (not by me).  I end
up having to delete back over it every time I want to do this.  Then,
when the line is cleared, I can hit return and it will do the right
thing as suggested by the default in parenthesis ("default
nnfolder:freenet)").  It saves into the folder I want it to, but I have
to get rid of "nnmbox:" at the end every time.

Is there a way I can make it stop doing that?

-- 
He that would make his own liberty secure must guard even his enemy from
oppression; for if he violates this duty, he establishes a precedent
that will reach to himself.
					--Thomas Paine

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

end of thread, other threads:[~2015-05-24 23:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-23 18:03 moving articles from mail groups Hikaru Ichijyo
2015-05-24  0:00 ` Emanuel Berg
2015-05-24  7:47   ` Hikaru Ichijyo
2015-05-24 20:08     ` Emanuel Berg
2015-05-24 23:11     ` Emanuel Berg
2015-05-24 12:34 ` Dan Christensen

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