blob: 6780f577d1bd23e641d5304a76dffc839a5e8984 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
2008-04-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #451976
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Try
to find text/html part in multipart/alternative when in normal mode.
2007-10-26 Kjartan Maraas <kmaraas@gnome.org>
* prefer-plain.c: (e_plugin_lib_enable):
Fix NULL vs. 0.
2007-10-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #487922
(Sometimes evolution does not recognize attachments)
* prefer-plain.c: (export_as_attachments): New helper function to
export message parts as attachments. This will traverse whole
hierarchy of message's parts in multipart message.
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
Use this function to export other parts as attachments.
2007-09-05 Sankar P <psankar@novell.com>
* prefer-plain.c: (e_plugin_lib_enable):
Fixes an invalid return type issue.
2007-08-27 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #431459
* prefer-plain.c: (e_plugin_lib_enable): Avoid reentrancy.
2007-08-16 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #350539
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
Ensures non-NULL part.
2007-08-05 Johnny Jacob <jjohnny@novell.com>
* Committed on behalf of Anand V M <avmuttagi@gmail.com>
** Fix for bug #428125
* prefer-plain.c: Added mnemonic for "Plain Text Mode" in
preferences
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-prefer-plain.eplug.xml:
Cleanup.
Fixes part of #301149
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* prefer-plain.c: (e_plugin_lib_enable): Don't leak the key.
2006-01-19 Andre Klapper <a9016009@gmx.de>
* org-gnome-prefer-plain.eplug.xml
changed "mails" to "emails". Fixes bug 325569.
2005-05-17 Not Zed <NotZed@Ximian.com>
* org-gnome-prefer-plain.eplug.xml: make it clear this is a demonstration only.
2005-05-12 Not Zed <NotZed@Ximian.com>
* Makefile.am: fix built_sources/cleanfiles.
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-prefer-plain.eplug.xml: s/.in/.xml/, fix i18n tags.
2005-02-13 Björn Torkelsson <torkel@acc.umu.se>
* org-gnome-prefer-plain.eplug.in: Added author and moved the
description to it's own tag.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* org-gnome-prefer-plain.eplug.in: Removed plugin from the name.
Added a . to the end of the description.
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist .eplug.in file
2004-10-21 Not Zed <NotZed@Ximian.com>
* prefer-plain.c (e_plugin_lib_enable): setup the right plugin
init function.
2004-10-20 Not Zed <NotZed@Ximian.com>
* Imported prefer-plain plugin.
|