From c6df086d9bf546eddcba184055f1fc493dd1568f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 24 Jul 2018 14:56:46 +0800 Subject: notmuch-slurp-debbug: rewrite in perl with some new features Signed-off-by: Sean Whitton --- notmuch-slurp-debbug.1.pod | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) (limited to 'notmuch-slurp-debbug.1.pod') diff --git a/notmuch-slurp-debbug.1.pod b/notmuch-slurp-debbug.1.pod index 5767778..d6eacc2 100644 --- a/notmuch-slurp-debbug.1.pod +++ b/notmuch-slurp-debbug.1.pod @@ -4,19 +4,45 @@ notmuch-slurp-debbug - add messages from a Debian bug to notmuch =head1 SYNOPSIS -notmuch-slurp-debbug BUGNUMBER +B [B<--bts-server=>I] I =head1 DESCRIPTION B adds to your notmuch database any messages -from a given Debian bug that it does not already contain. +from a given Debian bug that the database does not already contain. The script adds the messages to your maildir, and then calls B. =head1 OPTIONS -None. +=over 4 + +=item B<--bts-server=>I + +Passed straight through to B; see bts(1). + +=back + +=head1 CONFIGURATION + +B tries to read configuration from the file +B<$XDG_CONFIG_HOME/mailscripts/notmuch-slurp-debbug>, or if +XDG_CONFIG_HOME is not set, it falls back to trying to read +B<~/.config/mailscripts/notmuch-slurp-debbug>. + +The format is I, one per line. The following +configuration key is supported: + +=over 4 + +=item B + +A maildir indexed by notmuch into which B will +insert new messages. Defaults to the "inbox" subdirectory of the +B key in your notmuch configuration. + +=back =head1 SEE ALSO -- cgit v1.2.3