Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* nnmail-expiry-target vs. gnus-parameter:expiry-target
@ 2002-05-28  7:42 Pranav K. Tiwari
  0 siblings, 0 replies; only message in thread
From: Pranav K. Tiwari @ 2002-05-28  7:42 UTC (permalink / raw)




nnmail-expiry-target is expanded using format-time-string, whereas
gnus-parameter expiry-target is not. Since these two have very similar
function, it would be nice if they behaved consistently.

The following contains a patch to gnus-group.el which will do the same.
I'm sure it can be improved. Can someone patch it in?

regards,
-p





---------------------------------------------------------------------------
D:\emacs\cvsgnus>cvs diff
cvs server: Diffing .
cvs server: Diffing contrib
cvs server: Diffing etc
cvs server: Diffing etc/gnus
cvs server: Diffing etc/smilies
cvs server: Diffing lisp
Index: lisp/gnus-group.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-group.el,v
retrieving revision 6.73
diff -r6.73 gnus-group.el
3034c3034,3038
<               nnmail-expiry-target)))
---
>               nnmail-expiry-target))
>          (nnmail-expiry-target
>           (if (stringp nnmail-expiry-target)
>               (format-time-string nnmail-expiry-target)
>             nnmail-expiry-target)))
cvs server: Diffing smilies
cvs server: Diffing texi
cvs server: Diffing texi/etc
cvs server: Diffing texi/herds
cvs server: Diffing texi/misc
cvs server: Diffing texi/picons
cvs server: Diffing texi/ps
cvs server: Diffing texi/screen
cvs server: Diffing texi/smilies
cvs server: Diffing texi/xface


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-28  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-28  7:42 nnmail-expiry-target vs. gnus-parameter:expiry-target Pranav K. Tiwari

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