Gnus development mailing list
 help / color / mirror / Atom feed
* Gcc not being respected in nnimap group
@ 2010-11-16 21:17 John Sullivan
  2010-11-17  9:36 ` Julien Danjou
  0 siblings, 1 reply; 13+ messages in thread
From: John Sullivan @ 2010-11-16 21:17 UTC (permalink / raw)
  To: ding

I have:

(setq gnus-gcc-mark-as-read t)

(setq gnus-parameters
      '(("nnimap\\+fsf"
         (gcc-self . t))
        ("nnimap\\+local:INBOX.fsf"
         (gcc-self . t))
        (".*"
         (banner . iphone))))

This used to work for controlling which group would get the Gcc; but
since updating, it doesn't anymore. Gcc seems to be going straight to
gnus-message-archive-group instead.

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-16 21:17 Gcc not being respected in nnimap group John Sullivan
@ 2010-11-17  9:36 ` Julien Danjou
  2010-11-17  9:47   ` Julien Danjou
  0 siblings, 1 reply; 13+ messages in thread
From: Julien Danjou @ 2010-11-17  9:36 UTC (permalink / raw)
  To: John Sullivan; +Cc: ding

On Tue, Nov 16 2010, John Sullivan wrote:

> (setq gnus-gcc-mark-as-read t)
>
> (setq gnus-parameters
>       '(("nnimap\\+fsf"
>          (gcc-self . t))
>         ("nnimap\\+local:INBOX.fsf"
>          (gcc-self . t))
>         (".*"
>          (banner . iphone))))
>
> This used to work for controlling which group would get the Gcc; but
> since updating, it doesn't anymore. Gcc seems to be going straight to
> gnus-message-archive-group instead.

I noticed it yesterday too. I did not find the commit culprit yet…

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-17  9:36 ` Julien Danjou
@ 2010-11-17  9:47   ` Julien Danjou
  2010-11-17 16:22     ` John Sullivan
  0 siblings, 1 reply; 13+ messages in thread
From: Julien Danjou @ 2010-11-17  9:47 UTC (permalink / raw)
  To: John Sullivan; +Cc: ding

On Wed, Nov 17 2010, Julien Danjou wrote:

> I noticed it yesterday too. I did not find the commit culprit yet…

Actually, I don't know if it's a regression or my configuration which
was broken, but the group name for the primary method is not fully
qualified with its method.

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-17  9:47   ` Julien Danjou
@ 2010-11-17 16:22     ` John Sullivan
  2010-11-17 18:06       ` Julien Danjou
  0 siblings, 1 reply; 13+ messages in thread
From: John Sullivan @ 2010-11-17 16:22 UTC (permalink / raw)
  To: ding

Julien Danjou <julien@danjou.info> writes:

> On Wed, Nov 17 2010, Julien Danjou wrote:
>
>> I noticed it yesterday too. I did not find the commit culprit yet…
>
> Actually, I don't know if it's a regression or my configuration which
> was broken, but the group name for the primary method is not fully
> qualified with its method.

What do you mean? I experimented with patterns that did not rely on
nnimap+foo, but didn't have any luck with that either.

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-17 16:22     ` John Sullivan
@ 2010-11-17 18:06       ` Julien Danjou
  2010-11-17 18:54         ` John Sullivan
  0 siblings, 1 reply; 13+ messages in thread
From: Julien Danjou @ 2010-11-17 18:06 UTC (permalink / raw)
  To: John Sullivan; +Cc: ding

On Wed, Nov 17 2010, John Sullivan wrote:

> What do you mean? I experimented with patterns that did not rely on
> nnimap+foo, but didn't have any luck with that either.

I've no problem with pattersn without nnimap+ on the primary method, and
with nnimap+ on the secondary ones now. The code handling that did not
change since several weeks, so I think I just misdone something on my
side.

I don't know what your problem, though.

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-17 18:06       ` Julien Danjou
@ 2010-11-17 18:54         ` John Sullivan
  2010-11-17 19:22           ` Julien Danjou
  0 siblings, 1 reply; 13+ messages in thread
From: John Sullivan @ 2010-11-17 18:54 UTC (permalink / raw)
  To: ding

Julien Danjou <julien@danjou.info> writes:

> On Wed, Nov 17 2010, John Sullivan wrote:
>
>> What do you mean? I experimented with patterns that did not rely on
>> nnimap+foo, but didn't have any luck with that either.
>
> I've no problem with pattersn without nnimap+ on the primary method, and
> with nnimap+ on the secondary ones now. The code handling that did not
> change since several weeks, so I think I just misdone something on my
> side.
>
> I don't know what your problem, though.

Do you also set gnus-message-archive-group?

For me, it might be something that was changed further back than several
weeks, because I went for quite a while without updating Emacs from git
before recently.

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-17 18:54         ` John Sullivan
@ 2010-11-17 19:22           ` Julien Danjou
  2010-11-19 21:20             ` John Sullivan
  0 siblings, 1 reply; 13+ messages in thread
