Gnus development mailing list
 help / color / mirror / Atom feed
From: David <de_bb@arcor.de>
To: ding@gnus.org
Subject: Re: released mairix backend nnmairix.el
Date: Fri, 05 Oct 2007 11:46:11 +0200	[thread overview]
Message-ID: <kzwsu1x5b0.fsf@musil.physik3.gwdg.de> (raw)
In-Reply-To: <87d4vukdcc.fsf@bzg.ath.cx>

Bastien <bzg@altern.org> writes:
>> I've had some problems trying to set it up... some zz* groups popping up
>> from nowhere, but I guess it's because of my poor knowledge of Gnus.
>
> Okay, I think it was related to `gnus-auto-subscribed-groups'.

Yes. This happens when you use nnmairix with nnmaildir or nnml backends
(see also the documentation on the emacswiki, it is mentioned
there). You'll have to turn off auto-subscription completely, or you
might use the following (ugly) kludge which still auto-subscribes all
mail groups, except those that begin with 'zz_':

(setq gnus-auto-subscribed-groups
  "^\\(nnml\\|nnfolder\\|nnmbox\\|nnmh\\|nnbabyl\\|nnmaildir\\).*\
:\\([^z]\\|z$\\|\\z[^z]\\|zz$\\|zz[^_]\\|zz_$\\).*")

(Note to the Gnus developers: It would be much easier if I could just put
".*:zz_mairix-.*" into gnus-options-not-subscribe, but
gnus-auto-subscribed-groups precedes it in the function
gnus-matches-options-n, so that doesn't work.)

>One thing: each time I check for new messages with `g', the search is
>performed again (even with the group being hidden). So I have to find
>the group and assign an empty query "" to it. This is a bit awkward.

Just set your nnmairix groups to a lower group level (using 'S l' in the
group buffer), so that it isn't updated when you hit 'g'. A level of '4'
or '5' should do the trick (it depends on your value of
gnus-activate-level). 

>Sorry to continue on my own but a nice feature to have for nnmairix.el
>would be to let the user build the query *interactively*, thus letting
>him use the full potential of mairix.
>
>Something of this flavor:
>
>(defcustom nnmairix-interactive-query-parameters
>  '(from to cc subject body attachment timespan)
>  ...)
>
>What do you think?

Well, you can already create queries interactively based on the current
article using "S g" in summary mode. However, that's only for creating
permanent nnmairix groups but could be easily extended. Your suggestion
would be even more flexible. I definitely will look into that.

Thanks for the feedback, it's really appreciated!
-David








  reply	other threads:[~2007-10-05  9:46 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-26 13:52 Getting rid of the zombies in dynamically created groups Georg C. F. Greve
2007-09-26 18:38 ` Reiner Steib
2007-09-26 22:38   ` Georg C. F. Greve
2007-09-27  6:12     ` Reiner Steib
2007-09-27 21:35       ` Georg C. F. Greve
2007-10-04  8:04 ` released mairix backend nnmairix.el (was: Getting rid of the zombies in dynamically created groups) David
2007-10-04 16:29   ` released mairix backend nnmairix.el Reiner Steib
2007-10-05  9:15     ` David
2007-10-05 16:41       ` Reiner Steib
2007-10-06 14:24       ` Georg C. F. Greve
2007-10-06 18:59         ` Bastien
2007-10-06 21:20           ` David
2007-10-06 23:19             ` Bastien
2007-10-07 16:09               ` David
2007-10-08  9:33                 ` Bastien
2007-10-06 21:17         ` David
2007-10-06 23:17           ` Bastien
2007-10-07 11:12           ` Georg C. F. Greve
2007-10-07 15:53             ` David
2007-10-08  9:33               ` Bastien
2007-10-04 16:48   ` released mairix backend nnmairix.el (was: Getting rid of the zombies in dynamically created groups) Bastien
2007-10-04 17:18     ` released mairix backend nnmairix.el Bastien
2007-10-05  9:46       ` David [this message]
2007-10-05 12:00         ` Bastien
2007-10-04 23:54   ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=kzwsu1x5b0.fsf@musil.physik3.gwdg.de \
    --to=de_bb@arcor.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).