]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
cli/reply: reuse create_reply_message() also for headers-only format
[notmuch] / lib / notmuch-private.h
index 6063262a1e3a5e0f67b7d35844ba08b730c6a3e5..643d9dd9d68867b9fa05cba23b5f65b3ab62ebea 100644 (file)
@@ -13,7 +13,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see http://www.gnu.org/licenses/ .
+ * along with this program.  If not, see https://www.gnu.org/licenses/ .
  *
  * Author: Carl Worth <cworth@cworth.org>
  */
@@ -196,6 +196,10 @@ void
 _notmuch_database_log (notmuch_database_t *notmuch,
                       const char *format, ...);
 
+void
+_notmuch_database_log_append (notmuch_database_t *notmuch,
+                             const char *format, ...);
+
 unsigned long
 _notmuch_database_new_revision (notmuch_database_t *notmuch);