Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 18 / 253a8738bef96a9ef6eab7783999adae058732
1 Return-Path: <richardmurri@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id F231F429E25\r
6         for <notmuch@notmuchmail.org>; Mon,  1 Aug 2011 10:19:29 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id EFDioXVIHdHt for <notmuch@notmuchmail.org>;\r
17         Mon,  1 Aug 2011 10:19:29 -0700 (PDT)\r
18 Received: from mail-pz0-f41.google.com (mail-pz0-f41.google.com\r
19         [209.85.210.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 800CD431FB6\r
22         for <notmuch@notmuchmail.org>; Mon,  1 Aug 2011 10:19:29 -0700 (PDT)\r
23 Received: by pzk4 with SMTP id 4so11955255pzk.28\r
24         for <notmuch@notmuchmail.org>; Mon, 01 Aug 2011 10:12:40 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:user-agent:date:message-id:mime-version\r
27         :content-type; bh=GL/KOaoBmz2WkvhVXY9X1c4JP+zXRsUKRjfikFei+eI=;\r
28         b=UKklo2KAOViohdAvlbXWinX4yOJ4Olp3il/JyRuArOu3LrzKthkdph5WXC7uptbO+t\r
29         X/rv00H4qf2QNjUqGGI+vEnX9bJudrmfnyXWYFTqJGotDdVMcuVVdLpXkKj1WTHhQQ/P\r
30         d8gPjhFhXqSzoaaVCNGWGxW1OZC1XYKw/3kjU=\r
31 Received: by 10.68.58.225 with SMTP id u1mr7032195pbq.403.1312218759994;\r
32         Mon, 01 Aug 2011 10:12:39 -0700 (PDT)\r
33 Received: from localhost ([208.187.197.85])\r
34         by mx.google.com with ESMTPS id e6sm5730631pbm.71.2011.08.01.10.12.37\r
35         (version=TLSv1/SSLv3 cipher=OTHER);\r
36         Mon, 01 Aug 2011 10:12:38 -0700 (PDT)\r
37 From: richardmurri@gmail.com\r
38 To: notmuch@notmuchmail.org\r
39 Subject: Fix for emacs 24\r
40 User-Agent: Notmuch/0.6.1-73-g20aa9b1 (http://notmuchmail.org) Emacs/24.0.50.1\r
41         (i686-pc-linux-gnu)\r
42 Message-ID: <877h6x6oor.fsf@veracitynetworks.com>\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain\r
45 X-Mailman-Approved-At: Wed, 24 Aug 2011 16:29:30 -0700\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 Date: Mon, 01 Aug 2011 17:19:30 -0000\r
59 X-Original-Date: Mon, 01 Aug 2011 11:12:36 -0600\r
60 X-List-Received-Date: Mon, 01 Aug 2011 17:19:30 -0000\r
61 \r
62 \r
63 >From c034e4567dc08f81708f6ab8ac974c9b8b83a508 Mon Sep 17 00:00:00 2001\r
64 Date: Mon, 1 Aug 2011 10:48:31 -0600\r
65 Subject: [PATCH] Update for emacs 24.\r
66 \r
67 Emacs added another parameter to the send mail functions.  This caused\r
68 emacs to error out.\r
69 ---\r
70  emacs/notmuch-mua.el |    3 ++-\r
71  1 files changed, 2 insertions(+), 1 deletions(-)\r
72 \r
73 diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
74 index 274c5da..808e184 100644\r
75 --- a/emacs/notmuch-mua.el\r
76 +++ b/emacs/notmuch-mua.el\r
77 @@ -125,7 +125,8 @@ list."\r
78    (message-goto-to))\r
79  \r
80  (defun notmuch-mua-mail (&optional to subject other-headers continue\r
81 -                                  switch-function yank-action send-actions)\r
82 +                                  switch-function yank-action send-actions\r
83 +                                  return-action)\r
84    "Invoke the notmuch mail composition window."\r
85    (interactive)\r
86  \r
87 -- \r
88 1.7.6\r
89 \r
90 \r