claws-mail/src/message_search.h
Tristan Chabredier 263e398990 2006-02-15 [wwp] 2.0.0cvs55
* src/compose.c
	* src/compose.h
	* src/message_search.c
	* src/message_search.h
	* src/textview.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		added the ability to Find text in the compose window (and a bit
		of code factorization).
2006-02-15 15:21:49 +00:00

32 lines
1.1 KiB
C

/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2006 Hiroyuki Yamamoto and the Sylpheed-Claws 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 2 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef __MESSAGE_SEARCH_H__
#define __MESSAGE_SEARCH_H__
#include <glib.h>
#include "messageview.h"
#include "compose.h"
void message_search (MessageView *messageview);
void message_search_compose (Compose *compose);
#endif /* __MESSAGE_SEARCH_H__ */