From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D2CC240DEF6 for ; Thu, 18 Nov 2010 03:40:53 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.117 X-Spam-Level: X-Spam-Status: No, score=0.117 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_BL_SPAMCOP_NET=1.347, RCVD_IN_SORBS_WEB=0.77] autolearn=no Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ig-rPmqfm7K9 for ; Thu, 18 Nov 2010 03:40:42 -0800 (PST) Received: from cliffclavin.cs.rpi.edu (cliffclavin.cs.rpi.edu [128.113.126.25]) by olra.theworths.org (Postfix) with ESMTP id 646B140DEFB for ; Thu, 18 Nov 2010 03:40:42 -0800 (PST) X-Hash: SCtCte|b64192304c86b953a222ee232c74259f4bcd13a8|1bd4fb169ea5e74e30f955719c290dbd X-Countries: Cameroon, United States X-SMTP-From: accepted [195.24.209.14] [195.24.209.14] ([10.0.11.37]) {Cameroon} DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=cs.rpi.edu; h= message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; s=default; i=glasse@cs.rpi.edu; t=1290080441; x=1290685241; l=567; bh=M90o CY2PGdGsxJ6d4QxiA/YJ/O8=; b=mrM6Up1KcxL3aOYKEA6t8Jr7g0Tv8kSUt3x+ 79EPOZM+vcdEEXJFAn4yMAH861+1IC1boOtVeI2msk5CV23dlq0Btkmr1P315Y+b NqJGcMV1iFlnJIyOyY7rK7MyJUJ93fgpRZxO2EUC5xh5to+QUxW1J3o/CjfAl/hw bGBmhIQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cs.rpi.edu; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=default; b=p4o UrZr/vD1FO0ZVXGh08BpNSuwPL1DI91rL8vBI8joY0JfTEFO91iEwLPiQC4HTDLX fdyAHsmLsyMS0Zvp+jYOUS3L1Aw8x4w6bckwEXfs6g8r1a2+Jf8lTzdTN8Z3OOxh 40xOvXUYH5XVcWyVLdPhEsrFzHvvu+ACayi+Nogk= X-Spam-Info: -2.6; ALL_TRUSTED,AWL,BAYES_00 X-Spam-Scanned-By: cliffclavin.cs.rpi.edu using SpamAssassin 3.2.5 (hard limit 15) Authentication-Results: cliffclavin.cs.rpi.edu; DKIM=neutral (none) header.from=glasse@cs.rpi.edu; SPF=neutral (mfrom; Mechanism '?all' matched) smtp.mail=glasse@cs.rpi.edu X-Auth-Passed: cliffclavin.cs.rpi.edu:oAIBdtQw039053 Auth:glasse X-Virus-Scanned-By: cliffclavin.cs.rpi.edu Received: from [10.0.11.37] ([195.24.209.14]) (authenticated bits=0) by cliffclavin.cs.rpi.edu (8.14.3/8.14.3) with ESMTP id oAIBdtQw039053; Thu, 18 Nov 2010 06:40:22 -0500 (EST) (envelope-from glasse@cs.rpi.edu) Message-ID: <4CE5106C.3000101@cs.rpi.edu> Date: Thu, 18 Nov 2010 06:39:24 -0500 From: Ethan Glasser-Camp User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Carl Worth Subject: Re: notmuch release 0.5 now available References: <87fwv79lsc.fsf@yoom.home.cworth.org> In-Reply-To: <87fwv79lsc.fsf@yoom.home.cworth.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 128.113.126.25 Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 11:40:54 -0000 On 11/12/2010 12:02 AM, Carl Worth wrote: > The major feature in notmuch 0.5 is the ability to automatically > synchronize maildir flags, (so that if a mail file gets marked > externally with the flag 'S' for "seen" then the "unread" tag in the > notmuch database will be automatically removed). And of course, there > are various fixes and improvements throughout. See below for details. Hi guys, I know I'm late to the party, but I just wanted to say I've been playing with notmuch 0.5 and the synchronization stuff works great. Great job guys! Ethan