diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-19 17:41:14 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-19 17:41:14 -0400 |
commit | ba02e7f33dbbb7349b61250f9e565db22a9eb4fa (patch) | |
tree | b9bfeddf5815acd38cdbd7e0620ed3227d0d123b /IkiWiki/Plugin | |
parent | 73e32f7fa6851cadae2f2c3f5920cc36c1ad397f (diff) | |
download | ikiwiki-ba02e7f33dbbb7349b61250f9e565db22a9eb4fa.tar ikiwiki-ba02e7f33dbbb7349b61250f9e565db22a9eb4fa.tar.gz |
nicer layout of subject
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/emailauth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/emailauth.pm b/IkiWiki/Plugin/emailauth.pm index 5e74ce8f6..a739c2bc7 100644 --- a/IkiWiki/Plugin/emailauth.pm +++ b/IkiWiki/Plugin/emailauth.pm @@ -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")); |