=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== notmuch-0.31.2/Makefile.local-33- echo $(VERSION) > version.txt.tmp notmuch-0.31.2/Makefile.local:34: ct=`git --no-pager log -1 --pretty=format:%ct $$ref` ; \ notmuch-0.31.2/Makefile.local-35- tar --owner root --group root --append -f $(TAR_FILE).tmp \ ############################################## notmuch-0.31.2/Makefile.local-129- @echo " $(RELEASE_URL)/$(DETACHED_SIG_FILE)" notmuch-0.31.2/Makefile.local:130: @echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)" notmuch-0.31.2/Makefile.local-131- @echo "" ############################################## notmuch-0.31.2/NEWS-201-Add support for gzip compressed mail messages (/not/ multi-message notmuch-0.31.2/NEWS:202:mboxes); e.g. `gzip -9 $MAIL/archive/giant-message && notmuch new` notmuch-0.31.2/NEWS-203-should work. Note that maildir flag syncing for gzipped messages is ############################################## notmuch-0.31.2/NEWS-2044- awk '/^notmuch-sha1-[0-9a-f]{40} / \ notmuch-0.31.2/NEWS:2045: {system("notmuch search --exclude=false --output=files id:" $1)}' notmuch-0.31.2/NEWS-2046- ############################################## notmuch-0.31.2/completion/notmuch-completion.bash-99- to:*) notmuch-0.31.2/completion/notmuch-completion.bash:100: COMPREPLY=( $(compgen -P "to:" -W "`_notmuch_email ${cur}`" -- ${cur##to:}) ) notmuch-0.31.2/completion/notmuch-completion.bash-101- ;; notmuch-0.31.2/completion/notmuch-completion.bash-102- from:*) notmuch-0.31.2/completion/notmuch-completion.bash:103: COMPREPLY=( $(compgen -P "from:" -W "`_notmuch_email ${cur}`" -- ${cur##from:}) ) notmuch-0.31.2/completion/notmuch-completion.bash-104- ;; ############################################## notmuch-0.31.2/completion/notmuch-completion.bash-117- compopt -o nospace notmuch-0.31.2/completion/notmuch-completion.bash:118: COMPREPLY=( $(compgen -P "mimetype:" -W "`_notmuch_mimetype ${cur}`" -- ${cur##mimetype:}) ) notmuch-0.31.2/completion/notmuch-completion.bash-119- ;; ############################################## notmuch-0.31.2/completion/notmuch-completion.bash-166- get|set) notmuch-0.31.2/completion/notmuch-completion.bash:167: COMPREPLY=( $(compgen -W "`notmuch config list | sed 's/=.*\$//'`" -- ${cur}) ) notmuch-0.31.2/completion/notmuch-completion.bash-168- ;; ############################################## notmuch-0.31.2/completion/notmuch-completion.bash-250- --to|--cc|--bcc) notmuch-0.31.2/completion/notmuch-completion.bash:251: COMPREPLY=( $(compgen -W "`_notmuch_email to:${cur}`" -- ${cur}) ) notmuch-0.31.2/completion/notmuch-completion.bash-252- return ############################################## notmuch-0.31.2/completion/notmuch-completion.bash-268- *) notmuch-0.31.2/completion/notmuch-completion.bash:269: COMPREPLY=( $(compgen -W "`_notmuch_email to:${cur}`" -- ${cur}) ) notmuch-0.31.2/completion/notmuch-completion.bash-270- return ############################################## notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt-127- my $search_cmd = 'notmuch search --output=threads ' . shell_quote("id:$mid"); notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt:128: my $tid = `$search_cmd`; # get thread id notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt-129- chomp($tid); ############################################## notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt-137- notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt:138: system("notmuch", "tag", @_, "--", "id:$mid"); notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt-139-} ############################################## notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt-252- <shell-escape>notmuch-mutt -r --prompt search<enter>\ notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt:253: <change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter>\ notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt-254- <enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \ ############################################## notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt-259- <pipe-message>notmuch-mutt -r thread<enter>\ notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt:260: <change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter>\ notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt-261- <enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \ ############################################## notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt.rc-3-<shell-escape>notmuch-mutt -r --prompt search<enter>\ notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt.rc:4:<change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter>\ notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt.rc-5-<enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \ ############################################## notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt.rc-10-<pipe-message>notmuch-mutt -r thread<enter>\ notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt.rc:11:<change-folder-readonly>`echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`<enter>\ notmuch-0.31.2/contrib/notmuch-mutt/notmuch-mutt.rc-12-<enter-command>set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key<enter>" \ ############################################## notmuch-0.31.2/devel/nmbug/notmuch-report-218- if header == 'from': notmuch-0.31.2/devel/nmbug/notmuch-report:219: (value, addr) = email.utils.parseaddr(value) notmuch-0.31.2/devel/nmbug/notmuch-report-220- if not value: ############################################## notmuch-0.31.2/devel/release-checks.sh-111-echo -n "Checking that python bindings version is $VERSION... " notmuch-0.31.2/devel/release-checks.sh:112:py_version=`python3 -c "with open('$PV_FILE') as vf: exec(vf.read()); print(__VERSION__)"` notmuch-0.31.2/devel/release-checks.sh-113-if [ "$py_version" = "$VERSION" ] ############################################## notmuch-0.31.2/devel/release-checks.sh-159- '('[2-9][0-9][0-9][0-9]-[01][0-9]-[0123][0-9]')') notmuch-0.31.2/devel/release-checks.sh:160: newsdate0utc=`nd=${news_date#\\(}; date --date="${nd%)} 0Z" +%s` notmuch-0.31.2/devel/release-checks.sh-161- ddiff=$((newsdate0utc - today0utc)) ############################################## notmuch-0.31.2/doc/man1/notmuch-config.rst-54- notmuch-0.31.2/doc/man1/notmuch-config.rst:55: Default: ``$MAILDIR`` variable if set, otherwise ``$HOME/mail``. notmuch-0.31.2/doc/man1/notmuch-config.rst-56- ############################################## notmuch-0.31.2/doc/man1/notmuch-config.rst-59- notmuch-0.31.2/doc/man1/notmuch-config.rst:60: Default: ``$NAME`` variable if set, otherwise read from notmuch-0.31.2/doc/man1/notmuch-config.rst-61- ``/etc/passwd``. ############################################## notmuch-0.31.2/doc/man1/notmuch-config.rst-65- notmuch-0.31.2/doc/man1/notmuch-config.rst:66: Default: ``$EMAIL`` variable if set, otherwise constructed from notmuch-0.31.2/doc/man1/notmuch-config.rst-67- the username and hostname of the current machine. ############################################## notmuch-0.31.2/emacs/notmuch-address.el-271- notmuch-0.31.2/emacs/notmuch-address.el:272:(defun notmuch-address-harvest-addr (result) notmuch-0.31.2/emacs/notmuch-address.el:273: (let ((name-addr (plist-get result :name-addr))) notmuch-0.31.2/emacs/notmuch-address.el-274- (puthash name-addr t notmuch-address-completions))) ############################################## notmuch-0.31.2/lib/index.cc-290- name = internet_address_get_name (address); notmuch-0.31.2/lib/index.cc:291: addr = internet_address_mailbox_get_addr (mailbox); notmuch-0.31.2/lib/index.cc-292- ############################################## notmuch-0.31.2/lib/thread.cc-292- mailbox = INTERNET_ADDRESS_MAILBOX (address); notmuch-0.31.2/lib/thread.cc:293: author = internet_address_mailbox_get_addr (mailbox); notmuch-0.31.2/lib/thread.cc-294- } ############################################## notmuch-0.31.2/notmuch-reply.c-206- name = internet_address_get_name (address); notmuch-0.31.2/notmuch-reply.c:207: addr = internet_address_mailbox_get_addr (mailbox); notmuch-0.31.2/notmuch-reply.c-208- ############################################## notmuch-0.31.2/notmuch-reply.c-244- mailbox = INTERNET_ADDRESS_MAILBOX (address); notmuch-0.31.2/notmuch-reply.c:245: reply_to = internet_address_mailbox_get_addr (mailbox); notmuch-0.31.2/notmuch-reply.c-246- ############################################## notmuch-0.31.2/notmuch-reply.c-254- mailbox = INTERNET_ADDRESS_MAILBOX (address); notmuch-0.31.2/notmuch-reply.c:255: addr = internet_address_mailbox_get_addr (mailbox); notmuch-0.31.2/notmuch-reply.c-256- if (strcmp (addr, reply_to) == 0) { ############################################## notmuch-0.31.2/notmuch-search.c-425- .name = internet_address_get_name (address), notmuch-0.31.2/notmuch-search.c:426: .addr = internet_address_mailbox_get_addr (mailbox), notmuch-0.31.2/notmuch-search.c-427- }; ############################################## notmuch-0.31.2/notmuch-show.c-176- mailbox = INTERNET_ADDRESS_MAILBOX (address); notmuch-0.31.2/notmuch-show.c:177: email = internet_address_mailbox_get_addr (mailbox); notmuch-0.31.2/notmuch-show.c-178- email = talloc_strdup (ctx, email); ############################################## notmuch-0.31.2/performance-test/T00-new.sh-18-# arithmetic context is to eat extra whitespace on e.g. some BSDs notmuch-0.31.2/performance-test/T00-new.sh:19:count=$((`wc -l < $manifest`)) notmuch-0.31.2/performance-test/T00-new.sh-20- ############################################## notmuch-0.31.2/test/T130-search-limiting.sh-19- test_begin_subtest "${outp}: limit larger than result set" notmuch-0.31.2/test/T130-search-limiting.sh:20: N=`notmuch count --output=${outp} "*"` notmuch-0.31.2/test/T130-search-limiting.sh-21- notmuch search --output=${outp} "*" >expected ############################################## notmuch-0.31.2/test/T130-search-limiting.sh-25- test_begin_subtest "${outp}: limit = 0" notmuch-0.31.2/test/T130-search-limiting.sh:26: test_expect_equal "`notmuch search --output=${outp} --limit=0 "*"`" "" notmuch-0.31.2/test/T130-search-limiting.sh-27- ############################################## notmuch-0.31.2/test/T130-search-limiting.sh-64- test_begin_subtest "${outp}: negative offset larger then results" notmuch-0.31.2/test/T130-search-limiting.sh:65: N=`notmuch count --output=${outp} "*"` notmuch-0.31.2/test/T130-search-limiting.sh-66- notmuch search --output=${outp} "*" >expected ############################################## notmuch-0.31.2/test/T140-excludes.sh-14- gen_thread_msg_id[0]=$gen_msg_id notmuch-0.31.2/test/T140-excludes.sh:15: for i in `seq 1 $length` notmuch-0.31.2/test/T140-excludes.sh-16- do ############################################## notmuch-0.31.2/test/T140-excludes.sh-24- # We cannot retrieve the thread_id until after we have run notmuch new. notmuch-0.31.2/test/T140-excludes.sh:25: gen_thread_id=`notmuch search --output=threads id:${gen_thread_msg_id[0]}` notmuch-0.31.2/test/T140-excludes.sh-26-} ############################################## notmuch-0.31.2/test/T510-thread-replies.sh-46- "content": "This is just a test message (#2)\n"}]}, []]]]]]' notmuch-0.31.2/test/T510-thread-replies.sh:47:expected=`echo "$expected" | notmuch_json_show_sanitize` notmuch-0.31.2/test/T510-thread-replies.sh-48-test_expect_equal_json "$output" "$expected" ############################################## notmuch-0.31.2/test/T510-thread-replies.sh-78- []]]]]]' notmuch-0.31.2/test/T510-thread-replies.sh:79:expected=`echo "$expected" | notmuch_json_show_sanitize` notmuch-0.31.2/test/T510-thread-replies.sh-80-test_expect_equal_json "$output" "$expected" ############################################## notmuch-0.31.2/test/T510-thread-replies.sh-106- []]]]]]' notmuch-0.31.2/test/T510-thread-replies.sh:107:expected=`echo "$expected" | notmuch_json_show_sanitize` notmuch-0.31.2/test/T510-thread-replies.sh-108-test_expect_equal_json "$output" "$expected" ############################################## notmuch-0.31.2/test/T510-thread-replies.sh-145- "content-type": "text/plain", "content": "This is just a test message (#8)\n"}]}, []]]]' notmuch-0.31.2/test/T510-thread-replies.sh:146:expected=`echo "$expected" | notmuch_json_show_sanitize` notmuch-0.31.2/test/T510-thread-replies.sh-147-test_expect_equal_json "$output" "$expected" ############################################## notmuch-0.31.2/test/T510-thread-replies.sh-174- "content": "This is just a test message (#11)\n"}]}, []]]]]]' notmuch-0.31.2/test/T510-thread-replies.sh:175:expected=`echo "$expected" | notmuch_json_show_sanitize` notmuch-0.31.2/test/T510-thread-replies.sh-176-test_expect_equal_json "$output" "$expected" ############################################## notmuch-0.31.2/test/T580-thread-search.sh-17- count=$((count +1)) notmuch-0.31.2/test/T580-thread-search.sh:18: matches=$((`notmuch search --output=threads "$id" | wc -l`)) notmuch-0.31.2/test/T580-thread-search.sh-19- if [ "$matches" = 1 ]; then ############################################## notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002258:2,-77- { notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002258:2,:78:- return phys_to_machine(XPADDR(paddr)).maddr;; notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002258:2,:79:+ return phys_to_machine(XPADDR(paddr)).maddr; notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002258:2,-80- } ############################################## notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002267:2,-369-+ // return(ErrCode); notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002267:2,:370: if (Conv_D_MediaAddr(us, start)) notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002267:2,-371- return(ErrCode); ############################################## notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002267:2,-556-+++ b/drivers/staging/rtl8712/rtl8712_xmit.c notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002267:2,:557:@@ -148,7 +148,7 @@ static u32 get_ff_hwaddr(struct xmit_frame *pxmitfram= notmuch-0.31.2/test/corpora/lkml/cur/1382298793.002267:2,-558-e) ############################################## notmuch-0.31.2/test/test-lib.sh-354- smtp_dummy_pid= smtp_dummy_port= notmuch-0.31.2/test/test-lib.sh:355: eval `$TEST_DIRECTORY/smtp-dummy --background sent_message` notmuch-0.31.2/test/test-lib.sh-356- test -n "$smtp_dummy_pid" || return 1 ############################################## notmuch-0.31.2/test/test-lib.sh-507- testname=$this_test.$test_count notmuch-0.31.2/test/test-lib.sh:508: basename1=`basename "$file1"` notmuch-0.31.2/test/test-lib.sh:509: basename2=`basename "$file2"` notmuch-0.31.2/test/test-lib.sh-510- cp "$file1" "$testname.$basename1" ############################################## notmuch-0.31.2/debian/NEWS-43- awk '/^notmuch-sha1-[0-9a-f]{40} / \ notmuch-0.31.2/debian/NEWS:44: {system("notmuch search --exclude=false --output=files id:" $1)}' notmuch-0.31.2/debian/NEWS-45-