help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus, thunderbird and imap


From: Tyler Smith
Subject: Re: gnus, thunderbird and imap
Date: Sun, 02 Jan 2011 18:03:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Tassilo Horn <tassilo@member.fsf.org> writes:

> Tyler Smith <tyler.smith@eku.edu> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]