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: Tassilo Horn
Subject: Re: gnus, thunderbird and imap
Date: Sun, 02 Jan 2011 18:00:20 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

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?

> (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. :-)

Bye,
Tassilo




reply via email to

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