From b2846c6a2a8aa4bae6dde50c8d678dd1fd8d3d94 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 9 Nov 2009 16:13:59 -0800 Subject: [PATCH 1/1] 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. --- message.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 message.h 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 - */ -- 2.43.0