Gnus development mailing list
 help / color / mirror / Atom feed
* Marking replies that are gcc'd to the same group
@ 2002-10-08 16:32 Sacha Chua
  2002-12-29  0:14 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Sacha Chua @ 2002-10-08 16:32 UTC (permalink / raw)


I use (setq gnus-gcc-mark-as-read t) and Oort Gnus' group parameter
(gcc-self . t) to put all my replies to personal mail in my personal
mail group, already marked as read. However, I also use (display .
[and (not expire) (not reply) (not killed)]) to limit my view to
personal mail I haven't gotten around to answering yet. This however
means I see my messages, since they are only marked read and not
reply/killed.

What's a nice way of not seeing messages from me unless I specifically
remove the limit? I can probably use gnus-summary-limit-to-author with
a prefix argument. Adding

 (dummy-variable (gnus-summary-limit-to-author "sacha@free.net.ph" t))

to the group parameters doesn't do what (gnus-summary-limit-to-author
"sacha@free.net.ph" t) does when eval'd in a summary buffer.

Would appreciate any tips. Probably has something to do with
gnus-summary-limit-to-display-predicate or what...

-- 
Sacha Chua <sacha@free.net.ph> - 4 BS CS Ateneo geekette
interests: emacs, gnu/linux, wearables, teaching compsci



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

* Re: Marking replies that are gcc'd to the same group
  2002-10-08 16:32 Marking replies that are gcc'd to the same group Sacha Chua
@ 2002-12-29  0:14 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-12-29  0:14 UTC (permalink / raw)


Sacha Chua <sacha@free.net.ph> writes:

> What's a nice way of not seeing messages from me unless I specifically
> remove the limit? I can probably use gnus-summary-limit-to-author with
> a prefix argument. Adding
>
>  (dummy-variable (gnus-summary-limit-to-author "sacha@free.net.ph" t))
>
> to the group parameters doesn't do what (gnus-summary-limit-to-author
> "sacha@free.net.ph" t) does when eval'd in a summary buffer.

It's evaluated much too early.

I'd suggest calling that from a summary hook that's called late --
for instance `gnus-summary-prepare-hook'.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

end of thread, other threads:[~2002-12-29  0:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-08 16:32 Marking replies that are gcc'd to the same group Sacha Chua
2002-12-29  0:14 ` Lars Magne Ingebrigtsen

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