[1;32m=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[1;33mRemember to set these environment varibles (such as your ~/.xinitrc):
[1;36m
export XMODIFIERS='@im=gcin'
export GTK_IM_MODULE=xim
# Finally, to start the GCIN input method daemon, use command:
exec gcin &
[1;32m=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=[0m
anty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see
*
*
* Authors:
* Jeffrey Stedfast
* Rodney Dawes
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*
*/
#ifndef EM_FOLDER_UTILS_H
#define EM_FOLDER_UTILS_H
#include
#include
#include
#include
G_BEGIN_DECLS
gint em_folder_utils_copy_folders (CamelStore *fromstore,
const gchar *frombase,
CamelStore *tostore,
const gchar *tobase,
gint delete);
/* FIXME These API's are really busted. There is no consistency and
* most rely on the wrong data. */
void em_folder_utils_copy_folder (GtkWindow *parent,
EMailBackend *backend,
const gchar *folder_uri,
gboolean delete);
void em_folder_utils_create_folder (GtkWindow *parent,
EMailBackend *backend,
EMFolderTree *emft,
const gchar *initial_uri);
const gchar * em_folder_utils_get_icon_name (guint32 flags);
G_END_DECLS
#endif /* EM_FOLDER_UTILS_H */
6.5.3
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)