commit 24bdc64fe9d6f1d826dfb06b1060db4afae779a5
parent 78ff756e7f5f7d232f6b947798226f0c9976d9ad
Author: Jean-Yves Lefort <jylefort@brutele.be>
Date: Thu, 18 Jan 2007 01:11:24 +1000
mail-notification-4.0
No major changes.
Diffstat:
106 files changed, 160 insertions(+), 140 deletions(-)
diff --git a/INSTALL b/INSTALL
@@ -11,9 +11,9 @@ Index
0. About this document
- $Id: INSTALL,v 1.20 2006/11/22 17:53:22 jylefort Exp $
+ $Id: INSTALL,v 1.21 2007/01/17 14:58:46 jylefort Exp $
- Copyright (C) 2003-2006 Jean-Yves Lefort.
+ Copyright (C) 2003-2007 Jean-Yves Lefort.
This document is part of Mail Notification.
It may be distributed under the same terms as Mail Notification.
diff --git a/NEWS b/NEWS
@@ -1,3 +1,7 @@
+4.0 January 17, 2007
+
+ No major changes.
+
4.0 Release Candidate 2 December 7, 2006
* Evolution changes:
diff --git a/README b/README
@@ -11,9 +11,9 @@ Index
0. About this document
- $Id: README,v 1.34 2006/11/22 17:56:46 jylefort Exp $
+ $Id: README,v 1.35 2007/01/17 14:58:46 jylefort Exp $
- Copyright (C) 2003-2006 Jean-Yves Lefort.
+ Copyright (C) 2003-2007 Jean-Yves Lefort.
This document is part of Mail Notification.
It may be distributed under the same terms as Mail Notification.
diff --git a/TRANSLATING b/TRANSLATING
@@ -16,9 +16,9 @@ Index
0. About this document
- $Id: TRANSLATING,v 1.4 2006/05/18 12:48:28 jylefort Exp $
+ $Id: TRANSLATING,v 1.5 2007/01/17 14:59:14 jylefort Exp $
- Copyright (C) 2005, 2006 Jean-Yves Lefort.
+ Copyright (C) 2005-2007 Jean-Yves Lefort.
This document is part of Mail Notification.
It may be distributed under the same terms as Mail Notification.
diff --git a/acinclude.m4 b/acinclude.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is part of Mail Notification.
# It may be distributed under the same terms as Mail Notification.
diff --git a/aclocal.m4 b/aclocal.m4
@@ -154,7 +154,8 @@ AC_SUBST($1)dnl
#-----------------
glib_DEFUN([GLIB_WITH_NLS],
dnl NLS is obligatory
- [USE_NLS=yes
+ [AC_REQUIRE([AC_CANONICAL_HOST])dnl
+ USE_NLS=yes
AC_SUBST(USE_NLS)
gt_cv_have_gettext=no
@@ -429,8 +430,10 @@ glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
glib_save_prefix="$prefix"
glib_save_exec_prefix="$exec_prefix"
+glib_save_datarootdir="$datarootdir"
test "x$prefix" = xNONE && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix=$prefix
+datarootdir=`eval echo "${datarootdir}"`
if test "x$CATOBJEXT" = "x.mo" ; then
localedir=`eval echo "${libdir}/locale"`
else
@@ -438,6 +441,7 @@ else
fi
prefix="$glib_save_prefix"
exec_prefix="$glib_save_exec_prefix"
+datarootdir="$glib_save_datarootdir"
AC_DEFINE_UNQUOTED($1, "$localedir",
[Define the location where the catalogs will be installed])
])
diff --git a/configure b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Mail Notification 4.0-rc2.
+# Generated by GNU Autoconf 2.59 for Mail Notification 4.0.
#
# Report bugs to <jylefort@brutele.be>.
#
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='Mail Notification'
PACKAGE_TARNAME='mail-notification'
-PACKAGE_VERSION='4.0-rc2'
-PACKAGE_STRING='Mail Notification 4.0-rc2'
+PACKAGE_VERSION='4.0'
+PACKAGE_STRING='Mail Notification 4.0'
PACKAGE_BUGREPORT='jylefort@brutele.be'
ac_unique_file="src/mn-main.c"
@@ -982,7 +982,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Mail Notification 4.0-rc2 to adapt to many kinds of systems.
+\`configure' configures Mail Notification 4.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1049,7 +1049,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Mail Notification 4.0-rc2:";;
+ short | recursive ) echo "Configuration of Mail Notification 4.0:";;
esac
cat <<\_ACEOF
@@ -1072,7 +1072,7 @@ Optional Features:
enable .sylpheed_mark locking
--enable-compile-warnings=no|yes|error
enable compiler warnings [no]
- --disable-debug disable assertions and cast checks
+ --enable-debug enable assertions and cast checks
--enable-regression-tests
build and run regression tests
--enable-maintainer-mode enable make rules and dependencies not useful
@@ -1228,7 +1228,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-Mail Notification configure 4.0-rc2
+Mail Notification configure 4.0
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1242,7 +1242,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Mail Notification $as_me 4.0-rc2, which was
+It was created by Mail Notification $as_me 4.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1859,7 +1859,7 @@ echo "$as_me: error: bad value $enableval for --enable-debug" >&2;}
{ (exit 1); exit 1; }; } ;;
esac
else
- enable_debug=yes
+ enable_debug=no
fi;
if test $enable_debug = no; then
@@ -2275,7 +2275,7 @@ fi
# Define the identity of the package.
PACKAGE='mail-notification'
- VERSION='4.0-rc2'
+ VERSION='4.0'
cat >>confdefs.h <<_ACEOF
@@ -19166,7 +19166,7 @@ _ACEOF
fi
fi
- USE_NLS=yes
+ USE_NLS=yes
gt_cv_have_gettext=no
@@ -24732,7 +24732,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by Mail Notification $as_me 4.0-rc2, which was
+This file was extended by Mail Notification $as_me 4.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -24795,7 +24795,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-Mail Notification config.status 4.0-rc2
+Mail Notification config.status 4.0
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Mail Notification], 4.0-rc2, jylefort@brutele.be)
+AC_INIT([Mail Notification], 4.0, jylefort@brutele.be)
AC_CONFIG_SRCDIR(src/mn-main.c)
AC_PREREQ(2.59)
@@ -23,7 +23,7 @@ MN_ARG_ENABLE(sylpheed, [disable Sylpheed support])
MN_ARG_ENABLE(sylpheed-locking, [enable .sylpheed_mark locking], no)
MN_ARG_COMPILE_WARNINGS
-MN_ARG_DEBUG(yes)
+MN_ARG_DEBUG(no)
MN_ARG_ENABLE(regression-tests, [build and run regression tests], no)
### initialization
diff --git a/help/C/mail-notification-C.omf b/help/C/mail-notification-C.omf
@@ -12,9 +12,9 @@
Mail Notification Manual
</title>
<date>
- 2006-12-07
+ 2007-01-17
</date>
- <version identifier="2.17" date="2006-12-07" description="Version 2.17"/>
+ <version identifier="2.18" date="2007-01-17" description="Version 2.18"/>
<subject category="GNOME|Internet"/>
<description>
Mail Notification Manual
diff --git a/help/C/mail-notification.xml b/help/C/mail-notification.xml
@@ -2,9 +2,9 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY app "<application>Mail Notification</application>">
- <!ENTITY appversion "4.0 Release Candidate 2">
- <!ENTITY manrevision "2.17">
- <!ENTITY date "Thursday, December 7, 2006">
+ <!ENTITY appversion "4.0">
+ <!ENTITY manrevision "2.18">
+ <!ENTITY date "Wednesday, January 17, 2007">
<!ENTITY project "The Mail Notification Project">
@@ -27,10 +27,10 @@
<!ENTITY gnomevfs "<link linkend="gnomevfs">GnomeVFS</link>">
]>
-<!-- $Id: mail-notification.xml,v 1.149 2006/12/07 10:12:08 jylefort Exp $ -->
+<!-- $Id: mail-notification.xml,v 1.150 2007/01/17 14:54:22 jylefort Exp $ -->
<!-- Mail Notification Manual -->
-<!-- Copyright (C) 2003-2006 Jean-Yves Lefort -->
+<!-- Copyright (C) 2003-2007 Jean-Yves Lefort -->
<!-- All rights reserved. -->
<!-- Redistribution and use in source (SGML DocBook) and 'compiled' -->
@@ -75,6 +75,7 @@
<year>2004</year>
<year>2005</year>
<year>2006</year>
+ <year>2007</year>
<holder>Jean-Yves Lefort</holder>
</copyright>
<!-- translators: uncomment this:
@@ -137,6 +138,17 @@
</revdescription>
</revision>
<revision>
+ <revnumber>Mail Notification Manual V2.17</revnumber>
+ <date>Thursday, December 7, 2006</date>
+ <revdescription>
+ <para role="author">
+ Jean-Yves Lefort
+ <email>jylefort@brutele.be</email>
+ </para>
+ <para role="publisher">&project;</para>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>Mail Notification Manual V2.16</revnumber>
<date>Monday, November 27, 2006</date>
<revdescription>
diff --git a/po/bg.po b/po/bg.po
@@ -1,5 +1,5 @@
# Bulgarian translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
diff --git a/po/ca.po b/po/ca.po
@@ -1,5 +1,5 @@
# Catalan translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
diff --git a/po/cs.po b/po/cs.po
@@ -1,5 +1,5 @@
# Czech translation for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
@@ -8,10 +8,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mail-notification 4.0-rc2\n"
+"Project-Id-Version: mail-notification 4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-28 10:45+0100\n"
-"PO-Revision-Date: 2006-12-07 11:05+0100\n"
+"PO-Revision-Date: 2007-01-17 16:00+0100\n"
"Last-Translator: Pav Lucistnik <pav@FreeBSD.org>\n"
"Language-Team: Pav Lucistnik <pav@FreeBSD.org>\n"
"MIME-Version: 1.0\n"
diff --git a/po/de.po b/po/de.po
@@ -1,5 +1,5 @@
# German translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
diff --git a/po/fr.po b/po/fr.po
@@ -1,5 +1,5 @@
# French translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
@@ -8,10 +8,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mail-notification 4.0-rc2\n"
+"Project-Id-Version: mail-notification 4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-07 10:59+0100\n"
-"PO-Revision-Date: 2006-12-07 11:05+0100\n"
+"PO-Revision-Date: 2007-01-17 16:02+0100\n"
"Last-Translator: Jean-Yves Lefort <jylefort@brutele.be>\n"
"Language-Team: Jean-Yves Lefort <jylefort@brutele.be>\n"
"MIME-Version: 1.0\n"
diff --git a/po/ja.po b/po/ja.po
@@ -1,5 +1,5 @@
# Japanese translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
diff --git a/po/nl.po b/po/nl.po
@@ -1,5 +1,5 @@
# Dutch translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
@@ -8,10 +8,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mail-notification 4.0-rc2\n"
+"Project-Id-Version: mail-notification 4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-27 22:02+0100\n"
-"PO-Revision-Date: 2006-12-07 11:07+0100\n"
+"PO-Revision-Date: 2007-01-17 16:02+0100\n"
"Last-Translator: Marcel J. Zwiebel <mj.zwiebel@nonux.nl>\n"
"Language-Team: Marcel J. Zwiebel <mj.zwiebel@nonux.nl>\n"
"MIME-Version: 1.0\n"
diff --git a/po/pl.po b/po/pl.po
@@ -1,5 +1,5 @@
# Polish translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
diff --git a/po/pt.po b/po/pt.po
@@ -1,5 +1,5 @@
# Portuguese translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
diff --git a/po/pt_BR.po b/po/pt_BR.po
@@ -1,5 +1,5 @@
# Brazilian Portuguese translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
@@ -8,10 +8,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mail-notification 4.0-rc2\n"
+"Project-Id-Version: mail-notification 4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-28 13:34-0200\n"
-"PO-Revision-Date: 2006-12-07 11:08+0100\n"
+"PO-Revision-Date: 2007-01-17 16:02+0100\n"
"Last-Translator: Claudio André <claudio.andre@correios.net.br>\n"
"Language-Team: Claudio André <claudio.andre@correios.net.br>\n"
"MIME-Version: 1.0\n"
diff --git a/po/ru.po b/po/ru.po
@@ -1,5 +1,5 @@
# Russian translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
diff --git a/po/sr.po b/po/sr.po
@@ -1,5 +1,5 @@
# Serbian translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
@@ -11,10 +11,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mail-notification 4.0-rc2\n"
+"Project-Id-Version: mail-notification 4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-28 00:14+0100\n"
-"PO-Revision-Date: 2006-12-07 11:04+0100\n"
+"PO-Revision-Date: 2007-01-17 16:03+0100\n"
"Last-Translator: Филип Милетић <filmil@gmail.com>\n"
"Language-Team: Serbian (sr) <gnu@prevod.org>\n"
"MIME-Version: 1.0\n"
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
@@ -1,5 +1,5 @@
# Serbian translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
@@ -11,10 +11,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mail-notification 4.0-rc2\n"
+"Project-Id-Version: mail-notification 4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-11-28 00:14+0100\n"
-"PO-Revision-Date: 2006-12-07 11:05+0100\n"
+"PO-Revision-Date: 2007-01-17 16:03+0100\n"
"Last-Translator: Filip Miletić <filmil@gmail.com>\n"
"Language-Team: Serbian (sr) <gnu@prevod.org>\n"
"MIME-Version: 1.0\n"
diff --git a/po/sv.po b/po/sv.po
@@ -1,5 +1,5 @@
# Swedish translations for mail-notification.
-# Copyright (C) 2003-2006 Jean-Yves Lefort.
+# Copyright (C) 2003-2007 Jean-Yves Lefort.
#
# This file is distributed under the same license as the
# mail-notification package.
diff --git a/src/GNOME_MailNotification.idl b/src/GNOME_MailNotification.idl
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/GNOME_MailNotification_Evolution.idl b/src/GNOME_MailNotification_Evolution.idl
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-about-dialog.c b/src/mn-about-dialog.c
@@ -127,7 +127,7 @@ mn_about_dialog_init (MNAboutDialog * self G_GNUC_UNUSED)
GdkPixbuf *logo;
gtk_about_dialog_set_version(about, VERSION);
- gtk_about_dialog_set_copyright(about, "Copyright \302\251 2003-2006 Jean-Yves Lefort");
+ gtk_about_dialog_set_copyright(about, "Copyright \302\251 2003-2007 Jean-Yves Lefort");
/* translators: header capitalization */
gtk_about_dialog_set_comments(about, _("A Mail Notification Icon"));
gtk_about_dialog_set_website(about, "http://www.nongnu.org/mailnotify");
diff --git a/src/mn-about-dialog.gob b/src/mn-about-dialog.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
@@ -45,7 +45,7 @@ class MN:About:Dialog from Gtk:About:Dialog
GdkPixbuf *logo;
gtk_about_dialog_set_version(about, VERSION);
- gtk_about_dialog_set_copyright(about, "Copyright \302\251 2003-2006 Jean-Yves Lefort");
+ gtk_about_dialog_set_copyright(about, "Copyright \302\251 2003-2007 Jean-Yves Lefort");
/* translators: header capitalization */
gtk_about_dialog_set_comments(about, _("A Mail Notification Icon"));
gtk_about_dialog_set_website(about, "http://www.nongnu.org/mailnotify");
diff --git a/src/mn-auth-combo-box.gob b/src/mn-auth-combo-box.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-authenticated-mailbox-properties.gob b/src/mn-authenticated-mailbox-properties.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-authenticated-mailbox.gob b/src/mn-authenticated-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-autodetect-mailbox-properties.gob b/src/mn-autodetect-mailbox-properties.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-automation.gob b/src/mn-automation.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-base-mbox-mailbox-backend.gob b/src/mn-base-mbox-mailbox-backend.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-blinking-image.gob b/src/mn-blinking-image.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-bonobo-unknown.gob b/src/mn-bonobo-unknown.gob
@@ -3,7 +3,7 @@
* monitoring.
*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-client-session.c b/src/mn-client-session.c
@@ -16,7 +16,7 @@
*
*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-client-session.h b/src/mn-client-session.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-compact-message-view.gob b/src/mn-compact-message-view.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-conf.c b/src/mn-conf.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-conf.h b/src/mn-conf.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-custom-vfs-mailbox.gob b/src/mn-custom-vfs-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-dialog.gob b/src/mn-dialog.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-evolution-folder-tree-control.gob b/src/mn-evolution-folder-tree-control.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-evolution-glue-client.c b/src/mn-evolution-glue-client.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-evolution-glue-client.h b/src/mn-evolution-glue-client.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-evolution-glue.gob b/src/mn-evolution-glue.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-evolution-mailbox-properties.gob b/src/mn-evolution-mailbox-properties.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-evolution-mailbox.gob b/src/mn-evolution-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-evolution-message.gob b/src/mn-evolution-message.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-evolution-plugin.c b/src/mn-evolution-plugin.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-evolution.h b/src/mn-evolution.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-gmail-mailbox-properties.gob b/src/mn-gmail-mailbox-properties.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-gmail-mailbox.gob b/src/mn-gmail-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-gmime-stream-vfs.gob b/src/mn-gmime-stream-vfs.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-imap-mailbox-properties.gob b/src/mn-imap-mailbox-properties.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-imap-mailbox.gob b/src/mn-imap-mailbox.gob
@@ -8,7 +8,7 @@
* - RFC 2192 (subset)
*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-locked-callback.c b/src/mn-locked-callback.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-locked-callback.h b/src/mn-locked-callback.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-mail-icon.gob b/src/mn-mail-icon.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-mailbox-properties-dialog.gob b/src/mn-mailbox-properties-dialog.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-mailbox-properties.gob b/src/mn-mailbox-properties.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-mailbox-view.gob b/src/mn-mailbox-view.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-mailbox.gob b/src/mn-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-mailboxes.gob b/src/mn-mailboxes.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-maildir-mailbox-backend.gob b/src/mn-maildir-mailbox-backend.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-main.c b/src/mn-main.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
@@ -140,7 +140,7 @@ mn_main_print_version (void)
};
g_print(_("%s version %s\n"), _("Mail Notification"), VERSION);
- g_print("Copyright (C) 2003-2006 Jean-Yves Lefort.\n");
+ g_print("Copyright (C) 2003-2007 Jean-Yves Lefort.\n");
g_print("\n");
diff --git a/src/mn-mbox-mailbox-backend.gob b/src/mn-mbox-mailbox-backend.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-message-mime.c b/src/mn-message-mime.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-message-mime.h b/src/mn-message-mime.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-message-view.gob b/src/mn-message-view.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-message.gob b/src/mn-message.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-mh-mailbox-backend.gob b/src/mn-mh-mailbox-backend.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-mozilla-mailbox-backend.gob b/src/mn-mozilla-mailbox-backend.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-pi-mailbox-properties.gob b/src/mn-pi-mailbox-properties.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-pi-mailbox.gob b/src/mn-pi-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-pop3-mailbox-properties.gob b/src/mn-pop3-mailbox-properties.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-pop3-mailbox.gob b/src/mn-pop3-mailbox.gob
@@ -10,7 +10,7 @@
* - RFC 2384
*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-popup.gob b/src/mn-popup.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-popups.gob b/src/mn-popups.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-properties-dialog.gob b/src/mn-properties-dialog.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-reentrant-mailbox.gob b/src/mn-reentrant-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-sasl.c b/src/mn-sasl.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-sasl.h b/src/mn-sasl.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-shell.gob b/src/mn-shell.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-ssl.c b/src/mn-ssl.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-ssl.h b/src/mn-ssl.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-standard-message-view.gob b/src/mn-standard-message-view.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-stock.c b/src/mn-stock.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-stock.h b/src/mn-stock.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-sylpheed-mailbox-backend.gob b/src/mn-sylpheed-mailbox-backend.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-system-vfs-mailbox-properties.gob b/src/mn-system-vfs-mailbox-properties.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-system-vfs-mailbox.gob b/src/mn-system-vfs-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-test-mailbox.gob b/src/mn-test-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-text-table.gob b/src/mn-text-table.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-tooltips.gob b/src/mn-tooltips.gob
@@ -6,7 +6,7 @@
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-util.c b/src/mn-util.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-util.h b/src/mn-util.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-vfs-mailbox-backend.gob b/src/mn-vfs-mailbox-backend.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-vfs-mailbox.gob b/src/mn-vfs-mailbox.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-vfs-message.gob b/src/mn-vfs-message.gob
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-vfs.c b/src/mn-vfs.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-vfs.h b/src/mn-vfs.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-xml.c b/src/mn-xml.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/src/mn-xml.h b/src/mn-xml.h
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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
diff --git a/tests/test-vfs-read-line.c b/tests/test-vfs-read-line.c
@@ -1,6 +1,6 @@
/*
* Mail Notification
- * Copyright (C) 2003-2006 Jean-Yves Lefort <jylefort@brutele.be>
+ * Copyright (C) 2003-2007 Jean-Yves Lefort <jylefort@brutele.be>
*
* 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