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