author | Alberto Bertogli
<albertito@blitiri.com.ar> 2011-04-14 00:06:11 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2011-04-14 00:06:11 UTC |
parent | c149f1c0e15c9d4bd30dbdec67c5b938c7db7522 |
msn | +1 | -1 |
diff --git a/msn b/msn index 2bc2558..8464969 100755 --- a/msn +++ b/msn @@ -1660,7 +1660,7 @@ config['profile'] = profile # set the mandatory values if config.has_key('email'): - m.email = config['email'] + m.email = config['email'].lower() else: perror('Error: email not specified in config file\n') quit(1)