diff options
author | Larry Ewing <lewing@ximian.com> | 2001-06-28 09:30:11 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-06-28 09:30:11 +0800 |
commit | ad31ac2c9e472dd03e537b7bc3008cd9c54842e8 (patch) | |
tree | a5281b0be461edf29633577ef42b71bfdc2789eb /ui/ChangeLog | |
parent | b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0 (diff) | |
download | gsoc2013-evolution-ad31ac2c9e472dd03e537b7bc3008cd9c54842e8.tar.gz gsoc2013-evolution-ad31ac2c9e472dd03e537b7bc3008cd9c54842e8.tar.zst gsoc2013-evolution-ad31ac2c9e472dd03e537b7bc3008cd9c54842e8.zip </* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Author : * Dan Winship <danw@helixcode.com> * * Copyright 2000, Helix Code, Inc. (http://www.helixcode.com) * * 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 Street #330, Boston, MA 02111-1307, USA. * */ #include <config.h> #include <stdlib.h> #include <string.h> #include <glib.h> #include <libgnomevfs/gnome-vfs-mime.h> #include <libgnomevfs/gnome-vfs-mime-sniff-buffer.h> #include "mail.h" /** * mail_identify_mime_part: * @part: a CamelMimePart |