]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
nicer layout of subject
authorJoey Hess <joeyh@joeyh.name>
Tue, 19 May 2015 21:41:14 +0000 (17:41 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 19 May 2015 21:41:14 +0000 (17:41 -0400)
IkiWiki/Plugin/emailauth.pm

index 5e74ce8f60c9b90768fbb44aa29e2ae9c327d637..a739c2bc7a6ff661c1d40f20ac9c6d28ca751b21 100644 (file)
@@ -83,7 +83,7 @@ sub email_auth ($$$$) {
                From => "$config{wikiname} admin <".
                        (defined $config{adminemail} ? $config{adminemail} : "")
                        .">",
-               Subject => "$config{wikiname} ( ".$config{url}." ) login",
+               Subject => "$config{wikiname} login | ".$config{url},
                Message => $template->output,
        ) or error(gettext("Failed to send mail"));