Re: [PATCH] emacs: tree: bare-id in tree
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 1 Jan 2014 14:53:22 +0000 (16:53 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:58:49 +0000 (09:58 -0800)
8f/ec68db19612ac33610e0d04654c408fd7c5192 [new file with mode: 0644]

diff --git a/8f/ec68db19612ac33610e0d04654c408fd7c5192 b/8f/ec68db19612ac33610e0d04654c408fd7c5192
new file mode 100644 (file)
index 0000000..3fe4c37
--- /dev/null
@@ -0,0 +1,104 @@
+Return-Path: <tomi.ollila@iki.fi>\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 E6AC9431FC0\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Jan 2014 06:53:32 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 MyABmHIkn9sc for <notmuch@notmuchmail.org>;\r
+       Wed,  1 Jan 2014 06:53:28 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 93C3C431FAF\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Jan 2014 06:53:28 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 8A8E01000B2;\r
+       Wed,  1 Jan 2014 16:53:22 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: tree: bare-id in tree\r
+In-Reply-To: <1387480611-15789-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1387480611-15789-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.17+13~gdfcf116 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 01 Jan 2014 16:53:22 +0200\r
+Message-ID: <m2zjnfoisd.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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, 01 Jan 2014 14:53:33 -0000\r
+\r
+On Thu, Dec 19 2013, Mark Walters <markwalters1009@gmail.com> wrote:\r
+\r
+> Previously notmuch-tree-get-message-id always returned the id\r
+> including the prefix "id:". Modify the function to take an optional\r
+> `bare' argument saying to return the raw string.\r
+>\r
+> This will be useful later and brings the function in line with\r
+> notmuch-show-get-message-id.\r
+> ---\r
+\r
+LGTM.\r
+\r
+Tomi\r
+\r
+\r
+> This functionality will be useful later. I think it reasonable to put\r
+> it in now as it does bring notmuch-tree-get-message-id in line with\r
+> notmuch-show-get-message-id which already has this option.\r
+>\r
+> Best wishes\r
+>\r
+> Mark\r
+>\r
+>\r
+>  emacs/notmuch-tree.el |    6 ++++--\r
+>  1 files changed, 4 insertions(+), 2 deletions(-)\r
+>\r
+> diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el\r
+> index 8d59e65..1dde9a7 100644\r
+> --- a/emacs/notmuch-tree.el\r
+> +++ b/emacs/notmuch-tree.el\r
+> @@ -319,11 +319,13 @@ correct message properties."\r
+>    "Return the tags of the current message."\r
+>    (notmuch-tree-get-prop :tags))\r
+>  \r
+> -(defun notmuch-tree-get-message-id ()\r
+> +(defun notmuch-tree-get-message-id (&optional bare)\r
+>    "Return the message id of the current message."\r
+>    (let ((id (notmuch-tree-get-prop :id)))\r
+>      (if id\r
+> -    (notmuch-id-to-query id)\r
+> +    (if bare\r
+> +        id\r
+> +      (notmuch-id-to-query id))\r
+>        nil)))\r
+>  \r
+>  (defun notmuch-tree-get-match ()\r
+> -- \r
+> 1.7.9.1\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r