[PATCH 01/18] cli: add stub for insert command
authorPeter Wang <novalazy@gmail.com>
Wed, 25 Jul 2012 13:42:30 +0000 (23:42 +1000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:48:35 +0000 (09:48 -0800)
ab/8048bcbe71435c1e452648165bd458703e5fd8 [new file with mode: 0644]

diff --git a/ab/8048bcbe71435c1e452648165bd458703e5fd8 b/ab/8048bcbe71435c1e452648165bd458703e5fd8
new file mode 100644 (file)
index 0000000..60fa838
--- /dev/null
@@ -0,0 +1,149 @@
+Return-Path: <novalazy@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 2483A431FAF\r
+       for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:43:07 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 1NNfBM6iTjWP for <notmuch@notmuchmail.org>;\r
+       Wed, 25 Jul 2012 06:43:06 -0700 (PDT)\r
+Received: from mail-gh0-f181.google.com (mail-gh0-f181.google.com\r
+       [209.85.160.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 684CD431FAE\r
+       for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:43:06 -0700 (PDT)\r
+Received: by ghbz13 with SMTP id z13so890675ghb.26\r
+       for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:43:05 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+       h=from:to:cc:subject:date:message-id:x-mailer:mime-version\r
+       :content-type:content-transfer-encoding;\r
+       bh=jXneYX2KpAeXbMwDVDGjQyqmb7saJBeJvQFZ/22y9ps=;\r
+       b=EiLRqdhRqN0kriOOC1c/yGqBn1OPSwPOevwkPMBy4UWwHxK4gugiv5uNwj6zJjaamw\r
+       Q9HxY0VxNZGfglt/FFdTTGiEkR4H1lndOPYnzhoK5jkr9I5tPBr3TQqgHybBvKNbKcMZ\r
+       JYGNQhZZkSvf4pDCUfzwYk4+BoXG0Y5XYIh9HhrgF1IQv+w4/E1tBEFb9YeyWah2XAKx\r
+       aygcpf01Hp/GL/JgcWWfJoRPRQF3zqJwegxcJpkkCVkrUXXpG1VICfyLIdetCbHi2/vP\r
+       R9SywkJiLby3kAdfZANRdQqQKCMUY6zKgeBLIC5dBUVudkGCJ6hd4yQDUsdu2szqVQkm\r
+       2umQ==\r
+Received: by 10.66.83.33 with SMTP id n1mr12805910pay.7.1343223785098;\r
+       Wed, 25 Jul 2012 06:43:05 -0700 (PDT)\r
+Received: from localhost (215.42.233.220.static.exetel.com.au.\r
+       [220.233.42.215])\r
+       by mx.google.com with ESMTPS id nu5sm14408913pbb.53.2012.07.25.06.43.02\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Wed, 25 Jul 2012 06:43:04 -0700 (PDT)\r
+From: Peter Wang <novalazy@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 01/18] cli: add stub for insert command\r
+Date: Wed, 25 Jul 2012 23:42:30 +1000\r
+Message-Id: <1343223767-9812-1-git-send-email-novalazy@gmail.com>\r
+X-Mailer: git-send-email 1.7.4.4\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: 8bit\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 25 Jul 2012 13:43:07 -0000\r
+\r
+This does nothing yet.\r
+---\r
+ Makefile.local   |    1 +\r
+ notmuch-client.h |    3 +++\r
+ notmuch-insert.c |   27 +++++++++++++++++++++++++++\r
+ notmuch.c        |    3 +++\r
+ 4 files changed, 34 insertions(+), 0 deletions(-)\r
+ create mode 100644 notmuch-insert.c\r
+\r
+diff --git a/Makefile.local b/Makefile.local\r
+index 296995d..950f046 100644\r
+--- a/Makefile.local\r
++++ b/Makefile.local\r
+@@ -282,6 +282,7 @@ notmuch_client_srcs =              \\r
+       notmuch-config.c        \\r
+       notmuch-count.c         \\r
+       notmuch-dump.c          \\r
++      notmuch-insert.c        \\r
+       notmuch-new.c           \\r
+       notmuch-reply.c         \\r
+       notmuch-restore.c       \\r
+diff --git a/notmuch-client.h b/notmuch-client.h\r
+index f930798..edbd3ee 100644\r
+--- a/notmuch-client.h\r
++++ b/notmuch-client.h\r
+@@ -132,6 +132,9 @@ int\r
+ notmuch_dump_command (void *ctx, int argc, char *argv[]);\r
\r
+ int\r
++notmuch_insert_command (void *ctx, int argc, char *argv[]);\r
++\r
++int\r
+ notmuch_new_command (void *ctx, int argc, char *argv[]);\r
\r
+ int\r
+diff --git a/notmuch-insert.c b/notmuch-insert.c\r
+new file mode 100644\r
+index 0000000..0e061a0\r
+--- /dev/null\r
++++ b/notmuch-insert.c\r
+@@ -0,0 +1,27 @@\r
++/* notmuch - Not much of an email program, (just index and search)\r
++ *\r
++ * Copyright © 2012 Peter Wang\r
++ *\r
++ * This program is free software: you can redistribute it and/or modify\r
++ * it under the terms of the GNU General Public License as published by\r
++ * the Free Software Foundation, either version 3 of the License, or\r
++ * (at your option) any later version.\r
++ *\r
++ * This program is distributed in the hope that it will be useful,\r
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
++ * GNU General Public License for more details.\r
++ *\r
++ * You should have received a copy of the GNU General Public License\r
++ * along with this program.  If not, see http://www.gnu.org/licenses/ .\r
++ *\r
++ * Author: Peter Wang <novalazy@gmail.com>\r
++ */\r
++\r
++#include "notmuch-client.h"\r
++\r
++int\r
++notmuch_insert_command (void *ctx, int argc, char *argv[])\r
++{\r
++    return 1;\r
++}\r
+diff --git a/notmuch.c b/notmuch.c\r
+index 477a09c..86239fd 100644\r
+--- a/notmuch.c\r
++++ b/notmuch.c\r
+@@ -53,6 +53,9 @@ static command_t commands[] = {\r
+     { "new", notmuch_new_command,\r
+       "[options...]",\r
+       "Find and import new messages to the notmuch database." },\r
++    { "insert", notmuch_insert_command,\r
++      "[options...] [--] [+<tag>|-<tag> ...] < message",\r
++      "Add a new message into the maildir and notmuch database." },\r
+     { "search", notmuch_search_command,\r
+       "[options...] <search-terms> [...]",\r
+       "Search for messages matching the given search terms." },\r
+-- \r
+1.7.4.4\r
+\r