[Pkg-wmaker-commits] [wmbiff] 51/77: document back-tick expansion, deprecate mbox style without mbox: prefix

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.

commit 6e61a4ead3e95b75935258af16878732e3735294
Author: bluehal <bluehal>
Date:   Sat Apr 20 08:12:55 2002 +0000

    document back-tick expansion, deprecate mbox style without mbox: prefix
---
 wmbiff/sample.wmbiffrc |  6 +++++-
 wmbiff/wmbiffrc.5.in   | 17 +++++++++++------
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/wmbiff/sample.wmbiffrc b/wmbiff/sample.wmbiffrc
index df8a66d..79b5bf3 100644
--- a/wmbiff/sample.wmbiffrc
+++ b/wmbiff/sample.wmbiffrc
@@ -1,4 +1,4 @@
-# $Id: sample.wmbiffrc,v 1.10 2002/04/05 19:43:54 bluehal Exp $
+# $Id: sample.wmbiffrc,v 1.11 2002/04/20 08:12:55 bluehal Exp $
 #
 # See wmbiffrc(5) for more info.
 #
@@ -114,3 +114,7 @@ interval.4=300		# 5 minutes
 # port is optional, default - 993
 # path.4=imaps:user:password at server cram-md5
 # interval.4=300          # 5 minutes
+
+# Shell expansion.  (can't be nested.)
+# path.4=mbox:/home/me/Mail/`ls -t1 /home/me/Mail/list-archive-* | head -1`
+# label.4=tick
diff --git a/wmbiff/wmbiffrc.5.in b/wmbiff/wmbiffrc.5.in
index 49995a5..c8e36fc 100644
--- a/wmbiff/wmbiffrc.5.in
+++ b/wmbiff/wmbiffrc.5.in
@@ -1,5 +1,5 @@
 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
-.\" $Id: wmbiffrc.5.in,v 1.2 2002/04/15 02:09:56 bluehal Exp $
+.\" $Id: wmbiffrc.5.in,v 1.3 2002/04/20 08:12:55 bluehal Exp $
 .\"
 .\" wmbiff.1 and wmbiffrc.5 are copyright 1999-2002 by 
 .\" Jordi Mallach <jordi at debian.org>
@@ -52,14 +52,19 @@ are supported:
 .TP
 .I mbox
 This is a local mbox mailbox. After the prefix, you only need to put the
-path to the mailbox wmbiff needs to read.  This is also the default.
+path to the mailbox wmbiff needs to read.  
+Local mboxes may be specified using shell commands enclosed
+in back-ticks. (`s.)
+.\"This is also the default.
 .RS
 mbox:/path/to/mail/debian-devel
-.RS
-- or -
-.RE
-/path/to/mail/debian-devel
 .RE
+.\"  let's stop making this available.
+.\" .RS
+.\" - or -
+.\" .RE
+.\" /path/to/mail/debian-devel
+.\" .RS
 .TP
 .I maildir
 This works just like \fImbox\fP above.  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list