--- /dev/null
+Return-Path: <maufl@maufl.de>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 625376DE100F\r
+ for <notmuch@notmuchmail.org>; Fri, 10 Jul 2015 13:13:26 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.55\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.55 tagged_above=-999 required=5\r
+ tests=[RP_MATCHES_RCVD=-0.55] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id J6VvTxMPJ_lq for <notmuch@notmuchmail.org>;\r
+ Fri, 10 Jul 2015 13:13:24 -0700 (PDT)\r
+X-Greylist: delayed 419 seconds by postgrey-1.35 at arlo;\r
+ Fri, 10 Jul 2015 13:13:23 PDT\r
+Received: from web.maufl.de (web.maufl.de [185.15.245.185])\r
+ by arlo.cworth.org (Postfix) with ESMTP id EA6396DE0C66\r
+ for <notmuch@notmuchmail.org>; Fri, 10 Jul 2015 13:13:23 -0700 (PDT)\r
+Received: from [192.168.2.103] (x5f726607.dyn.telefonica.de [95.114.102.7])\r
+ by web.maufl.de (Postfix) with ESMTPSA id 0D19A1E1893\r
+ for <notmuch@notmuchmail.org>; Fri, 10 Jul 2015 22:05:17 +0200 (CEST)\r
+To: notmuch@notmuchmail.org\r
+From: Felix Konstantin Maurer <maufl@maufl.de>\r
+Subject: Emacs: notmuch-mua-mail throws error if notmuch-fcc-dirs does not\r
+ exist\r
+X-Enigmail-Draft-Status: N1110\r
+Message-ID: <55A025BD.2090105@maufl.de>\r
+Date: Fri, 10 Jul 2015 22:06:21 +0200\r
+User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101\r
+ Thunderbird/38.0.1\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: 7bit\r
+X-Mailman-Approved-At: Fri, 10 Jul 2015 13:15:05 -0700\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Fri, 10 Jul 2015 20:13:26 -0000\r
+\r
+Hi,\r
+\r
+I had a problem where creating a reply from a message would not include\r
+the quoted original body in the emacs notmuch client. I now found out\r
+what the problem was.\r
+\r
+What would happen:\r
+>From a search in notmuch, I would open a thread.\r
+In the read I would hit "r" or "R" to reply.\r
+A new buffer would open, containing all headers and the "--text .." line.\r
+The headers included an FCC header to a non existing sent folder.\r
+I would be asked whether I want to create that folder but would decline.\r
+Then I would be in the message buffer but without a quoted body.\r
+\r
+What seemed to be the problem:\r
+In notmuch-mua-mail the message-mail function is called, which asked me\r
+about the folder. When I declined to create the folder, it returned an\r
+error "Message not sent".\r
+The rest of notmuch-mua-mail was not executed anymore, and also the rest\r
+of notmuch-mua-reply.\r
+\r
+I fixed it by setting notmuch-fcc-dirs to nil.\r
+This is good for me, but might bite somebody else at some point.\r
+\r
+I'm quite new to emacs and don't know much elisp. I hope my findings are\r
+correct.\r
+Maybe somebody with more experience can confirm this problem and propose\r
+a good fix.\r
+\r
+Regards\r
+Felix\r