blob: c3d927f10583ed29a19f3bd64fd2c6cba1f9a072 (
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
|
2008-09-02 Paul Bolle <pebolle@tiscali.nl>
** Fixes bug #550415
* mark-all-read.c (mar_got_folder): Do not leak an CamelFolderInfo.
Slightly change handling of CamelException.
2008-08-27 Sankar P <psankar@novell.com>
License Changes
* mark-all-read.c:
2008-08-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #530402
* mark-all-read.c (prompt_user):
Improve dialog wording, and don't use a window title (HIG).
2008-05-16 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #514383
* mark-all-read.c: Add a Cancel button.
2007-12-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #362638
* mark-all-read.c:
Use the new MailMsg API for messages.
2007-11-18 Gilles Dartiguelongue <gdartigu@svn.gnome.org>
** Fix bug #495875
* org-gnome-mark-all-read.eplug.xml:
right click menu reordering
2007-11-05 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #492102
* org-gnome-mark-all-read.eplug.xml: Use mail-mark-read icon.
2007-05-14 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #325965 from Ilkka Tuohela
* mark-all-read.c: (mar_got_folder):
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
* org-gnome-mark-all-read.eplug.xml:
Cleanup.
Fixes part of #301149
2007-03-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
2006-07-04 Karsten Bräckelmann <guenther@rudersport.de>
* org-gnome-mark-all-read.eplug.xml: Using proper header
capitalization for the menu entry. Fixes bug #318755.
2005-12-25 Funda Wang <fundawang@linux.net.cn>
* Makefile.am: Mark this plugin as translatable (bug#301149).
2005-12-12 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am: Fix make-clean issues.
2005-12-07 Funda Wang <fundawang@linux.net.cn>
* org-gnome-mark-all-read.eplug.in: i18nlized.
2005-06-27 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries.
2005-06-18 Tor Lillqvist <tml@novell.com>
* org-gnome-mark-all-read.eplug.in: Use SOEXT.
2005-05-19 Chenthill Palanisamy <pchenthill@novell.com>
* MakeFile.am:
* org-gnome-send-options.eplug.in: Plugin file to add
the Mark all Messages read menu item.
* send-options.c: Contains methods to mark messages as read.
|