unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* duplicates on notmuch search not working
@ 2018-12-04 13:18 Jeff Templon
  2018-12-04 14:51 ` David Bremner
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Templon @ 2018-12-04 13:18 UTC (permalink / raw)
  To: notmuch

From the command line:

$ notmuch search --output=files id:Pine.LNX.4.40.0112181809230.6149-100000@lxplus047.cern.ch
/Users/templon/Maildir/Zar/VMMail/wp2/cur/1528204696.000011.mbox:2,S
/Users/templon/Maildir/Zar/VMdb/cur/1528291801.000080.mbox:2,S
/Users/templon/Maildir/Nikhef/Archives/2001/cur/1528719639.11684_49.simeto,U=13:2,S
/Users/templon/Maildir/Nikhef/Archives/2001/cur/1537863882.18992_50.simeto,U=73:2,S
/Users/templon/Maildir/Nikhef/Archives/2001/cur/1537866158.M994429000P19452Q34R610c5f16.simeto.nikhef.nl,U=133:2,
$ notmuch search --output=files \
     id:Pine.LNX.4.40.0112181809230.6149-100000@lxplus047.cern.ch \
     --duplicate=2

[ empty output ]

what gives?

JT

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: duplicates on notmuch search not working
  2018-12-04 13:18 duplicates on notmuch search not working Jeff Templon
@ 2018-12-04 14:51 ` David Bremner
  2018-12-05  8:41   ` Jeff Templon
  0 siblings, 1 reply; 3+ messages in thread
From: David Bremner @ 2018-12-04 14:51 UTC (permalink / raw)
  To: Jeff Templon, notmuch

Jeff Templon <templon@nikhef.nl> writes:

> From the command line:
>
> $ notmuch search --output=files id:Pine.LNX.4.40.0112181809230.6149-100000@lxplus047.cern.ch
> /Users/templon/Maildir/Zar/VMMail/wp2/cur/1528204696.000011.mbox:2,S
> /Users/templon/Maildir/Zar/VMdb/cur/1528291801.000080.mbox:2,S
> /Users/templon/Maildir/Nikhef/Archives/2001/cur/1528719639.11684_49.simeto,U=13:2,S
> /Users/templon/Maildir/Nikhef/Archives/2001/cur/1537863882.18992_50.simeto,U=73:2,S
> /Users/templon/Maildir/Nikhef/Archives/2001/cur/1537866158.M994429000P19452Q34R610c5f16.simeto.nikhef.nl,U=133:2,
> $ notmuch search --output=files \
>      id:Pine.LNX.4.40.0112181809230.6149-100000@lxplus047.cern.ch \
>      --duplicate=2
>
> [ empty output ]
>
> what gives?

To eliminate a potential configuration issue, try re-running your
queries with --exclude=false.

Also, do you see the same issue with other --duplicate=X arguments?

d

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: duplicates on notmuch search not working
  2018-12-04 14:51 ` David Bremner
@ 2018-12-05  8:41   ` Jeff Templon
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Templon @ 2018-12-05  8:41 UTC (permalink / raw)
  To: David Bremner, notmuch

David Bremner <david@tethera.net> writes:

> Jeff Templon <templon@nikhef.nl> writes:
>
>> From the command line:
>>
>> $ notmuch search --output=files id:Pine.LNX.4.40.0112181809230.6149-100000@lxplus047.cern.ch
>> /Users/templon/Maildir/Zar/VMMail/wp2/cur/1528204696.000011.mbox:2,S
>> /Users/templon/Maildir/Zar/VMdb/cur/1528291801.000080.mbox:2,S
>> /Users/templon/Maildir/Nikhef/Archives/2001/cur/1528719639.11684_49.simeto,U=13:2,S
>> /Users/templon/Maildir/Nikhef/Archives/2001/cur/1537863882.18992_50.simeto,U=73:2,S
>> /Users/templon/Maildir/Nikhef/Archives/2001/cur/1537866158.M994429000P19452Q34R610c5f16.simeto.nikhef.nl,U=133:2,
>> $ notmuch search --output=files \
>>      id:Pine.LNX.4.40.0112181809230.6149-100000@lxplus047.cern.ch \
>>      --duplicate=2
>>
>> [ empty output ]
>>
>> what gives?
>
> To eliminate a potential configuration issue, try re-running your
> queries with --exclude=false.
>
> Also, do you see the same issue with other --duplicate=X arguments?

Somebody else spotted the problem off-list : --duplicate=2 needs to come
*before* the search query id:... otherwise it's looking for
"--duplicate=2" as a search term:

medina:~> notmuch search date:2018 --duplicate=2
thread:000000000002c631  Yest. 15:51 [3/4(6)] Jeff Templon, Jani Nikula, David Bremner; duplicates on notmuch search not working (lists lists/notmuch replied sent)
thread:0000000000029430  November 08 [2/3(5)] Carl Worth, Jeff Templon; question about deletion and counts (lists lists/notmuch replied signed)
thread:000000000002923d   October 30 [6/9] Leo Gaspard, Gregor Zattler, notmuchmail.org@leo.gaspard.io| David Bremner; [PATCH 1/1] notmuch: be conservative and prefer marking too many messages as unread than too few (lists lists/notmuch)
thread:00000000000287fd   October 16 [1/2(3)] Jeff Templon| rey-coyrehourcq; Newbie question about notmuch and gmail (lists lists/notmuch replied signed)
thread:00000000000281ff   October 12 [1/12(18)] Carl Worth| Jeff Templon, Daniel Kahn Gillmor, David Bremner, Martin Jambor; tell me how to do this right (mail sent to lists) (lists lists/notmuch replied sent signed)
thread:000000000000a892   2018-01-26 [1/1(2)] Jeff Templon; torque troubles -> duplicate job IDs (lists lists/ndpf-syslog sent)


                          J "big fun" T

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-05  8:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-04 13:18 duplicates on notmuch search not working Jeff Templon
2018-12-04 14:51 ` David Bremner
2018-12-05  8:41   ` Jeff Templon

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).