From 2ccfaae0ea4ce8ab691f1b1a0e8481e9b43dbe1c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 3 May 2019 21:10:08 -0700 Subject: new scripts: maildir-import-patch(1), notmuch-import-patch(1) Signed-off-by: Sean Whitton --- notmuch-import-patch.1.pod | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 notmuch-import-patch.1.pod (limited to 'notmuch-import-patch.1.pod') diff --git a/notmuch-import-patch.1.pod b/notmuch-import-patch.1.pod new file mode 100644 index 0000000..19ce1bc --- /dev/null +++ b/notmuch-import-patch.1.pod @@ -0,0 +1,50 @@ +=head1 NAME + +notmuch-import-patch - import a git patch series into notmuch + +=head1 SYNOPSIS + +B [I] + +=head1 DESCRIPTION + +B is a wrapper around maildir-import-patch(1) +for users of notmuch. It generates a patch series using +git-format-patch(1), and then imports the series into your notmuch +database as an e-mail thread, one message per patch. + +=head1 EXAMPLE + +See "EXAMPLE" in maildir-import-patch(1), replacing the call to +B with a call to B. + +=head1 CONFIGURATION + +B tries to read configuration from the file +B<$XDG_CONFIG_HOME/mailscripts/notmuch-import-patch>, or if +XDG_CONFIG_HOME is not set, it falls back to trying to read +B<~/.config/mailscripts/notmuch-import-patch>. + +The format is I, one per line. The following +configuration key is supported: + +=over 4 + +=item B + +The full path to a maildir indexed by notmuch into which +B will insert patches. Defaults to the +"patches" subdirectory of the B key in your notmuch +configuration. + +=back + +=head1 SEE ALSO + +notmuch(1), maildir-import-patch(1), git-format-patch(1), +git-send-email(1) + +=head1 AUTHOR + +B was written by Sean Whitton +. -- cgit v1.2.3