diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-03 20:06:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-03 20:06:17 +0000 |
commit | 8ef1d9b24b5d54c0565ecb260f6e76190469c770 (patch) | |
tree | 93ed90e6a89ce94d7c1c21d7acb0e792bae1f1e7 | |
parent | 5c29fed4f72c7558ae15ed2c0b1268bab61a0321 (diff) | |
download | fetchmail-8ef1d9b24b5d54c0565ecb260f6e76190469c770.tar.gz fetchmail-8ef1d9b24b5d54c0565ecb260f6e76190469c770.tar.bz2 fetchmail-8ef1d9b24b5d54c0565ecb260f6e76190469c770.zip |
Fix some mailto URLs.
svn path=/trunk/; revision=1283
-rw-r--r-- | fetchmail-FAQ.html | 8 | ||||
-rwxr-xr-x | indexgen.sh | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 589e7d93..b4a5c296 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1997/09/03 19:19:34 $ +<td width="30%" align=right>$Date: 1997/09/03 20:06:16 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -198,10 +198,10 @@ There is a fetchmail-friends list for people who want to discuss fixes and improvements in fetchmail and help co-develop it.<P> The list is at <a -href="mail:fetchmail-friends@thyrsus.com">fetchmail-friends@thyrsus.com</a> +href="mailto:fetchmail-friends@thyrsus.com">fetchmail-friends@thyrsus.com</a> and is a SmartList reflector; sign up in the usual way with a message containing the word "subscribe" in the subject line sent to to <a -href="mail:fetchmail-friends-request@thyrsus.com"> +href="mailto:fetchmail-friends-request@thyrsus.com"> fetchmail-friends-request@thyrsus.com</a>. (Similarly, "unsubscribe" in the Subject line unsubscribes you, and "help" returns general list help). <p> @@ -1241,7 +1241,7 @@ force an rc file reread, do <code>fetchmail -q; fetchmail</code>.<P> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 1997/09/03 19:19:34 $ +<td width="30%" align=right>$Date: 1997/09/03 20:06:16 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> diff --git a/indexgen.sh b/indexgen.sh index 84d9fdd8..3b4d5f53 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -100,10 +100,10 @@ Sunsite remote mail tools directory</a>. There is a fetchmail-friends list for people who want to discuss fixes and improvements in fetchmail and help co-develop it. It's at -<a href="mail:fetchmail-friends@thyrsus.com">fetchmail-friends@thyrsus.com</a> +<a href="mailto:fetchmail-friends@thyrsus.com">fetchmail-friends@thyrsus.com</a> and is a SmartList reflector; sign up in the usual way with a message containing the word "subscribe" in the subject line sent to -to <a href="mail:fetchmail-friends-request@thyrsus.com"> +to <a href="mailto:fetchmail-friends-request@thyrsus.com"> fetchmail-friends-request@thyrsus.com</a>. (Similarly, "unsubscribe" in the Subject line unsubscribes you, and "help" returns general list help) <p> |