bin/rpi
branchrsync
changeset 42 73cb1d7a1bd8
parent 37 a31ece02f311
child 45 19639ba80436
--- a/bin/rpi	Thu Apr 19 20:53:29 2012 +0200
+++ b/bin/rpi	Thu Apr 19 21:10:37 2012 +0200
@@ -388,7 +388,8 @@
                 $fallback
             ) if $dont_send_to_real_uploader;
 
-            $to = encode_mimewords($to, (Charset => $1)) if setlocale(NULL) =~ /.*\.([^.]+)$/;
+            $to = encode_mimewords($to, (Charset => $1))
+              if setlocale(NULL) =~ /.*\.([^.]+)$/;
 
             sendmail(
                 From    => $from,