===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tryton-client-5.0.27/doc/usage.rst-211-
tryton-client-5.0.27/doc/usage.rst:212:    - ``${to}``: the destination email address
tryton-client-5.0.27/doc/usage.rst:213:    - ``${cc}``: the carbon copy email address
tryton-client-5.0.27/doc/usage.rst:214:    - ``${subject}``: the subject of the email
tryton-client-5.0.27/doc/usage.rst:215:    - ``${body}``: the body of the email
tryton-client-5.0.27/doc/usage.rst:216:    - ``${attachment}``: the attachment of the email
tryton-client-5.0.27/doc/usage.rst-217-
##############################################
tryton-client-5.0.27/doc/usage.rst-220-    - Thunderbird 2 on Linux:
tryton-client-5.0.27/doc/usage.rst:221:      ``thunderbird -compose "to='${to}',cc='${cc}',subject='${subject}',body='${body}',attachment='file://${attachment}'"``
tryton-client-5.0.27/doc/usage.rst-222-
tryton-client-5.0.27/doc/usage.rst-223-    - Thunderbird 2 on Windows XP SP3:
tryton-client-5.0.27/doc/usage.rst:224:      ``"C:\\Program Files\\Mozilla Thunderbird\\thunderbird.exe" -compose to="${to}",cc="${cc}",subject="${subject}",body="${body}",attachment="${attachment}"``
tryton-client-5.0.27/doc/usage.rst-225-