Re: First draft of logging functionality.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 12 Oct 2010 09:06:17 +0000 (11:06 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:16 +0000 (09:37 -0800)
f2/826cb3e106365998e3e8a7d410402763727d4c [new file with mode: 0644]

diff --git a/f2/826cb3e106365998e3e8a7d410402763727d4c b/f2/826cb3e106365998e3e8a7d410402763727d4c
new file mode 100644 (file)
index 0000000..e65d7a8
--- /dev/null
@@ -0,0 +1,78 @@
+Return-Path: <sojkam1@fel.cvut.cz>\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 4D2F940D144\r
+       for <notmuch@notmuchmail.org>; Tue, 12 Oct 2010 02:06:32 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.9\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9] autolearn=ham\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 osDquUPfm2Kp for <notmuch@notmuchmail.org>;\r
+       Tue, 12 Oct 2010 02:06:21 -0700 (PDT)\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+       by olra.theworths.org (Postfix) with ESMTP id BF7D940D143\r
+       for <notmuch@notmuchmail.org>; Tue, 12 Oct 2010 02:06:21 -0700 (PDT)\r
+Received: from localhost (unknown [192.168.200.4])\r
+       by max.feld.cvut.cz (Postfix) with ESMTP id 09A6719F3391;\r
+       Tue, 12 Oct 2010 11:06:21 +0200 (CEST)\r
+X-Virus-Scanned: IMAP AMAVIS\r
+Received: from max.feld.cvut.cz ([192.168.200.1])\r
+       by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
+       port 10044)\r
+       with ESMTP id whYSqt+IRUsp; Tue, 12 Oct 2010 11:06:17 +0200 (CEST)\r
+Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
+       by max.feld.cvut.cz (Postfix) with ESMTP id B909819F32ED;\r
+       Tue, 12 Oct 2010 11:06:17 +0200 (CEST)\r
+Received: from steelpick.2x.cz (note-sojka.felk.cvut.cz [147.32.86.30])\r
+       (Authenticated sender: sojkam1)\r
+       by imap.feld.cvut.cz (Postfix) with ESMTPSA id BE628FA003;\r
+       Tue, 12 Oct 2010 11:06:17 +0200 (CEST)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.72)\r
+       (envelope-from <sojkam1@fel.cvut.cz>)\r
+       id 1P5aoL-0000y0-CL; Tue, 12 Oct 2010 11:06:17 +0200\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: david@tethera.net, notmuch@notmuchmail.org\r
+Subject: Re: First draft of logging functionality.\r
+In-Reply-To: <1286803617-17328-1-git-send-email-david@tethera.net>\r
+References: <1286803617-17328-1-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.3.1-83-g6fec75f (http://notmuchmail.org) Emacs/23.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 12 Oct 2010 11:06:17 +0200\r
+Message-ID: <87zkuj3hme.fsf@steelpick.2x.cz>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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: Tue, 12 Oct 2010 09:06:32 -0000\r
+\r
+On Mon, 11 Oct 2010, david@tethera.net wrote:\r
+> The patches following this message are my first attempt at\r
+> implementing atomic logging for notmuch.  The idea is that such logs\r
+> could be useful in synchronizing notmuch instances.\r
+> \r
+> Feedback of any kind is welcome. I'm particularly interested in\r
+> comments about the log format and performance.\r
+\r
+Hi David,\r
+\r
+I'm not sure whether implementing logging facility outside of notmuch\r
+library is a good thing. If somebody will use a third-party tool (such\r
+as python bindings) to manipulate his tags, they won't appear in the\r
+log.\r
+\r
+-Michal\r