claws-mail/src/prefs_folder_column.h
Colin Leroy d8f6b0fd77 2005-08-05 [colin] 1.9.13cvs16
* src/Makefile.am
	* src/prefs_folder_column.c
	* src/prefs_folder_column.h
		Add prefs for folder columns
	* src/folderview.c
	* src/folderview.h
	* src/mainwindow.c
	* src/mainwindow.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_summaries.c
		Use them
	* src/prefs_summary_column.c
	* src/summaryview.c
	* src/summaryview.h
		Add a To column
	* src/textview.c
	* src/common/utils.c
	* src/common/utils.h
		Move uri colourisation functions
		to utils
	* src/compose.c
		Colourise URIs
	* src/imap.c
		Fix bug with LIST where we'd try
		to get Folder//////[...]///
2005-08-05 19:57:42 +00:00

30 lines
1.1 KiB
C

/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2005 Hiroyuki Yamamoto & 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef __PREFS_FOLDER_COLUMN_H__
#define __PREFS_FOLDER_COLUMN_H__
#include "folderview.h"
void prefs_folder_column_open(void);
FolderColumnState *prefs_folder_column_get_config(void);
void prefs_folder_column_set_config(FolderColumnState *state);
#endif /* __PREFS_FOLDER_COLUMN_H__ */