From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tyler Smith Newsgroups: gmane.emacs.help Subject: Re: gnus, thunderbird and imap Date: Sun, 02 Jan 2011 18:03:32 -0500 Message-ID: <87oc7yykl7.fsf@guruji.demimonde> References: <87zkrsl93s.fsf@news.individual.de> <4D189BB1.1030904@mousecar.com> <87aajm2ea3.fsf@guruji.demimonde> <87mxnl6gdv.fsf@member.fsf.org> <87tyhthmuf.fsf@guruji.demimonde> <87fwtdu5vz.fsf@guruji.demimonde> <87hbdr8cm3.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294009468 22270 80.91.229.12 (2 Jan 2011 23:04:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 Jan 2011 23:04:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 03 00:04:20 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZWyK-0004Rp-46 for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Jan 2011 00:04:20 +0100 Original-Received: from localhost ([127.0.0.1]:38105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZWyJ-0000NB-Ct for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Jan 2011 18:04:19 -0500 Original-Received: from [140.186.70.92] (port=53299 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZWy1-0000N6-K4 for help-gnu-emacs@gnu.org; Sun, 02 Jan 2011 18:04:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZWxz-0001ut-NF for help-gnu-emacs@gnu.org; Sun, 02 Jan 2011 18:04:01 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:37669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZWxz-0001up-Dh for help-gnu-emacs@gnu.org; Sun, 02 Jan 2011 18:03:59 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PZWxv-0004E2-Mf for help-gnu-emacs@gnu.org; Mon, 03 Jan 2011 00:03:55 +0100 Original-Received: from 76.177.51.182 ([76.177.51.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 00:03:55 +0100 Original-Received: from tyler.smith by 76.177.51.182 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jan 2011 00:03:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 76.177.51.182 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:ejvGnMKIxMv2aiAFCNrLAsJHh3c= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78075 Archived-At: Tassilo Horn writes: > Tyler Smith writes: > > Hi Tyler, > >> (defun my-gnus-summary-hook () >> (local-set-key "t" 'gnus-summary-mark-as-processable)) > > Is `#' not short enough? Two fingers vs 1, and I have stubby fingers that have to work harder than they should to get to the shift key ;) > >> (setq gnus-posting-styles >> '(("*" ; Matches all groups of messages > ^^^ No. ;-) > > The regexp "*" matches only strings containing an asterisk, although > that's more or less a coincidence. Basically, it's an invalid regular > expression: * means "the character or group preceeding the * may occure > zero or many times". > > Ok, what I wanted to say: you want ".*" above. :-) Odd, it works anyways. I'm ascared to change anything at this point, but I suppose I'd better try. Thanks, Tyler