Gnus development mailing list
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
To: ding@gnus.org
Subject: [PATCH] Improve delay prompt.
Date: Sun, 13 Feb 2011 20:29:01 +0100	[thread overview]
Message-ID: <87r5bbka2q.fsf_-_@topper.koldfront.dk> (raw)
In-Reply-To: <87ipwnvivx.fsf@gnus.org>

* gnus-delay.el (gnus-delay-article) Improve prompt.
---
 lisp/ChangeLog     |    1 +
 lisp/gnus-delay.el |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dc45746..1a1afdf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
 
 	* gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
+	Improve prompt.
 
 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
 
diff --git a/lisp/gnus-delay.el b/lisp/gnus-delay.el
index 9b5a320..bfd1705 100644
--- a/lisp/gnus-delay.el
+++ b/lisp/gnus-delay.el
@@ -78,7 +78,7 @@ DELAY is a string, giving the length of the time.  Possible values are:
   time, then the deadline is tomorrow, else today."
   (interactive
    (list (read-string
-	  "Target date (YYYY-MM-DD) or length of delay (units in [mhdwMY]): "
+	  "Target date (YYYY-MM-DD), time (hh:mm), or length of delay (units in [mhdwMY]): "
 	  gnus-delay-default-delay)))
   (let (num unit days year month day hour minute deadline)
     (cond ((string-match
-- 
1.7.2.3





  reply	other threads:[~2011-02-13 19:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-13 18:27 Delayed sending by time Adam Sjøgren
2011-02-13 19:13 ` [PATCH] Make gnus-delay-article work for HH:MM on the next day Adam Sjøgren
2011-02-13 19:23   ` Lars Ingebrigtsen
2011-02-13 19:29     ` Adam Sjøgren [this message]
2011-02-13 19:40       ` [PATCH] Improve delay prompt Lars Ingebrigtsen
2011-02-13 19:31     ` Make gnus-delay-article work for HH:MM on the next day Adam Sjøgren
2011-02-13 19:30   ` [PATCH] " Tassilo Horn
2011-02-13 19:33     ` Adam Sjøgren

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=87r5bbka2q.fsf_-_@topper.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=ding@gnus.org \
    /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).