Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 2f / 0cd182b3a3838e3ce56fd624a662bdb510ff77
1 Return-Path: <jani@nikula.org>\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 31BF4431FBD\r
6         for <notmuch@notmuchmail.org>; Fri, 10 Jan 2014 12:23:24 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id AEfWcf1usgDL for <notmuch@notmuchmail.org>;\r
16         Fri, 10 Jan 2014 12:23:17 -0800 (PST)\r
17 Received: from mail-ea0-f169.google.com (mail-ea0-f169.google.com\r
18         [209.85.215.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 7719F431FBC\r
21         for <notmuch@notmuchmail.org>; Fri, 10 Jan 2014 12:23:17 -0800 (PST)\r
22 Received: by mail-ea0-f169.google.com with SMTP id l9so1903471eaj.0\r
23         for <notmuch@notmuchmail.org>; Fri, 10 Jan 2014 12:23:14 -0800 (PST)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27         bh=CMimnpmKVYUsWWlatOtUZAxjYGcprcbGYgTw5jxb7us=;\r
28         b=RIgwzpsGgPu98rEfn4b+0EEEeMA1qh/+Ccn+BcQXQF14bgDBnXtX5+xtOnCsufybat\r
29         lkbaM3wCTvuOUxJouwUEK0ZBqkE/pcrD4JAcQxZOiv83KDIJkUsczZZ1V4br5AAdoCOl\r
30         Pbj4MuCRP/Dx+1f5oFpFS+gVFhYfm8jmFc/zivf2iAxdj07WNRVo+23htJUrG561KP8Q\r
31         XhNHR1i6gpyKkEgktDMqNy4FeUP7qszjeV+D9h2gQfSBpODGFjUhKXaq+QacKHwTpuTM\r
32         XOvHpg60cZlNj0/vkbtM7NAUcZbnEW7fPzbBbosfVcgES8ME4OSxY0Dl82VLc1ogR/Qx\r
33         YT9w==\r
34 X-Gm-Message-State:\r
35  ALoCoQmkwJtVFvH7S3r28Tr2Gyx93+bifS/VClHrMKxV60gHqMtQbgUYI71LTnsbVjR87eF8tdIv\r
36 X-Received: by 10.15.52.73 with SMTP id o49mr11960335eew.60.1389385393520;\r
37         Fri, 10 Jan 2014 12:23:13 -0800 (PST)\r
38 Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi.\r
39         [88.195.111.91])\r
40         by mx.google.com with ESMTPSA id p45sm17318129eeg.1.2014.01.10.12.23.11\r
41         for <multiple recipients>\r
42         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
43         Fri, 10 Jan 2014 12:23:12 -0800 (PST)\r
44 From: Jani Nikula <jani@nikula.org>\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH] cli: initialize quiet variable in compact\r
47 Date: Fri, 10 Jan 2014 22:23:09 +0200\r
48 Message-Id: <1389385389-1005-1-git-send-email-jani@nikula.org>\r
49 X-Mailer: git-send-email 1.8.5.2\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Fri, 10 Jan 2014 20:23:24 -0000\r
63 \r
64 Surprisingly there's no compiler warning!\r
65 ---\r
66  notmuch-compact.c | 2 +-\r
67  1 file changed, 1 insertion(+), 1 deletion(-)\r
68 \r
69 diff --git a/notmuch-compact.c b/notmuch-compact.c\r
70 index 8b820c0..6c59093 100644\r
71 --- a/notmuch-compact.c\r
72 +++ b/notmuch-compact.c\r
73 @@ -32,7 +32,7 @@ notmuch_compact_command (notmuch_config_t *config, int argc, char *argv[])\r
74      const char *path = notmuch_config_get_database_path (config);\r
75      const char *backup_path = NULL;\r
76      notmuch_status_t ret;\r
77 -    notmuch_bool_t quiet;\r
78 +    notmuch_bool_t quiet = FALSE;\r
79      int opt_index;\r
80  \r
81      notmuch_opt_desc_t options[] = {\r
82 -- \r
83 1.8.5.2\r
84 \r