### please report bugs to post@hendrik-sattler.de ###

- there is a bug in getopt(_long):
    it only detects optional arguments if there is
    NO SPACE between the option and the argument!!!
    you have to use: -S1 , --sms=1 , -Sunread , --sms=unread
    (but who is the maintainer of getopt?)
    Same accounts for all optional arguments.
