diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-01 13:18:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-01 13:18:30 +0800 |
commit | 386386f94302daf4c6ca626453fd55d2fbfbe168 (patch) | |
tree | e1c5e8cbbbae5d75a639dfc6d7ed342267cca876 /mail/mail-display.c | |
parent | 70c9d1ce6afba17ffc1ae583ef40656959967b22 (diff) | |
download | gsoc2013-evolution-386386f94302daf4c6ca626453fd55d2fbfbe168.tar.gz gsoc2013-evolution-386386f94302daf4c6ca626453fd55d2fbfbe168.tar.zst gsoc2013-evolution-386386f94302daf4c6ca626453fd55d2fbfbe168.zip |
Don't setup a handler for multipart/digest. (handle_multipart_digest):
2002-08-01 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (setup_mime_tables): Don't setup a handler for
multipart/digest.
(handle_multipart_digest): Removed.
svn path=/trunk/; revision=17667
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r-- | mail/mail-display.c | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c index e2aa411744..3a934e1b75 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -1,14 +1,30 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * mail-display.c: Mail display widget + * Authors: Dan Winship <danw@ximian.com> + * Jeffrey Stedfast <fejj@ximian.com> + * Michael Zucchi <notzed@ximian.com> + * Miguel de Icaza <miguel@ximian.com> + * Larry Ewing <lewing@ximian.com> * - * Author: - * Miguel de Icaza - * Bertrand Guiheneuf (bg@aful.org) + * Copyright 2002 Ximian, Inc. (www.ximian.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. * - * (C) 2000 Ximian, Inc. */ + #ifdef HAVE_CONFIG_H #include <config.h> #endif |