]> granicus.if.org Git - mutt/commitdiff
Fix Mike's and my e-mail addresses in copyright lines.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 11 Dec 2002 11:19:39 +0000 (11:19 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 11 Dec 2002 11:19:39 +0000 (11:19 +0000)
92 files changed:
addrbook.c
alias.c
attach.c
attach.h
browser.c
browser.h
buffy.c
buffy.h
charset.c
charset.h
commands.c
complete.c
compose.c
copy.h
crypt.c
crypt.h
curs_main.c
date.c
dotlock.c
dotlock.h
edit.c
editmsg.c
enter.c
extlib.c
flags.c
from.c
functions.h
gnupgparse.c
handler.c
hash.c
hash.h
headers.c
help.c
history.c
history.h
imap/auth.c
imap/command.c
imap/imap.c
imap/imap.h
imap/util.c
keymap.c
keymap.h
lib.c
lib.h
main.c
makedoc.c
mapping.h
menu.c
mh.c
mime.h
mkjtags.c
mutt_curses.h
mutt_menu.h
mutt_regex.h
mutt_socket.c
muttlib.c
mx.c
mx.h
pager.h
parse.c
pattern.c
pgp.c
pgp.h
pgpinvoke.c
pgpkey.c
pgplib.c
pgplib.h
postpone.c
protos.h
query.c
recvattach.c
recvcmd.c
remailer.c
remailer.h
resize.c
rfc1524.c
rfc1524.h
rfc2047.c
rfc2047.h
rfc2231.c
rfc2231.h
rfc822.c
rfc822.h
score.c
signal.c
snprintf.c
sort.c
sort.h
status.c
system.c
thread.c
url.c

