Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id ECAF740BFD3 for ; Thu, 23 Sep 2010 00:39:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.818 X-Spam-Level: X-Spam-Status: No, score=-0.818 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.982] 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 0ZU1bkoIaU8V for ; Thu, 23 Sep 2010 00:39:19 -0700 (PDT) X-Greylist: delayed 529 seconds by postgrey-1.32 at olra; Thu, 23 Sep 2010 00:39:18 PDT Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id C18A240BDA3 for ; Thu, 23 Sep 2010 00:39:18 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id EFC7F2CF96; Thu, 23 Sep 2010 09:30:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=PlMQZS+9W8X+vGdtuyq5m/ 0e7ms=; b=X10fhAlsZ5cYYY1K7fVE/z72t28BiiRB7+oNmyVBjV7eu/xQXPR7tu tBzwztqjfIRtUVrJ4NfpKdqms+TgSsX7ZeFqZ7uGIBCpk5c1LtTGyIfxwsqXZlxx 0dvB5+6UEhR+xLZcAdli2TV+74p73Sq+bf3RvQxP4b7G0XzIIuYYU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=IW/Up6k5jw6eLTWC 0Q2+n4NALU9ccc20YCXkaqYDLL3pI8dQDGfB765Wa6qyDkpAdxneQPJKs8QJ/dSR JQ3pwDHwZRsoX3A5LLsyJhNIgv+B6RWtZGOg2qiDVRVUaa+ewzAdOhAi5sK0tX78 Cyw9rYrWLbLrgwvouc9y2A6BPP4= Received: from maillard.im (unknown [82.244.211.40]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Thu, 23 Sep 2010 09:30:24 +0200 (CEST) From: Xavier Maillard To: Daniel Goldin Subject: Re: notmuch-haskell In-Reply-To: References: User-Agent: Notmuch/0.3.1 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Thu, 23 Sep 2010 09:35:55 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard 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, 23 Sep 2010 07:39:30 -0000 On Sun, 19 Sep 2010 11:53:22 -0700, Daniel Goldin wrote: > Using emacs 23.1.1, notmuch 3.1-59. Here is relevant code from .emacs: [ SNIP] > (require 'smtpmail) > (setq send-mail-function 'smtpmail-send-it) > (setq message-send-mail-function 'smtpmail-send-it) Is `smtpmail-send-it' able to queue messages when SMTP server is unreachable ? If so, can this queue be automatically flushed when one send a new message successfully. I mean, all messages are queued *but* when one message passes, then, the whole queue is flushed. Cheers