===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst-222-By default, :program:`bugwarrior` looks for a configuration file named
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst:223:``$XDG_CONFIG_HOME/bugwarrior/bugwarriorrc``.  If ``$XDG_CONFIG_HOME`` is
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst:224:either not set or empty, a default equal to ``$HOME/.config`` is used.
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst-225-
##############################################
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst-228-If it can't find a user-specific configuration file (either
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst:229:``$XDG_CONFIG_HOME/bugwarrior/bugwarriorrc`` or ``$HOME/.bugwarriorrc``),
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst-230-:program:`bugwarrior` looks through the directories in
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst:231:``$XDG_CONFIG_DIRS`` for a configuration file named
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst-232-``bugwarrior/bugwarriorrc``.
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst:233:The directories in ``$XDG_CONFIG_DIRS`` should be separated with a colon ':'.
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst:234:If ``$XDG_CONFIG_DIRS`` is either not set or empty, a value equal to
bugwarrior-1.7.0/bugwarrior/docs/common_configuration.rst-235-``/etc/xdg`` is used.
##############################################
bugwarrior-1.7.0/bugwarrior/services/gmail.py-177-    from_header = message_header(thread['messages'][-1], 'From')
bugwarrior-1.7.0/bugwarrior/services/gmail.py:178:    (name, address) = email.utils.parseaddr(from_header)
bugwarrior-1.7.0/bugwarrior/services/gmail.py-179-    return (name if name else address, address)