* Possible bug with notmuch search & --limit --offset
@ 2012-04-26 15:56 jake
2012-04-26 16:18 ` Mark Walters
0 siblings, 1 reply; 2+ messages in thread
From: jake @ 2012-04-26 15:56 UTC (permalink / raw)
To: notmuch
Hello,
I'm finding that when I use the --limit option with the output=files and
offset=N that the returned list of files is of variable length.
For instance when:
notmuch search --output=files --offset=6 --limit=2 steve
it returns
/var/spool/mail/virtual/archive/sl/.Sent/cur/1335243985.M765351P23366V000000
0000000801I0000000000820E9C_5.archive,S=275069:2,S
/var/spool/mail/virtual/archive/sl/.Sent/cur/1335243986.M749883P23366V000000
0000000801I0000000000820E9D_6.archive,S=275069:2,S
/var/spool/mail/virtual/archive/sl/.Sent/cur/1335243987.M926961P23366V000000
0000000801I0000000000820EA0_9.archive,S=111888:2,S
/var/spool/mail/virtual/archive/sl/.Sent/cur/1335243988.M718230P23366V000000
0000000801I0000000000820EA1_10.archive,S=111888:2,S
Which is two more results than required. If I choose different offset values
then the number of returned results will vary too.
If I issue:
notmuch search --offset=6 --limit=2 steve
It returns two results as expected, if I change the output type to anything
other than files (summary/threads/messages/tags) then the correctly limited
list is returned. So it only seems to happen with the files output type.
Both json and text format types exhibit the same behaviour.
Am I using this correctly ? I expect only two results to be returned but
being new to notmuch gives me doubts that what I am doing may be incorrect.
My apologies if the mailing list is not the place for this sort of report,
please direct me to a more appropriate place.
Many Thanks
Jake
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Possible bug with notmuch search & --limit --offset
2012-04-26 15:56 Possible bug with notmuch search & --limit --offset jake
@ 2012-04-26 16:18 ` Mark Walters
0 siblings, 0 replies; 2+ messages in thread
From: Mark Walters @ 2012-04-26 16:18 UTC (permalink / raw)
To: jake, notmuch
On Thu, 26 Apr 2012, jake <jake@mgap.ru> wrote:
> Hello,
>
> I'm finding that when I use the --limit option with the output=files and
> offset=N that the returned list of files is of variable length.
>
> For instance when:
>
> notmuch search --output=files --offset=6 --limit=2 steve
>
> it returns
>
> /var/spool/mail/virtual/archive/sl/.Sent/cur/1335243985.M765351P23366V000000
> 0000000801I0000000000820E9C_5.archive,S=275069:2,S
> /var/spool/mail/virtual/archive/sl/.Sent/cur/1335243986.M749883P23366V000000
> 0000000801I0000000000820E9D_6.archive,S=275069:2,S
> /var/spool/mail/virtual/archive/sl/.Sent/cur/1335243987.M926961P23366V000000
> 0000000801I0000000000820EA0_9.archive,S=111888:2,S
> /var/spool/mail/virtual/archive/sl/.Sent/cur/1335243988.M718230P23366V000000
> 0000000801I0000000000820EA1_10.archive,S=111888:2,S
Hi
You might have duplicate copies of the messages: that is different files
with the same message. (I think the search returns all the filenames
but am not sure.) Notmuch uses the messageid so you would just need to
check if some of these files have the same message-id header.
Best wishes
Mark
>
> Which is two more results than required. If I choose different offset values
> then the number of returned results will vary too.
>
> If I issue:
>
> notmuch search --offset=6 --limit=2 steve
>
> It returns two results as expected, if I change the output type to anything
> other than files (summary/threads/messages/tags) then the correctly limited
> list is returned. So it only seems to happen with the files output type.
> Both json and text format types exhibit the same behaviour.
>
> Am I using this correctly ? I expect only two results to be returned but
> being new to notmuch gives me doubts that what I am doing may be incorrect.
>
> My apologies if the mailing list is not the place for this sort of report,
> please direct me to a more appropriate place.
>
> Many Thanks
> Jake
>
>
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-26 16:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 15:56 Possible bug with notmuch search & --limit --offset jake
2012-04-26 16:18 ` Mark Walters
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).