index 6a5036f583896d6c7f3e9e486f008bcfa6c4334b..157a6f691c7c6139c5e1ce50c0c05d00ad972806 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/alias.c b/alias.c
index 5e55191815c2b21bbdd782348c4c95e579c1c5b5..6ccd7464b0e329bb58d3ded992695ba6741b3b64 100644 (file)
--- a/alias.c
+++ b/alias.c
@@ -141,16 +141,16 @@ void mutt_expand_aliases_env (ENVELOPE *env)
 
 /* 
  * if someone has an address like
- *     From: Michael `/bin/rm -f ~` Elkins <me@cs.hmc.edu>
+ *     From: Michael `/bin/rm -f ~` Elkins <me@mutt.org>
  * and the user creates an alias for this, Mutt could wind up executing
  * the backtics because it writes aliases like
- *     alias me Michael `/bin/rm -f ~` Elkins <me@cs.hmc.edu>
+ *     alias me Michael `/bin/rm -f ~` Elkins <me@mutt.org>
  * To avoid this problem, use a backslash (\) to quote any backtics.  We also
  * need to quote backslashes as well, since you could defeat the above by
  * doing
- *     From: Michael \`/bin/rm -f ~\` Elkins <me@cs.hmc.edu>
+ *     From: Michael \`/bin/rm -f ~\` Elkins <me@mutt.org>
  * since that would get aliased as
- *     alias me Michael \\`/bin/rm -f ~\\` Elkins <me@cs.hmc.edu>
+ *     alias me Michael \\`/bin/rm -f ~\\` Elkins <me@mutt.org>
  * which still gets evaluated because the double backslash is not a quote.
  * 
  * Additionally, we need to quote ' and " characters - otherwise, mutt will
index 171929a4350bb30201cc1072c3be82fbbf42efa9..628eb9a4ce88006313ae156f2e84676205314489 100644 (file)
--- a/attach.c
+++ b/attach.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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
index 5b84ac0c24f64d15742bee820ebda83c9264cb6a..2147b744a23dcdb9e1d05c02352c08602500f4a8 100644 (file)
--- a/attach.h
+++ b/attach.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 61fe713af4c60e8a45559aabbfa100f8e1d1ec3e..7a03c8b5eb6db0ae7b824c8722199c030ebbe0ba 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 4f2adda90184ab30b76b2b2ee14325f739924c86..3da490ab8ec2ea49831f8d7bb74db68d2ffeb136 100644 (file)
--- a/browser.h
+++ b/browser.h
@@ -1,6 +1,6 @@
 /* $Id$ */
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/buffy.c b/buffy.c
index e0ef5d2ffe9ce1a2982748180bc6b55a344ba303..4b33b2b2b0bd0810f4f183fb08039f73a5f40446 100644 (file)
--- a/buffy.c
+++ b/buffy.c
@@ -1,5 +1,5 @@
 /* 
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/buffy.h b/buffy.h
index adfc2695d9eb207dd229ad7b85d3404e8e286a6f..e04e7c5bcb8e7c888936b0412078af14990f5866 100644 (file)
--- a/buffy.h
+++ b/buffy.h
@@ -1,5 +1,5 @@
 /* 
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 65afc9e313b37e561d2bd52f4206e1bad6012e8e..19c3a2b5440c579ab0898a9f608803d29c0b1a7b 100644 (file)
--- a/charset.c
+++ b/charset.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  *
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
index 43f6f98296b79f53b9ab9fdeaefe6b66ae183afc..993f997324ff6bccb52cc3cc749f2824de24ca39 100644 (file)
--- a/charset.h
+++ b/charset.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  *
  *     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
index 88cd38f2e828ae736908e6f26735edf589e292a3..e89c4f1e15267632d896736ee16ce257de507f7a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it and/or modify
index ea1184d98a5ee9668f7bb93fb74217ed775f4161..b34bb075e8e26273a6e120c6699e8ab3e2a5b6b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 22881d0dfbfa83f52b886a1cdc9d3930cfcb0a42..fe12d1268245919a4c691aaccda8b7aa3ee02520 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/copy.h b/copy.h
index dfbd43767ce8dc2fe2bdbe7e637204a223c3b223..2f8fc2c75034f26e16f726349194fc050109178a 100644 (file)
--- a/copy.h
+++ b/copy.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/crypt.c b/crypt.c
index d08ee7a0041ca238cae1c60f6284113638a4fcf4..30e06ccf0365315fd24ef34c1b80ae2c1c5173be 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
- * Copyright (C) 2001  Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2001  Thomas Roessler <roessler@does-not-exist.org>
  *                     Oliver Ehli <elmy@acm.org>
  *
  *     This program is free software; you can redistribute it and/or modify
diff --git a/crypt.h b/crypt.h
index 42427e6b7022cd4e790fb495a6252594225e9071..34d06be05fa63623020c3a4be0293e4e4c46a2de 100644 (file)
--- a/crypt.h
+++ b/crypt.h
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
- * Copyright (C) 2001 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org>
  *                    Oliver Ehli <elmy@acm.org>
  *
  *     This program is free software; you can redistribute it and/or modify
index 08b9f30eb3e32b48a7a2209324871ae8a5d4d6f8..2f6198dab47979a49e5cbed038bf91a4f0f7f303 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/date.c b/date.c
index 91aa0df6b902c75454596fb975bdb169afa66993..cc8e4e366c24758fd6bd497229ee32dc57a78e3c 100644 (file)
--- a/date.c
+++ b/date.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 560db7ff21efb18c764805f1a077527c39f609e8..eb799d596fabf0569db05fd2a57be4e241bbfb75 100644 (file)
--- a/dotlock.c
+++ b/dotlock.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1998-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1998-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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
index d20cf597184cf25d4874172199be04cb16e3fa9d..dff6f61ced05976288ed704e5a37babe2dc1608f 100644 (file)
--- a/dotlock.h
+++ b/dotlock.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1998-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1998-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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/edit.c b/edit.c
index bbcc3e5553344dcb75211728674a41eb50a47b6f..37684939557c32b28f00aba2a8f9ac8f00c56f62 100644 (file)
--- a/edit.c
+++ b/edit.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index c105a48e539a49773015ae0640c9e69b592a865b..6369f0a9b9200784f2328861b3f7ef249f93e675 100644 (file)
--- a/editmsg.c
+++ b/editmsg.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
diff --git a/enter.c b/enter.c
index a5bf5a9d284760b4d86ea19ff7d9a9fed9f06662..5b956bf1dce581eaa5e4f047a2cc7bdacaddeee4 100644 (file)
--- a/enter.c
+++ b/enter.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 2000 Edmund Grimley Evans <edmundo@rano.org>
  * 
  *     This program is free software; you can redistribute it and/or modify
index 74fb03b2d2101784f2a56e2c4f4ece1e6287f359..04692a9cc6df538bb08094ff9f1995b3bc828759 100644 (file)
--- a/extlib.c
+++ b/extlib.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
diff --git a/flags.c b/flags.c
index 9f51c6f45d7642dfb0953c2c44a843a4bbb433ec..9eedbea37ab90d4049d92abf4b65453d733049fd 100644 (file)
--- a/flags.c
+++ b/flags.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/from.c b/from.c
index 41d0a6a7e9839db669ecb15e836ff533bd78a113..0fa32cb2d971bf191dea9f260c8553e0b63129fd 100644 (file)
--- a/from.c
+++ b/from.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 1b67309a35fcaadf059a64ef055140a110986577..9e80de3adbd75eb6801b2fd11020227447eaaa2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index ad8259c3bcdc2fbd9d80279cc16ff5393c5a1d35..cec23991b105c2898d314e9ca9c5f3699a910cf1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1998-2000 Werner Koch <werner.koch@guug.de>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  *
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
index fd9f24354ee90cce1302beebd9360f4aad48f505..4f18f7339743597f651d5ed16b89cffcf4e2d63c 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/hash.c b/hash.c
index c9037ca1b07657248a348b29a2d2ed77dbf41b7b..f0f9a12dccc845183bacf79b7747bb902cec13c4 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  *
  *     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/hash.h b/hash.h
index b6a9a36a8d76e995e986214b790e67d461b688d7..2344077e3c13666c23d28dee80b42a64f310b5cc 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  *
  *     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
index 2062f468116f13238c57e9e1cdc0be52f5629513..1b59a2ac4153ddfd0d2816cf6cf7e8c0dfdb6e3c 100644 (file)
--- a/headers.c
+++ b/headers.c
@@ -1,5 +1,5 @@
 /* 
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/help.c b/help.c
index 57f6a48b28a88c6b1b4aebbefb0529e2de5606f3..42961229b31d73dd1d9d43d3e2d96c7bb3168ecd 100644 (file)
--- a/help.c
+++ b/help.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 1e9743fbb5a080a3ee1ea137b79641141e871e99..ca3a2d7979c109323f5eb25881d8a481dc6160b6 100644 (file)
--- a/history.c
+++ b/history.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index fb89bb47d8e14c758cacedf1b828a78a3d64b8da..b32a47a98bc32fac40c602de34b027fccb707237 100644 (file)
--- a/history.h
+++ b/history.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 9e4c8d02b6f6e756f0365a2cc18736302bd80887..0c56e851a022cef3de943993f3e973341b3f70c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2001 Brendan Cully <brendan@kublai.com>
  * 
index d1d3ef39a58720ed0208edb195b3f048f1f20f26..39a5bd076f602e9b594bcbac38e9ea9cff1eb811 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2002 Brendan Cully <brendan@kublai.com>
  * 
index cf7258ec495664686d317f3eadc8a84565925eed..f9feccdf42e394f740194cb6cc638a20601216aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2002 Brendan Cully <brendan@kublai.com>
  * 
index bd34e23d3a8a843cc06772ebc4682f145b1457ee..3a374255798265b3551675fb62e26320e89851ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 2000-1 Brendan Cully <brendan@kublai.com>
  * 
  *     This program is free software; you can redistribute it and/or modify
index 10d93cd9b4e268c6172ef482e4cdabe620af1d70..6fd13e73f2bdb6d0ba750b6b185e47ce7d6a9c4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 1996-9 Brandon Long <blong@fiction.net>
  * Copyright (C) 1999-2002 Brendan Cully <brendan@kublai.com>
  * 
index 765d57e7eff15f31cf3df545c14f6234d06a4833..063462fcb381ee156fbf6ad714150d07ed714830 100644 (file)
--- a/keymap.c
+++ b/keymap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 232d0e509c6f9f7dd9bb4dcaf57cc4e189d630ef..17f1bd91d33c12f8463338dacdfb311c68460b0c 100644 (file)
--- a/keymap.h
+++ b/keymap.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000,2 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000,2 Michael R. Elkins <me@mutt.org>
  * 
  *     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/lib.c b/lib.c
index 9e72d2cc25791739600fdeb7a4d54a01519aaa75..6614ea37da16741d2552e7b79c0144901038dcbe 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
diff --git a/lib.h b/lib.h
index 0b66ddfd420b12a0663e9bc866b5e62646cd74ec..4d6df81cf7cee7c0b61cb2783c8d31a94b6ca617 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
diff --git a/main.c b/main.c
index 93751302ce48a0107fd4e83d2f34d3699729e334..fc418a312f6c9d499b417c68d2fdcb0a87348d3f 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1999-2002 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2002 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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
@@ -50,7 +50,7 @@ under certain conditions; type `mutt -vv' for details.\n");
 static const char *Copyright = N_("\
 Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>\n\
 Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n\
-Copyright (C) 1997-2002 Thomas Roessler <roessler@guug.de>\n\
+Copyright (C) 1997-2002 Thomas Roessler <roessler@does-not-exist.org>\n\
 Copyright (C) 1998-2002 Werner Koch <wk@isil.d.shuttle.de>\n\
 Copyright (C) 1999-2002 Brendan Cully <brendan@kublai.com>\n\
 Copyright (C) 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>\n\
index c5197959aa57cf717802a8f89c93db2af8b8ce84..842c1175d29a84d7c9058c17f8f42be9473e4637 100644 (file)
--- a/makedoc.c
+++ b/makedoc.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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
index 87ae7adff72e546ca1639dc9fdf1c31a705d4452..b944e2a0271a3b674e8ba42748e6d1bdbd399c8e 100644 (file)
--- a/mapping.h
+++ b/mapping.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/menu.c b/menu.c
index 3e4e65fe62495463b970b3a5b1e958a506582a40..d9212b8a72bbda65327b54b8c1f6841adfd5f0eb 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  *
  *     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/mh.c b/mh.c
index 9db7a2fd179fdec5428d8fd194455f6b0a3fc141..ab4844fda3d4bf0a0cfd7926de2aaecf1a96b4fa 100644 (file)
--- a/mh.c
+++ b/mh.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1999-2002 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2002 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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/mime.h b/mime.h
index 1d7e1d467339f372f3ed3ea364772d545a7611e2..ebef53e19d0d48435e1d76f624bfe5b229b9207a 100644 (file)
--- a/mime.h
+++ b/mime.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 6853250995359555c092f35f4e74f74cd4d48d39..c5ee575309092e34609b1e2219272aedb129d105 100644 (file)
--- a/mkjtags.c
+++ b/mkjtags.c
@@ -4,7 +4,7 @@
  * Convert multi-file etags files to something
  * which can be used by jed.
  * 
- * Thomas Roessler <roessler@guug.de>
+ * Thomas Roessler <roessler@does-not-exist.org>
  * 
  */
 
