Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* nnmh: updating unseen sequence?
@ 2003-01-12 13:04 Michael Below
       [not found] ` <m3ptr25veb.fsf@quimbies.gnus.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Below @ 2003-01-12 13:04 UTC (permalink / raw)


Hi,

I would like nnmh to update the unseen sequence of MH when I read
messages in Gnus, so my other mail apps keep in sync. How do I do
that?

Ciao
  Michael
-- 
Der hohe Anteil an Dienstreisen fällt auf.
			Niklas Luhmann, Die Weltgesellschaft, ARSP 1971, 8


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

* Re: nnmh: updating unseen sequence?
       [not found]   ` <87el7ifmk1.fsf@antithese.de>
@ 2003-01-12 15:18     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-01-12 15:18 UTC (permalink / raw)


Michael Below <mbelow@antithese.de> writes:

> Hmmm...  If its not too much hassle, could you tell me how to make
> nnmh call 
>
> /usr/bin/mh/mark +[Folder] -sequence unseen -delete [MH-Messagenumber]
>
> each time I read a message through nnmh?

Try writing a function that checks

 (when (string-match "nnmh" (car gnus-article-current)
    (shell-command (format "...mark ... %d" (cdr gnus-article-current)))))

and put that in `gnus-article-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:[~2003-01-12 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-12 13:04 nnmh: updating unseen sequence? Michael Below
     [not found] ` <m3ptr25veb.fsf@quimbies.gnus.org>
     [not found]   ` <87el7ifmk1.fsf@antithese.de>
2003-01-12 15:18     ` 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).