===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mailnag-2.0.0/Mailnag/daemon/mails.py-103-			# get the two parts of the sender
mailnag-2.0.0/Mailnag/daemon/mails.py:104:			addr = email.utils.parseaddr(content)
mailnag-2.0.0/Mailnag/daemon/mails.py-105-			
##############################################
mailnag-2.0.0/gen_locales-19-
mailnag-2.0.0/gen_locales:20:for f in `ls $PO_DIR/*.po`; do
mailnag-2.0.0/gen_locales:21:	LANG=`basename ${f%".po"}`
mailnag-2.0.0/gen_locales-22-	DEST_DIR=$LOCALE_DIR/$LANG/LC_MESSAGES
##############################################
mailnag-2.0.0/gen_po_template-22-# write template files
mailnag-2.0.0/gen_po_template:23:pyfiles=`find $python_dir -iname "*.py" -printf "%p "`
mailnag-2.0.0/gen_po_template-24-xgettext $pyfiles $glade_dir/*.h --keyword=_ --keyword=N_ --from-code=UTF-8 --output=$pot_file