From: Julien Danjou @ 2010-11-17 19:22 UTC (permalink / raw)
  To: John Sullivan; +Cc: ding

On Wed, Nov 17 2010, John Sullivan wrote:

> Do you also set gnus-message-archive-group?

Yup.

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-17 19:22           ` Julien Danjou
@ 2010-11-19 21:20             ` John Sullivan
  2010-11-20 11:23               ` Julien Danjou
  0 siblings, 1 reply; 13+ messages in thread
From: John Sullivan @ 2010-11-19 21:20 UTC (permalink / raw)
  To: ding

Julien Danjou <julien@danjou.info> writes:

> On Wed, Nov 17 2010, John Sullivan wrote:
>
>> Do you also set gnus-message-archive-group?
>
> Yup.

Hm, can I see an example of a pattern you use that works?

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-19 21:20             ` John Sullivan
@ 2010-11-20 11:23               ` Julien Danjou
  2010-11-20 22:42                 ` John Sullivan
  0 siblings, 1 reply; 13+ messages in thread
From: Julien Danjou @ 2010-11-20 11:23 UTC (permalink / raw)
  To: John Sullivan; +Cc: ding

On Fri, Nov 19 2010, John Sullivan wrote:

> Hm, can I see an example of a pattern you use that works?

I use:
        ("^INBOX"
         (gcc-self . t))

for my IMAP primary server and method for example.

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-20 11:23               ` Julien Danjou
@ 2010-11-20 22:42                 ` John Sullivan
  2010-11-21 13:29                   ` Julien Danjou
  0 siblings, 1 reply; 13+ messages in thread
From: John Sullivan @ 2010-11-20 22:42 UTC (permalink / raw)
  To: ding

Julien Danjou <julien@danjou.info> writes:

> On Fri, Nov 19 2010, John Sullivan wrote:
>
>> Hm, can I see an example of a pattern you use that works?
>
> I use:
>         ("^INBOX"
>          (gcc-self . t))
>
> for my IMAP primary server and method for example.

Do you define it in the group parameters or in your .gnus file?

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-20 22:42                 ` John Sullivan
@ 2010-11-21 13:29                   ` Julien Danjou
  2010-11-24 18:21                     ` John Sullivan
  0 siblings, 1 reply; 13+ messages in thread
From: Julien Danjou @ 2010-11-21 13:29 UTC (permalink / raw)
  To: John Sullivan; +Cc: ding

On Sat, Nov 20 2010, John Sullivan wrote:

> Do you define it in the group parameters or in your .gnus file?

In: (setq gnus-parameters

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-21 13:29                   ` Julien Danjou
@ 2010-11-24 18:21                     ` John Sullivan
  2010-11-24 19:23                       ` Julien Danjou
  0 siblings, 1 reply; 13+ messages in thread
From: John Sullivan @ 2010-11-24 18:21 UTC (permalink / raw)
  To: ding

Julien Danjou <julien@danjou.info> writes:

> On Sat, Nov 20 2010, John Sullivan wrote:
>
>> Do you define it in the group parameters or in your .gnus file?
>
> In: (setq gnus-parameters

Do you set it before or after you set gnus-message-archive-group?

I'm really baffled here... I seem to be doing the same thing as you, but
it is not working.

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Gcc not being respected in nnimap group
  2010-11-24 18:21                     ` John Sullivan
@ 2010-11-24 19:23                       ` Julien Danjou
  0 siblings, 0 replies; 13+ messages in thread
From: Julien Danjou @ 2010-11-24 19:23 UTC (permalink / raw)
  To: John Sullivan; +Cc: ding

On Wed, Nov 24 2010, John Sullivan wrote:

> Do you set it before or after you set gnus-message-archive-group?

After, but it's un .gnus.el anyhow, so it does not matter. :)

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-11-24 19:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-16 21:17 Gcc not being respected in nnimap group John Sullivan
2010-11-17  9:36 ` Julien Danjou
2010-11-17  9:47   ` Julien Danjou
2010-11-17 16:22     ` John Sullivan
2010-11-17 18:06       ` Julien Danjou
2010-11-17 18:54         ` John Sullivan
2010-11-17 19:22           ` Julien Danjou
2010-11-19 21:20             ` John Sullivan
2010-11-20 11:23               ` Julien Danjou
2010-11-20 22:42                 ` John Sullivan
2010-11-21 13:29                   ` Julien Danjou
2010-11-24 18:21                     ` John Sullivan
2010-11-24 19:23                       ` Julien Danjou

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