aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-09 16:13:59 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-09 16:24:09 -0800
commitb2846c6a2a8aa4bae6dde50c8d678dd1fd8d3d94 (patch)
treee6fa6af0366dc018089c31ac74682c25f690a46b
parent146549321044615d9aef2b30cedccda9c49f3f38 (diff)
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.
-rw-r--r--message.h19
1 files changed, 0 insertions, 19 deletions
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>
- */