Gnus development mailing list
 help / color / mirror / Atom feed
From: Jason L Tibbitts III <tibbs@hpc.uh.edu>
Cc: roderick@gate.net
Subject: Re: date group last read
Date: Mon, 12 Feb 1996 17:15:31 -0600	[thread overview]
Message-ID: <199602122315.RAA18152@sina.hpc.uh.edu> (raw)
In-Reply-To: larsi@ifi.uio.no's message of 12 Feb 1996 19:22:28 +0100

>>>>> "LMI" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

LMI> Yup.  I've now added this to the Red Gnus todo list.

It's pretty easy to do externally (no gnus changes required).  This has
been tested lightly.  (I'm using it at the moment.)  Comments on my lisp
are encouraged; I'm actually trying to learn it properly now.  Add the
following to .gnus, and add "%ud" somewhere in gnus-group-line-format.

(add-hook 'gnus-select-group-hook
  (lambda ()
    (gnus-group-add-parameter group
       (cons 'gnus-group-date-last-entered (list (current-time-string))))))

(defun gnus-user-format-function-d (headers)
  "Return the date the group was last read."
  (cond ((car (gnus-group-get-parameter gnus-tmp-group 'gnus-group-date-last-entered)))
      (t "")))

 - J<


  reply	other threads:[~1996-02-12 23:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-09 17:30 Roderick Schertler
1996-02-09 21:44 ` Lars Magne Ingebrigtsen
1996-02-11 18:07   ` Brian Edmonds
1996-02-12  6:36     ` Jason L Tibbitts III
1996-02-12 18:22       ` Lars Magne Ingebrigtsen
1996-02-12 23:15         ` Jason L Tibbitts III [this message]
1996-02-13 19:58           ` Jason L Tibbitts III
1996-02-13 22:02             ` Colin Rafferty

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=199602122315.RAA18152@sina.hpc.uh.edu \
    --to=tibbs@hpc.uh.edu \
    --cc=roderick@gate.net \
    --cc=tibbs@uh.edu \
    /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).