Re: [PATCH 0/4] Maildir synchronization
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 7 Nov 2010 21:03:33 +0000 (22:03 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:24 +0000 (09:37 -0800)
eb/9a71682e5ea8bc2ce9a82d3384b122661b583f [new file with mode: 0644]

diff --git a/eb/9a71682e5ea8bc2ce9a82d3384b122661b583f b/eb/9a71682e5ea8bc2ce9a82d3384b122661b583f
new file mode 100644 (file)
index 0000000..0796ab6
--- /dev/null
@@ -0,0 +1,83 @@
+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 6473340D166\r
+       for <notmuch@notmuchmail.org>; Sun,  7 Nov 2010 13:03:49 -0800 (PST)\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 7LdW0T7Y7q+f for <notmuch@notmuchmail.org>;\r
+       Sun,  7 Nov 2010 13:03:38 -0800 (PST)\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0ABCF40D162\r
+       for <notmuch@notmuchmail.org>; Sun,  7 Nov 2010 13:03:37 -0800 (PST)\r
+Received: from localhost (unknown [192.168.200.4])\r
+       by max.feld.cvut.cz (Postfix) with ESMTP id EC1EA19F33EE;\r
+       Sun,  7 Nov 2010 22:03:35 +0100 (CET)\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 jyDdlR-ys2hW; Sun,  7 Nov 2010 22:03:34 +0100 (CET)\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 AF47119F33ED;\r
+       Sun,  7 Nov 2010 22:03:33 +0100 (CET)\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 96FE8FA003;\r
+       Sun,  7 Nov 2010 22:03:33 +0100 (CET)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.72)\r
+       (envelope-from <sojkam1@fel.cvut.cz>)\r
+       id 1PFCOj-0001NS-7G; Sun, 07 Nov 2010 22:03:33 +0100\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
+       Dirk Hohndel <hohndel@infradead.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 0/4] Maildir synchronization\r
+In-Reply-To: <87y698xltx.fsf@SSpaeth.de>\r
+References: <1273580061-22580-1-git-send-email-sojkam1@fel.cvut.cz>\r
+       <87d3w082dh.fsf@linux-g6p1.site>\r
+       <m3zkz3d210.fsf@x201s.gr8dns.org> <87y698xltx.fsf@SSpaeth.de>\r
+User-Agent: Notmuch/0.4-30-ga01dbf0 (http://notmuchmail.org) Emacs/23.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sun, 07 Nov 2010 22:03:33 +0100\r
+Message-ID: <87eiawhmmy.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: Sun, 07 Nov 2010 21:03:49 -0000\r
+\r
+On Fri, 05 Nov 2010, Sebastian Spaeth wrote:\r
+> On Wed, 09 Jun 2010 20:01:15 -0700, Dirk Hohndel wrote:\r
+> > I've been using them for a while as well and love the feature, but I\r
+> > keep running into situations where notmuch seems to get out of sync\r
+> > regarding file names on disk. I haven't done a lot of searching on what\r
+> > exactly causes this - but the symptom is that you'll open a message,\r
+> > read it and then try to do something on it (like, save an attachment)\r
+> > and suddenly are told that the message file on disk can't be found.\r
+> > Or that you reply to a message and just as you are trying to send the\r
+> > reply things fail for the same reason.\r
+> \r
+> But didn't Michal say that it gets the messages by id rather than\r
+> filename now? In that case, this might have gone away...\r
+\r
+Yes, yesterday Carl merged --format=raw a.k.a. cat and these problems\r
+doesn't occur now.\r
+\r
+-Michal\r