From: Carl Worth <cworth@cworth.org>
Date: Tue, 10 Nov 2009 00:13:59 +0000 (-0800)
Subject: Remove obsolete message.h.
X-Git-Tag: 0.1~551
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b2846c6a2a8aa4bae6dde50c8d678dd1fd8d3d94;p=obsolete%2Fnotmuch-old

Remove obsolete message.h.

This has been around but never used, and only became apparent now
that the other sources moved down into the lib sub-directory.
---

diff --git a/message.h b/message.h
deleted file mode 100644
index d0a34a10..00000000
--- a/message.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* message.h - Utility functions for parsing an email message for notmuch.
- *
- * Copyright © 2009 Carl Worth
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see http://www.gnu.org/licenses/ .
- *
- * Author: Carl Worth <cworth@cworth.org>
- */