Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: Re: Create a group from a list of message-ids
Date: Wed, 27 Nov 2013 15:10:45 +0700	[thread overview]
Message-ID: <878uwai7sq.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <87mwkq5mcn.fsf@gmail.com>

Alexander Baier <lexi.baier@gmail.com> writes:

> On 13-11-27 06:16 Eric Abrahamsen wrote:
>> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>>
>>> Frank Terbeck <ft@bewatermyfriend.org> writes:
>>
>> [...]
>>
>>>> Actually, at least in the git version of gnus, ‘nnir’ seems to feature
>>>> support for ‘notmuch’ (ie. there is a defcustom ‘nnir-notmuch-program’
>>>> and a defun ‘nnir-run-notmuch’).
>>
>> [...]
>>
>>> Thanks to both of you for pointing that out! I had no idea that was
>>> there, but would definitely prefer using a more gnus-y interface. I set
>>> it up like so:
>>>
>>> (setq nnir-method-default-engines  '((nnimap . notmuch) (nntp . gmane)))
>>>
>>> And gave it a shot.
>>
>> Bleagh, I'm giving up on this. I re-syncd some of my accounts via
>> dovecot, without the LAYOUT=fs flag, because that seemed to be causing
>> me more problems elsewhere, with no discernible benefit.
>>
>> Now all my groups are prefixed with a ".", and there is no INBOX in the
>> filesystem at all -- the messages that appear to be in the INBOX group
>> from within gnus are located in the top-level "cur/" directory for the
>> account. So any messages found from that directory break nnir, because
>> there's no group name at all.
>>
>> Back to the notmuch interface...
>>
>> E
>
> I tried to get nnir and notmuch working last night, but didn't get
> anywhere either.  Issuing a search query via "G G" gives me following
> error:
>
> "nnir-retrieve-headers: Unknown header type nil while requesting articles
> of group nnmaildir+gmail:gmail.Inbox"
>
>
> As it turns out my setup is quite similar to yours in some aspekts. I
> also habe several accounts under one maildir or whatever this
> "top-maildir" is called. Like this: mail/acc1, mail/acc2, ... .  The
> gmail account also has folders with dots in its names.
>
> For now I try to go for the notmuch interface as you do, as this seems
> simpler to me.  But this actually poses me with a different problem:
> Doing a (require 'notmuch) in my initfile seems to somehow invalidate my
> posting styles.  Now, upon composing new mails or news, I always get the
> same content in the message-buffer (that is the buffer in message-mode I
> write my mail in) that is not related to anything in my
> `gnus-posting-styles'. It adds something like Gcc: mymailbox/sent to the
> headers, which is far from anything I configured in
> `gnus-posting-styles'.
> Did you experience something similar with your setup?

The Gcc thing is something notmuch does automatically, and you can stop
it with:

(setq notmuch-fcc-dirs nil)

I haven't seen any other interference with posting styles, and I require
notmuch before setting gnus-posting-styles. Are you composing mails by
using "m" in gnus, or "C-x m" elsewhere? I just went and checked, and
group-specific posting styles still work for me, when I have point on a
group and hit "C-u m"...




  reply	other threads:[~2013-11-27  8:10 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-23 11:50 Alexander Baier
2013-11-25  2:02 ` Dave Goldberg
2013-11-25  8:52   ` Alexander Baier
2013-11-25  8:58     ` Frank Terbeck
2013-11-25  9:11       ` Alexander Baier
2013-11-25  9:01     ` Eric Abrahamsen
2013-11-25  9:13       ` Alexander Baier
2013-11-25 13:20         ` Eric Abrahamsen
2013-11-25 14:08           ` Alexander Baier
2013-11-25 15:26             ` Eric Abrahamsen
2013-11-25 15:44               ` Frank Terbeck
2013-11-26  4:06                 ` Eric Abrahamsen
2013-11-27  5:16                   ` Eric Abrahamsen
2013-11-27  7:34                     ` Alexander Baier
2013-11-27  8:10                       ` Eric Abrahamsen [this message]
2013-11-27  8:22                         ` Alexander Baier
2013-11-28 12:02                   ` Alexander Baier
2013-11-29  3:41                     ` Eric Abrahamsen
2013-11-30 18:56                       ` Alexander Baier
2013-11-25 16:11               ` Alexander Baier
2013-11-25  9:28   ` Pedro Silva
2013-11-25  9:44     ` Alexander Baier

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=878uwai7sq.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --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).