From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25436 invoked by alias); 10 Aug 2013 18:52:02 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31649 Received: (qmail 311 invoked from network); 10 Aug 2013 18:51:57 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 209.85.215.172 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=0JRFpzdLpvjIBbWa5gqwqmrfW1YqvHQX9NAv4tWnNgw=; b=Ai+paqX8UJFduma9/H1gWteW5dbJB4+Ly9UPeGQdBp894OTuM9lZWk0es29oYvT8SI MtRkGoPLH+R+ES5keHcgxNWuFMAMm3Nle8Km5ZpgZsFuLRT0VZMoNm3SRRh7idlW3ujq ITaI690j4PkZ9sPBeSlmSbsP+b9Un68hlybVKrD4T6smwdBUF2rN2Tw3IROizZI+Pnwr mhlH4OAKa2MHohP4NYigHjoo+p7a1dsFqCDCwJC8367HtU73bWk/r9wdm/dlHqreDkKN s2fpR1AzT3bhzKVYPIKQd6Sy657Tqh4pUNnSXgxOVHpb08p+gURj4HbCzOhEY1tbiXQQ ZxuQ== X-Gm-Message-State: ALoCoQlP0VCm56FRQBMS+bW2ML68/0TNjphohy/U3kBQudgtCky0TPzIESmXTxHNZHuifRotoRnh X-Received: by 10.14.1.5 with SMTP id 5mr18228385eec.96.1376160710049; Sat, 10 Aug 2013 11:51:50 -0700 (PDT) X-ProxyUser-IP: 86.6.30.159 Date: Sat, 10 Aug 2013 19:51:38 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: patch to mailcheck missing new emails Message-ID: <20130810195138.3472046a@pws-pc.ntlworld.com> In-Reply-To: References: X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 9 Aug 2013 14:54:29 -0500 joe M wrote: > I am noticing that mailcheck is missing some emails while comparing > the files' modification time with the lastmailcheck. It is also > missing any emails created/received while the mailcheck process is > running. > > I am attaching the patch that fixes the issue. This is my first patch > to zsh, hence, am not sure if it adheres to any guidelines. Thanks, that looks very plausible and I've committed it (with a couple of entirely cosmetic changes). (Separate issue noted in passing: we should probably use zlong for period and mailcheck to be safe; efficiency isn't really an issue.) -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/