diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail index d7f4da5476..0f288b2815 100755 --- a/CVSROOT/syncmail +++ b/CVSROOT/syncmail @@ -164,6 +164,8 @@ def main(): except getopt.error, msg: usage(1, msg) + username = 'apa' + # parse the options for opt, arg in opts: if opt in ('-h', '--help'):