claws-mail/src/edittags.h
Colin Leroy 72e57381b2 2007-07-16 [colin] 2.10.0cvs30
* src/edittags.c
	* src/edittags.h
	* src/mainwindow.c
	* src/summaryview.c
		Improve the tag interface - allow
		to set/unset tags from a special
		window.
	* src/gtk/gtkvscrollbutton.c
	* src/mimeview.c
	* src/mimeview.h
	* src/stock_pixmap.c
		Fix Mimeview's ugly hacks in the
		icon list.
2007-07-16 17:13:43 +00:00

30 lines
1,006 B
C

/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail team
*
* 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/>.
*
*/
#ifndef __EDITTAGS_H__
#define __EDITTAGS_H__
#include "mainwindow.h"
void prefs_tags_open(MainWindow *mainwin);
gint prefs_tags_create_new(MainWindow *mainwin);
void tag_apply_open(GSList *msglist);
#endif