Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 89 / fc4caec6fd63d9651e84c2a327a6e7899e2c03
1 Return-Path: <jeff@ocjtech.us>\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 DE219431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 12:11:28 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id WQbu7Le4YKZA for <notmuch@notmuchmail.org>;\r
11         Sat, 28 Nov 2009 12:11:28 -0800 (PST)\r
12 Received: from mail-yw0-f200.google.com (mail-yw0-f200.google.com\r
13         [209.85.211.200])\r
14         by olra.theworths.org (Postfix) with ESMTP id 4529B431FAE\r
15         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 12:11:28 -0800 (PST)\r
16 Received: by ywh38 with SMTP id 38so2211756ywh.6\r
17         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 12:11:28 -0800 (PST)\r
18 Received: by 10.91.159.22 with SMTP id l22mr3660962ago.9.1259439087824;\r
19         Sat, 28 Nov 2009 12:11:27 -0800 (PST)\r
20 Received: from max1.ocjtech.us ([69.57.47.215])\r
21         by mx.google.com with ESMTPS id 9sm1308304yxf.59.2009.11.28.12.11.27\r
22         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
23         Sat, 28 Nov 2009 12:11:27 -0800 (PST)\r
24 Received: from localhost ([127.0.0.1] helo=localhost.localdomain)\r
25         by max1.ocjtech.us with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69)\r
26         (envelope-from <jeff@ocjtech.us>)\r
27         id 1NETdd-0007Rb-Jn; Sat, 28 Nov 2009 14:11:25 -0600\r
28 From: "Jeffrey C. Ollie" <jeff@ocjtech.us>\r
29 To: Not Much Mail <notmuch@notmuchmail.org>\r
30 Date: Sat, 28 Nov 2009 14:11:16 -0600\r
31 Message-Id: <1259439076-28585-1-git-send-email-jeff@ocjtech.us>\r
32 X-Mailer: git-send-email 1.6.5.2\r
33 Subject: [notmuch] [PATCH] Remove unused notmuch_parse_date function\r
34         prototype.\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.12\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sat, 28 Nov 2009 20:11:29 -0000\r
48 \r
49 notmuch_parse_date is not implemented, so remove the unused function\r
50 prototype.\r
51 \r
52 Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>\r
53 ---\r
54  lib/notmuch-private.h |   12 ------------\r
55  1 files changed, 0 insertions(+), 12 deletions(-)\r
56 \r
57 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h\r
58 index d3f9a4c..ddf4cb6 100644\r
59 --- a/lib/notmuch-private.h\r
60 +++ b/lib/notmuch-private.h\r
61 @@ -330,18 +330,6 @@ void\r
62  _notmuch_message_add_reply (notmuch_message_t *message,\r
63                             notmuch_message_node_t *reply);\r
64  \r
65 -/* date.c */\r
66 -\r
67 -/* Parse an RFC 8222 date string to a time_t value.\r
68 - *\r
69 - * The tz_offset argument can be used to also obtain the time-zone\r
70 - * offset, (but can be NULL if the call is not interested in that).\r
71 - *\r
72 - * Returns 0 on error.\r
73 - */\r
74 -time_t\r
75 -notmuch_parse_date (const char *str, int *tz_offset);\r
76 -\r
77  /* sha1.c */\r
78  \r
79  char *\r
80 -- \r
81 1.6.5.2\r
82 \r