From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5117F6DE098B for ; Thu, 29 Sep 2016 06:44:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.003 X-Spam-Level: X-Spam-Status: No, score=-0.003 tagged_above=-999 required=5 tests=[AWL=-0.133, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AS9hoBdH9DPj for ; Thu, 29 Sep 2016 06:44:10 -0700 (PDT) Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by arlo.cworth.org (Postfix) with ESMTPS id 945E36DE0944 for ; Thu, 29 Sep 2016 06:44:09 -0700 (PDT) Received: by mail-wm0-f67.google.com with SMTP id w84so10790418wmg.0 for ; Thu, 29 Sep 2016 06:44:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=IYqOED8+YfrjQLXqhRc8ohpEmmsVaclZ4P8HFQHvl9Q=; b=RWHNDeDZRqXBqO+Xa/xaHgYRgrdvlV9yzDWYZ1hXgwLy95prMx5Sg7pzUTpt5cFRqt BBGvwG/Q3w2GsgjLreLkt7e5ge7bttgHmy+wTYufUld2Hpk0ckiIAE2YD+y8YdG5Sdw5 XvbV4zQ3fCA3QR8b/KRqh+skQ0vnt9wr6By9l9oBhevryhUSafkAevLJX8BzEK2LvPd1 jg3arlhvc+Vctii95jcj/qQAaO4qEK4TTgrZhpGccGUf2RcRnqB6AF0qnf8SpxVT1WFs tichtmcC263Pe0PJmboVJ/jqEQ4fO0klx+z6SvjPECO48LNjvswv5ZqAxOsNlKS2wFc/ wXow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=IYqOED8+YfrjQLXqhRc8ohpEmmsVaclZ4P8HFQHvl9Q=; b=khIkc7U2QLMS1tTHGKuAv8zsxeofLgp4M8lsenE+Dqtm+1HfIw4fJ3259h5cFz8c7d RnA4v1DMIiPDvWH/uIOO+ZDuID62vqcWVkqJzWYcvfgRdYaOd53Vt1NYsfGZx0F5a8nL LH0TFKP9+2HZbnMGiOrAjexPPLPFsEFFDKlyOSr5qK7nZI5MOaTle9T+7c86eIRGjbux L2pHxbUMs7hb0Akm08nSmQIVCxeKQYaNFqfx/mwAm74nFlZx/D+4nRVgkZJJ8wLoQSvF DR4HHtjGkxNBUBq1cs49O63jCNj/HpUwlGKrgMi0gZPWIsJpfrpncbEWfzJ0gkhcuZbE BdIg== X-Gm-Message-State: AA6/9RkYSg6AHYLHRxm2VOnTFD/wirZFFwWIo6saycyWzOT/H4uKLhJ0mbRRtDOeeBvT6Q== X-Received: by 10.28.22.138 with SMTP id 132mr12659935wmw.7.1475156647491; Thu, 29 Sep 2016 06:44:07 -0700 (PDT) Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) by smtp.gmail.com with ESMTPSA id rk14sm14250289wjb.6.2016.09.29.06.44.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Sep 2016 06:44:06 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH] emacs: fcc: say we are doing Fcc Date: Thu, 29 Sep 2016 14:44:04 +0100 Message-Id: <1475156644-14479-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 2.1.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 29 Sep 2016 13:44:11 -0000 Since doing the Fcc with notmuch insert could be slow (if the indexing takes some time) add a message saying we are doing it. --- Jani pointed out on irc that if there is a delay in sending a message it is unclear if it is a slow mail server or notmuch insert being slow when called for the fcc header. (Note we don't say "done" when we are done as most message-mode code doesn't and the final "send done" should be the next message.) Best wishes Mark emacs/notmuch-maildir-fcc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el index 1218c01..40b1254 100644 --- a/emacs/notmuch-maildir-fcc.el +++ b/emacs/notmuch-maildir-fcc.el @@ -195,6 +195,7 @@ This is a rearranged version of message mode's message-do-fcc." If `notmuch-maildir-use-notmuch-insert` is set then store the message using notmuch insert. Otherwise store the message using normal fcc." + (message "Doing Fcc...") (if notmuch-maildir-use-notmuch-insert (notmuch-maildir-fcc-with-notmuch-insert fcc-header) (notmuch-maildir-fcc-file-fcc fcc-header))) -- 2.1.4