aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-30 06:13:34 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-30 06:13:34 +0800
commitd938232d3ce8c76d3296437710aedbb401fba7f2 (patch)
tree992f2c28702a0cd24f4ddda25eaa1fc838b93543
parent68a9dad22b742e3034eea24a57a0e7fad3356201 (diff)
downloadgsoc2013-evolution-d938232d3ce8c76d3296437710aedbb401fba7f2.tar
gsoc2013-evolution-d938232d3ce8c76d3296437710aedbb401fba7f2.tar.gz
gsoc2013-evolution-d938232d3ce8c76d3296437710aedbb401fba7f2.tar.bz2
gsoc2013-evolution-d938232d3ce8c76d3296437710aedbb401fba7f2.tar.lz
gsoc2013-evolution-d938232d3ce8c76d3296437710aedbb401fba7f2.tar.xz
gsoc2013-evolution-d938232d3ce8c76d3296437710aedbb401fba7f2.tar.zst
gsoc2013-evolution-d938232d3ce8c76d3296437710aedbb401fba7f2.zip
Address update
svn path=/trunk/; revision=1147
-rw-r--r--ChangeLog4
-rw-r--r--MAINTAINERS2
-rw-r--r--camel/README.HACKING2
-rw-r--r--camel/camel-data-wrapper.h2
-rw-r--r--camel/camel-folder.c2
-rw-r--r--camel/camel-folder.h2
-rw-r--r--camel/camel-log.c2
-rw-r--r--camel/camel-log.h2
-rw-r--r--camel/camel-medium.c2
-rw-r--r--camel/camel-medium.h2
-rw-r--r--camel/camel-mime-body-part.c2
-rw-r--r--camel/camel-mime-body-part.h2
-rw-r--r--camel/camel-mime-message.c2
-rw-r--r--camel/camel-mime-message.h2
-rw-r--r--camel/camel-mime-part-utils.c2
-rw-r--r--camel/camel-mime-part-utils.h2
-rw-r--r--camel/camel-mime-part.c2
-rw-r--r--camel/camel-mime-part.h2
-rw-r--r--camel/camel-multipart.c2
-rw-r--r--camel/camel-multipart.h2
-rw-r--r--camel/camel-provider.h2
-rw-r--r--camel/camel-service.c2
-rw-r--r--camel/camel-service.h2
-rw-r--r--camel/camel-session.c2
-rw-r--r--camel/camel-session.h2
-rw-r--r--camel/camel-simple-data-wrapper.c2
-rw-r--r--camel/camel-simple-data-wrapper.h2
-rw-r--r--camel/camel-store.c2
-rw-r--r--camel/camel-store.h2
-rw-r--r--camel/camel-stream-buffered-fs.c2
-rw-r--r--camel/camel-stream-buffered-fs.h2
-rw-r--r--camel/camel-stream-fs.c2
-rw-r--r--camel/camel-stream-fs.h2
-rw-r--r--camel/camel-stream-mem.c2
-rw-r--r--camel/camel-stream-mem.h2
-rw-r--r--camel/camel-stream.c2
-rw-r--r--camel/camel-stream.h2
-rw-r--r--camel/gmime-content-field.c2
-rw-r--r--camel/gmime-content-field.h2
-rw-r--r--camel/gmime-rfc2047.c2
-rw-r--r--camel/gmime-rfc2047.h2
-rw-r--r--camel/gmime-utils.c2
-rw-r--r--camel/gmime-utils.h2
-rw-r--r--camel/gstring-util.c2
-rw-r--r--camel/gstring-util.h2
-rw-r--r--camel/hash-table-utils.h2
-rw-r--r--camel/providers/MH/camel-mh-folder.c2
-rw-r--r--camel/providers/MH/camel-mh-folder.h2
-rw-r--r--camel/providers/MH/camel-mh-provider.c2
-rw-r--r--camel/providers/MH/camel-mh-store.c2
-rw-r--r--camel/providers/MH/camel-mh-store.h2
-rw-r--r--camel/string-utils.c2
-rw-r--r--camel/string-utils.h2
-rw-r--r--camel/url-util.c2
-rw-r--r--camel/url-util.h2
-rw-r--r--devel-docs/query/virtual-folder-in-depth.sgml2
-rw-r--r--tests/test1.c4
57 files changed, 61 insertions, 57 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b9a990887..71965bfbe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-08-29 bertrand <Bertrand.Guiheneuf@aful.org>
+
+ * MAINTAINERS: updated my e-mail address.
+
1999-08-28 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-mime-part.c (camel_mime_part_set_text):
diff --git a/MAINTAINERS b/MAINTAINERS
index 7ad910cf23..b9e2e7819d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,2 +1,2 @@
-Email: Bertrand.Guiheneuf@inria.fr
+Email: Bertrand.Guiheneuf@aful.org
diff --git a/camel/README.HACKING b/camel/README.HACKING
index ceb797e219..a4742ee7b8 100644
--- a/camel/README.HACKING
+++ b/camel/README.HACKING
@@ -11,4 +11,4 @@ README.COPYRIGHT
Thanks.
- Bertrand <Bertrand.Guiheneuf@inria.fr> \ No newline at end of file
+ Bertrand <Bertrand.Guiheneuf@aful.org> \ No newline at end of file
diff --git a/camel/camel-data-wrapper.h b/camel/camel-data-wrapper.h
index bee6df1c16..f31b618dc2 100644
--- a/camel/camel-data-wrapper.h
+++ b/camel/camel-data-wrapper.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-folder.c b/camel/camel-folder.c
index ba8fd98ea2..d7f9390f1c 100644
--- a/camel/camel-folder.c
+++ b/camel/camel-folder.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-folder.h b/camel/camel-folder.h
index add74fb0af..311feb4189 100644
--- a/camel/camel-folder.h
+++ b/camel/camel-folder.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-log.c b/camel/camel-log.c
index 1e6a3cdae6..35e9d2cb33 100644
--- a/camel/camel-log.c
+++ b/camel/camel-log.c
@@ -2,7 +2,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-log.h b/camel/camel-log.h
index 82fb430719..817670a2f3 100644
--- a/camel/camel-log.h
+++ b/camel/camel-log.h
@@ -2,7 +2,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-medium.c b/camel/camel-medium.c
index a8d7103237..ebbc49ec06 100644
--- a/camel/camel-medium.c
+++ b/camel/camel-medium.c
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-medium.h b/camel/camel-medium.h
index d39b5898ad..86535120c3 100644
--- a/camel/camel-medium.h
+++ b/camel/camel-medium.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-mime-body-part.c b/camel/camel-mime-body-part.c
index 570c2fe6d4..ee6de3766b 100644
--- a/camel/camel-mime-body-part.c
+++ b/camel/camel-mime-body-part.c
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-mime-body-part.h b/camel/camel-mime-body-part.h
index eb721f3b60..274746469c 100644
--- a/camel/camel-mime-body-part.h
+++ b/camel/camel-mime-body-part.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-mime-message.c b/camel/camel-mime-message.c
index 69b2ca7e8c..609bdb7e87 100644
--- a/camel/camel-mime-message.c
+++ b/camel/camel-mime-message.c
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-mime-message.h b/camel/camel-mime-message.h
index 48e35d8103..5f12c70e81 100644
--- a/camel/camel-mime-message.h
+++ b/camel/camel-mime-message.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-mime-part-utils.c b/camel/camel-mime-part-utils.c
index 7fbc3a30fb..c6ea447103 100644
--- a/camel/camel-mime-part-utils.c
+++ b/camel/camel-mime-part-utils.c
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-mime-part-utils.h b/camel/camel-mime-part-utils.h
index 95f574d385..2c441bf052 100644
--- a/camel/camel-mime-part-utils.h
+++ b/camel/camel-mime-part-utils.h
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c
index c8acb5b4b9..ff7781ba61 100644
--- a/camel/camel-mime-part.c
+++ b/camel/camel-mime-part.c
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-mime-part.h b/camel/camel-mime-part.h
index 65159ed8da..bd497ad266 100644
--- a/camel/camel-mime-part.h
+++ b/camel/camel-mime-part.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-multipart.c b/camel/camel-multipart.c
index 205e33c54b..667fc39422 100644
--- a/camel/camel-multipart.c
+++ b/camel/camel-multipart.c
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-multipart.h b/camel/camel-multipart.h
index 64f98d0c65..6321e7c3e7 100644
--- a/camel/camel-multipart.h
+++ b/camel/camel-multipart.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-provider.h b/camel/camel-provider.h
index d256d83c1a..cb8b075e3f 100644
--- a/camel/camel-provider.h
+++ b/camel/camel-provider.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-service.c b/camel/camel-service.c
index cdbb679dd0..2ee0164b31 100644
--- a/camel/camel-service.c
+++ b/camel/camel-service.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-service.h b/camel/camel-service.h
index 7831699bbf..e7692b2f2e 100644
--- a/camel/camel-service.h
+++ b/camel/camel-service.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-session.c b/camel/camel-session.c
index 907e086672..a4df2f2a1d 100644
--- a/camel/camel-session.c
+++ b/camel/camel-session.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-session.h b/camel/camel-session.h
index 3435f3b604..ca4e84ba89 100644
--- a/camel/camel-session.h
+++ b/camel/camel-session.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-simple-data-wrapper.c b/camel/camel-simple-data-wrapper.c
index cc7fc6bba7..c4a0e1172c 100644
--- a/camel/camel-simple-data-wrapper.c
+++ b/camel/camel-simple-data-wrapper.c
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-simple-data-wrapper.h b/camel/camel-simple-data-wrapper.h
index eeefb48921..bd63df848f 100644
--- a/camel/camel-simple-data-wrapper.h
+++ b/camel/camel-simple-data-wrapper.h
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-store.c b/camel/camel-store.c
index 8b3a05d624..abca5705b5 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-store.h b/camel/camel-store.h
index 8ad5bc8d9d..d40221ce5f 100644
--- a/camel/camel-store.h
+++ b/camel/camel-store.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-stream-buffered-fs.c b/camel/camel-stream-buffered-fs.c
index 1156a726d9..b2cb93b3df 100644
--- a/camel/camel-stream-buffered-fs.c
+++ b/camel/camel-stream-buffered-fs.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-stream-buffered-fs.h b/camel/camel-stream-buffered-fs.h
index 45da443eff..6a9c0f850f 100644
--- a/camel/camel-stream-buffered-fs.h
+++ b/camel/camel-stream-buffered-fs.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-stream-fs.c b/camel/camel-stream-fs.c
index d61d494c49..8c62d516cc 100644
--- a/camel/camel-stream-fs.c
+++ b/camel/camel-stream-fs.c
@@ -4,7 +4,7 @@
/* inspired by gnome-stream-fs.c in bonobo by Miguel de Icaza */
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-stream-fs.h b/camel/camel-stream-fs.h
index c068a460dd..3492272993 100644
--- a/camel/camel-stream-fs.h
+++ b/camel/camel-stream-fs.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-stream-mem.c b/camel/camel-stream-mem.c
index ddb7edd819..c9574e157a 100644
--- a/camel/camel-stream-mem.c
+++ b/camel/camel-stream-mem.c
@@ -4,7 +4,7 @@
/* inspired by gnome-stream-mem.c in bonobo by Miguel de Icaza */
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-stream-mem.h b/camel/camel-stream-mem.h
index 9878ec91c1..96dc562edf 100644
--- a/camel/camel-stream-mem.h
+++ b/camel/camel-stream-mem.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-stream.c b/camel/camel-stream.c
index 9372e01700..a93968403a 100644
--- a/camel/camel-stream.c
+++ b/camel/camel-stream.c
@@ -4,7 +4,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/camel-stream.h b/camel/camel-stream.h
index 4b4ea50b5b..1503ddee90 100644
--- a/camel/camel-stream.h
+++ b/camel/camel-stream.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/gmime-content-field.c b/camel/gmime-content-field.c
index f39eeaa3d4..ad48880e7a 100644
--- a/camel/gmime-content-field.c
+++ b/camel/gmime-content-field.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/gmime-content-field.h b/camel/gmime-content-field.h
index 01045545ec..0122b4b770 100644
--- a/camel/gmime-content-field.h
+++ b/camel/gmime-content-field.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/gmime-rfc2047.c b/camel/gmime-rfc2047.c
index d9ac5f3f9e..95f79313d4 100644
--- a/camel/gmime-rfc2047.c
+++ b/camel/gmime-rfc2047.c
@@ -2,7 +2,7 @@
/* gmime-rfc2047.c: implemention of RFC2047 */
/*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/gmime-rfc2047.h b/camel/gmime-rfc2047.h
index 48e9f5ca0f..440ddb53f8 100644
--- a/camel/gmime-rfc2047.h
+++ b/camel/gmime-rfc2047.h
@@ -2,7 +2,7 @@
/* gmime-rfc2047.c: implemention of RFC2047 */
/*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/gmime-utils.c b/camel/gmime-utils.c
index 68257fe128..ace58f93b6 100644
--- a/camel/gmime-utils.c
+++ b/camel/gmime-utils.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/gmime-utils.h b/camel/gmime-utils.h
index 0c12f6bfb2..0aacef768c 100644
--- a/camel/gmime-utils.h
+++ b/camel/gmime-utils.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/gstring-util.c b/camel/gstring-util.c
index 2ae6fd4732..20d8e8944c 100644
--- a/camel/gstring-util.c
+++ b/camel/gstring-util.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/gstring-util.h b/camel/gstring-util.h
index 7a82f9ab01..1afdf97cb7 100644
--- a/camel/gstring-util.h
+++ b/camel/gstring-util.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/hash-table-utils.h b/camel/hash-table-utils.h
index ada9dfc140..7c97dc7148 100644
--- a/camel/hash-table-utils.h
+++ b/camel/hash-table-utils.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/providers/MH/camel-mh-folder.c b/camel/providers/MH/camel-mh-folder.c
index def449eae2..5bab2b6da7 100644
--- a/camel/providers/MH/camel-mh-folder.c
+++ b/camel/providers/MH/camel-mh-folder.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/providers/MH/camel-mh-folder.h b/camel/providers/MH/camel-mh-folder.h
index b06e7724ad..e1c2e86900 100644
--- a/camel/providers/MH/camel-mh-folder.h
+++ b/camel/providers/MH/camel-mh-folder.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/providers/MH/camel-mh-provider.c b/camel/providers/MH/camel-mh-provider.c
index 6be4b11e9c..316b8a0797 100644
--- a/camel/providers/MH/camel-mh-provider.c
+++ b/camel/providers/MH/camel-mh-provider.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/providers/MH/camel-mh-store.c b/camel/providers/MH/camel-mh-store.c
index 5a911feb25..24a8c8a72c 100644
--- a/camel/providers/MH/camel-mh-store.c
+++ b/camel/providers/MH/camel-mh-store.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/providers/MH/camel-mh-store.h b/camel/providers/MH/camel-mh-store.h
index 8aa4a9bca2..924a5a6fc5 100644
--- a/camel/providers/MH/camel-mh-store.h
+++ b/camel/providers/MH/camel-mh-store.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/string-utils.c b/camel/string-utils.c
index b1a6a5fe8a..8efc6faf3c 100644
--- a/camel/string-utils.c
+++ b/camel/string-utils.c
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/string-utils.h b/camel/string-utils.h
index 9805861daf..a2457c5de7 100644
--- a/camel/string-utils.h
+++ b/camel/string-utils.h
@@ -3,7 +3,7 @@
/*
*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/url-util.c b/camel/url-util.c
index 98eeaafddd..b0a1f11d2d 100644
--- a/camel/url-util.c
+++ b/camel/url-util.c
@@ -3,7 +3,7 @@
/*
- * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr>
+ * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/camel/url-util.h b/camel/url-util.h
index 19b4997e39..90e1a9ba9a 100644
--- a/camel/url-util.h
+++ b/camel/url-util.h
@@ -2,7 +2,7 @@
/* url-util.h : utility functions to parse URLs */
/*
- * Copyright (C) Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr>
+ * Copyright (C) Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/devel-docs/query/virtual-folder-in-depth.sgml b/devel-docs/query/virtual-folder-in-depth.sgml
index e6ba7ecf18..d3e3e0504b 100644
--- a/devel-docs/query/virtual-folder-in-depth.sgml
+++ b/devel-docs/query/virtual-folder-in-depth.sgml
@@ -1,6 +1,6 @@
<!doctype article PUBLIC "-//Davenport//DTD DocBook V3.0//EN" []>
-<!-- SGMLized by Bertrand <Bertrand.Guiheneuf@inria.fr> -->
+<!-- SGMLized by Bertrand <Bertrand.Guiheneuf@aful.org> -->
<article id="index">
<artheader>
diff --git a/tests/test1.c b/tests/test1.c
index 22e9f03234..2ee5241ad1 100644
--- a/tests/test1.c
+++ b/tests/test1.c
@@ -35,8 +35,8 @@ main (int argc, char**argv)
camel_mime_message_add_recipient (message, RECIPIENT_TYPE_TO, g_strdup ("franck.dechamps@alseve.fr"));
camel_mime_message_add_recipient (message, RECIPIENT_TYPE_TO, g_strdup ("mc@alseve.fr"));
- camel_mime_message_add_recipient (message, RECIPIENT_TYPE_TO, g_strdup ("richard.lengagne@inria.fr"));
- camel_mime_message_add_recipient (message, RECIPIENT_TYPE_CC, g_strdup ("Francois.fleuret@inria.fr"));
+ camel_mime_message_add_recipient (message, RECIPIENT_TYPE_TO, g_strdup ("richard.lengagne@aful.org"));
+ camel_mime_message_add_recipient (message, RECIPIENT_TYPE_CC, g_strdup ("Francois.fleuret@aful.org"));
camel_mime_message_add_recipient (message, RECIPIENT_TYPE_CC, g_strdup ("maury@justmagic.com"));
camel_mime_message_add_recipient (message, RECIPIENT_TYPE_BCC, g_strdup ("Bertrand.Guiheneuf@aful.org"));