From: kaoru Date: Sat, 20 Jan 2001 14:42:49 +0000 (+0000) Subject: Use "example.com" instead of "company.jp" (RFC2606). X-Git-Tag: wl-2_4_1~21 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=44ba05f4a703b1c4c5c1b2461a1a054dd97e51eb;p=elisp%2Fwanderlust.git Use "example.com" instead of "company.jp" (RFC2606). --- diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 95bd58e..7d17130 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -282,7 +282,7 @@ ("Organization" . "~/.wl sample") (body . "Hello, this is XXX \n")) ;; body ("report" - ("To" . "boss@company.jp") + ("To" . "boss@example.com") ("Subject" . "Report") (top . "Sir, here is my report\n") ;; insert in top. ;; (bottom-file . "~/work/report.txt") ;; insert file in bottom diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index bb9c887..3eb338c 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -285,7 +285,7 @@ ("Organization" . "~/.wl sample") (body . " ○○です。\n")) ;; 本文 ("report" - ("To" . "boss@company.jp") + ("To" . "boss@example.com") ("Subject" . "報告") (top . "今週の報告です。\n") ;; 本文先頭への挿入 ;; (bottom-file . "~/work/report.txt") ;; 本文末尾へファイルの挿入