From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17622 Path: news.gmane.org!not-for-mail From: Hikaru Ichijyo Newsgroups: gmane.emacs.gnus.user Subject: moving articles from mail groups Date: Sat, 23 May 2015 13:03:40 -0500 Organization: UN Spacy Message-ID: <8xxzj4vmarn.fsf@village.keycorner.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1432404313 16740 80.91.229.3 (23 May 2015 18:05:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 May 2015 18:05:13 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat May 23 20:05:10 2015 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YwDnI-0002ar-P3 for gegu-info-gnus-english@m.gmane.org; Sat, 23 May 2015 20:05:08 +0200 Original-Received: from localhost ([::1]:38373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwDnH-0006cF-Ss for gegu-info-gnus-english@m.gmane.org; Sat, 23 May 2015 14:05:07 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news.astraweb.com!border6.newsrouter.astraweb.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:wgfoi8rzDDXVELZLDGxo06Fgp2s= Original-Lines: 43 Original-NNTP-Posting-Host: b52e36e2.news.astraweb.com Original-X-Trace: DXC=:Zl; NRSA62K0O6dPiicVTIL?0kYOcDh@JiG=^N1I\oSKEKK]4E2kf[Gl9B_G1R=S=GOihP2Y6hdnJ6e^?9Z0mn List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17622 Archived-At: 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