index c2322bd4d8989afc9aa2ae19b469493e7b69d1f6..b7b1a828950e35a3cf330b7de3f93ad14b5447a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index ee44248a5b08bbdd1c712838a5d070f7a8955656..83b83cdb255a736e506c218baf339f80cd3159c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  *
  *     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
index 8518964b1e01f21cd372aed51437e3b842b70ff5..9a0e6f5e265fa93778c4a336ca6b4172e197524f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index e02be9c4df003391e2a741768b7e7119169ead2e..e89a9f5cca1df3d614cc8170bb33789029d0dbb1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1998 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 1999-2001 Brendan Cully <brendan@kublai.com>
  * Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
  * 
index d122814c9ac748d6d32c64cca2bce93a9ee3dbb9..41f1c0e7d79b631a4c4d4131b58f4aef8e46bd3b 100644 (file)
--- a/muttlib.c
+++ b/muttlib.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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/mx.c b/mx.c
index 4da78237071b17f7df1310d9ea4d45bedb35d8ce..71a2c1ec10b5cda4f92c947c1f2dc37e48111424 100644 (file)
--- a/mx.c
+++ b/mx.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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/mx.h b/mx.h
index 769f0cd246f9a48dc930a243ce0ec18ed424d753..7220721851fc8932c7021da4ddaffb5d7372f1d8 100644 (file)
--- a/mx.h
+++ b/mx.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1999-2002 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2002 Thomas Roessler <roessler@does-not-exist.org>
  *
  *     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/pager.h b/pager.h
