From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81840 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: problems with gnus-posting-styles: groups. Date: Mon, 14 May 2012 10:39:18 +0200 Message-ID: <878vgv9mx5.fsf@thinkpad.tsdh.de> References: <87aa1bgpee.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1336984782 30886 80.91.229.3 (14 May 2012 08:39:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 May 2012 08:39:42 +0000 (UTC) Cc: ding@gnus.org To: Uwe Brauer Original-X-From: ding-owner+M30110@lists.math.uh.edu Mon May 14 10:39:40 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1STqoa-0003DL-Eh for ding-account@gmane.org; Mon, 14 May 2012 10:39:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1STqoV-0006Oy-TS; Mon, 14 May 2012 03:39:31 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1STqoU-0006Om-QC for ding@lists.math.uh.edu; Mon, 14 May 2012 03:39:30 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1STqoT-0006AH-Cb for ding@lists.math.uh.edu; Mon, 14 May 2012 03:39:30 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1STqoR-0004lD-S5 for ding@gnus.org; Mon, 14 May 2012 10:39:27 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id C3D25D25C3; Mon, 14 May 2012 10:39:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3zoyp58D5KvG; Mon, 14 May 2012 10:39:27 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 0BEB1D25BC; Mon, 14 May 2012 10:39:26 +0200 (CEST) In-Reply-To: <87aa1bgpee.fsf@mat.ucm.es> (Uwe Brauer's message of "Mon, 14 May 2012 10:03:53 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81840 Archived-At: Uwe Brauer writes: Hi Uwe, > So I tried > > (setq gnus-posting-styles > '(("nnimap+gmail:INBOX" (address "oub.oub.oub@gmail.com")))) ^^^^^^^^^^^^^^^^^^ That's interpreted as a regexp, so it would match nnimapgmail, nnimappgmail, nnimapppgmail, etc. So you want (setq gnus-posting-styles '(("nnimap\\+gmail:INBOX" (address "oub.oub.oub@gmail.com")))) Bye, Tassilo