From 4e53dec8fd45cc1bc8969398b956fef3b052cf52 Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 10 Sep 2001 03:37:18 +0000 Subject: [PATCH] Fixed non-verbose User-Agent: settings. --- samples/en/dot.wl | 3 ++- samples/ja/dot.wl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 0501345..ea60bde 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -217,7 +217,8 @@ ;(setq wl-generate-mailer-string-function ; (function ; (lambda () -; (wl-generate-user-agent-string-1 nil)))) +; (concat "User-Agent: " +; (wl-generate-user-agent-string-1 nil))))) ;;; [[ Template ]] diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 6ef270c..1e5fcfb 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -222,7 +222,8 @@ ;(setq wl-generate-mailer-string-function ; (function ; (lambda () -; (wl-generate-user-agent-string-1 nil)))) +; (concat "User-Agent: " +; (wl-generate-user-agent-string-1 nil))))) ;;; [[ テンプレート ]] -- 1.7.10.4