index 4c198316e9a422d6f6834f69d03d4a56c7b8570c..762e0d3cfe606dd96cf773d216c874515df2e7a6 100644 (file)
--- a/pager.h
+++ b/pager.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/parse.c b/parse.c
index f90fc726b89b91ba9670fa548dbc8ac991b93704..476f7e773dc3768e975db0b049c8aa0305a4f147 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 70cfaccba34d91ba63ffdffe2c6f9c1bcb9df972..0de1bf9390e745fb46bc48bac414324aa6d43698 100644 (file)
--- a/pattern.c
+++ b/pattern.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>, and others
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>, and others
  * 
  *     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/pgp.c b/pgp.c
index 3528cd22c232706dbed4ab9fd844e02b465b2df0..a2540f0074fbfb7c5a78e0707f406edbe383d44d 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (c) 1998,1999 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (c) 1998,1999 Thomas Roessler <roessler@does-not-exist.org>
  *
  *     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
@@ -700,7 +700,7 @@ void pgp_extract_keys_from_attachment_list (FILE *fp, int tag, BODY *top)
 {
   if(!fp)
   {
-    mutt_error _("Internal error. Inform <roessler@guug.de>.");
+    mutt_error _("Internal error. Inform <roessler@does-not-exist.org>.");
     return;
   }
 
diff --git a/pgp.h b/pgp.h
index 7621381cfa31eb02c38506992b7f3bee9f22a2e2..873b20c94ebc575ecd5ca1ca5e8508e552f8ad8f 100644 (file)
--- a/pgp.h
+++ b/pgp.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  *
  *     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
index c84afdf57c1e3a6b524b53054beeab86c561750b..3ea41e19e26845a01e7396a55342b0316f7a1f2b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1997-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
index 19c8e4688d46e6a1f27eba6d977b0a79352e7197..3cff85c1b6979e764bcaf9dbb05b99b61de6fabc 100644 (file)
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (c) 1998,1999 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (c) 1998,1999 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
index a9528a2911f826aaa38e6093cdda37b5cd4085f0..067ac33a8e9e3319997f3f2bc7f1e5f5b80f02d0 100644 (file)
--- a/pgplib.c
+++ b/pgplib.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1997-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
index 0c024a6a74804fd7f43eaaf572157a298ba05c56..85c69f1c427cba1c5e9132e08bc39e1c71e64e7b 100644 (file)
--- a/pgplib.h
+++ b/pgplib.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  *
  *     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
index 60ad0193cac49165b3e08e28b3bbb49ae5bbc58f..16f82d792d8d2b7747a5d16d7caa0a32eb9e3631 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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
index 36cdace2236300ab7b254e2e1e2f6b5ec1522524..2aa8032f071e62384fe5755da3f7536ee6fa1142 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/query.c b/query.c
index 8361d0832c664eb79b2a9a348f667b9bf077bff4..8316970c3a5154e73243288f1ed0432a69661889 100644 (file)
--- a/query.c
+++ b/query.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 0474f62e97884820ce7026aee474894267f6754c..ee527329423e8d33f96a51ac5e71f9eb058a3f7e 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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
index db396544b5946b92836a75a16b0beaa1949a3931..a57f556c7d03ea076923978c24b77df0c7cce097 100644 (file)
--- a/recvcmd.c
+++ b/recvcmd.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
index e1fb9c9637a95f85b9920ae220c5fe2532b4f8f8..e7be2ceed90b55b3f99c7b304e71332487bbad2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
index c1391a5e35e24715d64f8a7446ac4a1a80678317..0ff0e973fb2feaf3bc804991e564c806b8f2cad4 100644 (file)
@@ -2,7 +2,7 @@
 #define _REMAILER_H
 
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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
index 0b1561817b434c34f91a8c77e8ba7bed81b76839..c36b7a47dd6a57e310d3506696e761cfc83b0d0a 100644 (file)
--- a/resize.c
+++ b/resize.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index f028730fd1263f1f6b296a9b76a7e7ef3d0d124c..eddcacd0c099eed8a4f7e3c95f8d8864a4610861 100644 (file)
--- a/rfc1524.c
+++ b/rfc1524.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 50d4b6f451470eb992f49e978827fd3e31639bd7..8259d2df5db284a4134da91905d4ccc1e6dc5095 100644 (file)
--- a/rfc1524.h
+++ b/rfc1524.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 759e3e3d23cd38b3b1dbde32aebcf5bba417f6f8..09214f956a798f08ee909f632ed1636177487eec 100644 (file)
--- a/rfc2047.c
+++ b/rfc2047.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * Copyright (C) 2000-2001 Edmund Grimley Evans <edmundo@rano.org>
  * 
  *     This program is free software; you can redistribute it and/or modify
index 7b4a7eafbf3b641e875b5a5eee33dd63dcb826b5..f6e0bbf9acb5f00b7b8487e57ac92e8e66141eda 100644 (file)
--- a/rfc2047.h
+++ b/rfc2047.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 188ea7d16242e051747237cdf6af77f9fdd3873d..6d4268106e625b7d242582b813dae97c2a28ac5d 100644 (file)
--- a/rfc2231.c
+++ b/rfc2231.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  *
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
index 0f24b06b559e9e9e257f5899429e1b45a3dcf9b0..ccf01cc3df3d29255acf4f249eb832afe3d8ff8f 100644 (file)
--- a/rfc2231.h
+++ b/rfc2231.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
  *
  *     This program is free software; you can redistribute it
  *     and/or modify it under the terms of the GNU General Public
index c7cc97b3dd591912dfb67de06e4dfc9f91a98f1c..5a07ea53033f8c50cba556d4e1bff441edff41f5 100644 (file)
--- a/rfc822.c
+++ b/rfc822.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
@@ -791,7 +791,7 @@ int main (int argc, char **argv)
   ADDRESS *list;
   char buf[256];
 # if 0
-  char *str = "michael, Michael Elkins <me@cs.hmc.edu>, testing a really complex address: this example <@contains.a.source.route,@with.multiple.hosts:address@example.com>;, lothar@of.the.hillpeople (lothar)";
+  char *str = "michael, Michael Elkins <me@mutt.org>, testing a really complex address: this example <@contains.a.source.route,@with.multiple.hosts:address@example.com>;, lothar@of.the.hillpeople (lothar)";
 # else
   char *str = "a b c ";
 # endif
index f4f31d63b0834c80f6edac340fec44ce76baa2e5..d30c5bbf24eb0bcae1121c3981f0eb9fffe75292 100644 (file)
--- a/rfc822.h
+++ b/rfc822.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/score.c b/score.c
index c460a2a2e1b8bb4da7238a84703462632fea2bfe..a29e35713ac79a32feb5403ada0982d366c526e5 100644 (file)
--- a/score.c
+++ b/score.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 5ff0d85f57ea8d2b5fe1e9950a29007feb910815..e64173709bf766d1f01ea32b37bea7b4b55de3e3 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index 5251bd65aecd4d79bb1d5ba16e7334501bfef40a..c2ebbde0da3d4e5c329ec7ea9bf21a059102246a 100644 (file)
  *           gcc -DTEST_SNPRINTF -o snprintf snprintf.c -lm
  *    and run snprintf for results.
  * 
- *  Thomas Roessler <roessler@guug.de> 01/27/98 for mutt 0.89i
+ *  Thomas Roessler <roessler@does-not-exist.org> 01/27/98 for mutt 0.89i
  *    The PGP code was using unsigned hexadecimal formats. 
  *    Unfortunately, unsigned formats simply didn't work.
  *
- *  Michael Elkins <me@cs.hmc.edu> 03/05/98 for mutt 0.90.8
+ *  Michael Elkins <me@mutt.org> 03/05/98 for mutt 0.90.8
  *    The original code assumed that both snprintf() and vsnprintf() were
  *    missing.  Some systems only have snprintf() but not vsnprintf(), so
  *    the code is now broken down under HAVE_SNPRINTF and HAVE_VSNPRINTF.
diff --git a/sort.c b/sort.c
index 4043b0b789432e8e7002e5f86e37210ae84eb3c1..fcadd76a2f1e73bb5294b44278b143a4bb62e0d1 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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/sort.h b/sort.h
index c62945449f67465daea61578c35792005c8643b1..c782fac6f3d8b415848d3cbae2a4aa34aa381ea6 100644 (file)
--- a/sort.h
+++ b/sort.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index b9e52c886c02156384e6befdda59da499618a0a8..3d175f65d72c972265b1e1d6f1721e256b88bb64 100644 (file)
--- a/status.c
+++ b/status.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index a57732ea0d61e603455477799af3e76f5e30b5d3..3ed31cf059d4ac8b2ab1761c5f6433fdff8343d4 100644 (file)
--- a/system.c
+++ b/system.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
  * 
  *     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
index d2a08408049db2d15cdb26193874b963ed630e88..0896c24f006b5bb0e718183cddd895ee34cd8707 100644 (file)
--- a/thread.c
+++ b/thread.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2002 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>
  *
  *     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/url.c b/url.c
index a1e51d2ece804da26acd7f17488d973b47841a3f..57e59f19e249dff4142ad075498d3f69748361b2 100644 (file)
--- a/url.c
+++ b/url.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000 Thomas Roessler <roessler@guug.de>
+ * Copyright (C) 2000 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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