From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15822 Path: news.gmane.org!not-for-mail From: davidandrewrogers@gmail.com Newsgroups: gmane.emacs.gnus.user Subject: group-line-format and Gmail - stop displaying [Gmail] Date: Mon, 24 Sep 2012 07:55:07 -0700 (PDT) Message-ID: 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 1348498813 13192 80.91.229.3 (24 Sep 2012 15:00:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Sep 2012 15:00: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 Mon Sep 24 17:00:18 2012 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 1TGA8s-0003JG-47 for gegu-info-gnus-english@m.gmane.org; Mon, 24 Sep 2012 17:00:14 +0200 Original-Received: from localhost ([::1]:35483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGA8n-000343-40 for gegu-info-gnus-english@m.gmane.org; Mon, 24 Sep 2012 11:00:09 -0400 Original-Received: by 10.224.213.1 with SMTP id gu1mr10359581qab.7.1348498507426; Mon, 24 Sep 2012 07:55:07 -0700 (PDT) Original-Received: by 10.236.139.196 with SMTP id c44mr1593262yhj.17.1348498507284; Mon, 24 Sep 2012 07:55:07 -0700 (PDT) Original-Path: usenet.stanford.edu!l8no8221256qao.0!news-out.google.com!e10ni13434282qan.0!nntp.google.com!l8no8315599qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=23.16.109.210; posting-account=IasQPgoAAAAH2ZrI0ZE1TeCJ6flhzPK6 Original-NNTP-Posting-Host: 23.16.109.210 User-Agent: G2/1.0 Injection-Date: Mon, 24 Sep 2012 14:55:07 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:86910 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" 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:15822 Archived-At: Hi all I use Gnus for email only. To make small-screen usage easier, I'd like to get my Gnus group line to omit the square-bracketed word [Gmail]/ from the display. I currently have (setq gnus-group-line-format "%M%S%p%P%5y: %(%G%)%l %6,6~(cut 2)d\n") but I can't find any clues about how to convert the group name (the %G above) into something that will eliminate the relevant (I mean irrelevant) :) part. Even getting my group-line to not display "a set of square brackets and anything inside them" would be good enough, I expect - I don't have any other mailboxes with those as part of the name. -- Thanks David