summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCVSROOT/syncmail2
1 files changed, 2 insertions, 0 deletions
diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail
index d7f4da5476..0f288b2815 100755
--- a/CVSROOT/syncmail
+++ b/CVSROOT/syncmail
@@ -164,6 +164,8 @@ def main():
164 except getopt.error, msg: 164 except getopt.error, msg:
165 usage(1, msg) 165 usage(1, msg)
166 166
167 username = 'apa'
168
167 # parse the options 169 # parse the options
168 for opt, arg in opts: 170 for opt, arg in opts:
169 if opt in ('-h', '--help'): 171 if opt in ('-h', '--help'):