I was dusting off my local nmbug repository today, and noticed that
some messages are tagged in the nmbug repository [1] but missing from
our mbox archive [2].  Here's a list:

  $ nmbug status
  U       [email protected]        obsolete
  U       [email protected]        patch
  U       [email protected]        obsolete
  U       [email protected]        patch
  U       [email protected]        obsolete
  U       [email protected]        patch
  U       [email protected]   obsolete
  U       [email protected]   patch
  U       
2fc048ce68331b233ee16b99719635fe7d8a882f.1494445220.git.j...@nikula.org patch
  U       
2fc048ce68331b233ee16b99719635fe7d8a882f.1494445220.git.j...@nikula.org pushed
  U       
5fc2d4dd230648ea4939bb06f0bb0ac30c5a8fd3.1494445220.git.j...@nikula.org patch
  U       
5fc2d4dd230648ea4939bb06f0bb0ac30c5a8fd3.1494445220.git.j...@nikula.org pushed
  U       [email protected]      moreinfo
  U       [email protected]      patch
  U       
908464f22bc477ad9a986c622aad50a345a5f20d.1494445220.git.j...@nikula.org patch
  U       
908464f22bc477ad9a986c622aad50a345a5f20d.1494445220.git.j...@nikula.org pushed
  U       
f7ffa56ea5e973ff2a76dc5637e83bf47928ef83.1494445220.git.j...@nikula.org patch
  U       
f7ffa56ea5e973ff2a76dc5637e83bf47928ef83.1494445220.git.j...@nikula.org pushed

Some of those have Message-IDs which suggest their generation date,
but we can lookup the first tag for each message ID in the nmbug
history regardless:

  $ for id in $(nmbug status | awk '{print $2}' | uniq);
  > do
  >   nmbug log -- --date=short --format='%ad %h %an %s' --reverse -- 
"tags/${id}" | head -n1;
  > done | sort | uniq
  2017-05-08 65b227d David Bremner 
  2017-05-10 5e0caf7 David Bremner 
  2017-07-22 17f6f80 David Bremner 
  2017-08-14 e82eb9c David Bremner 

If somebody has copies of those messages, can they push them up into
the mbox?  Maybe they went to the freelists list [3]?  Maybe they were
off-list?  Maybe they just missed inclusion in the mbox?

There may be more messages missing from the archive which I happen to
have locally (e.g. maybe I was CCed), and I haven't checked for those.
But I know the entries listed above were missing as of 2017-10-10
20:41 UTC (my most recent archive download).

Cheers,
Trevor

[1]: https://notmuchmail.org/nmbug/
     http://nmbug.notmuchmail.org/git/nmbug-tags.git
[2]: https://notmuchmail.org/archives/notmuch.mbox
[3]: https://www.freelists.org/list/notmuch

-- 
This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
notmuch mailing list
[email protected]
https://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to