unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* BUG: notmuch dump --include=properties implies --include=tags
@ 2017-05-07 14:21 David Bremner
  2017-05-08  1:44 ` [PATCH 1/2] test: add known broken test --include=properties David Bremner
  0 siblings, 1 reply; 4+ messages in thread
From: David Bremner @ 2017-05-07 14:21 UTC (permalink / raw)
  To: notmuch, notmuch


This is almost certainly my fault, but

% notmuch dump --include=properties '*'

also includes the (typically much more voluminous) tag information.

I looks like the call to dump_tags_message on line 253 needs to be
guarded by (include & DUMP_INCLUDE_TAGS).

I'm not sure how serious a bug this is, e.g. if it's worth fixing for
debian stretch.

d

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

end of thread, other threads:[~2017-05-23 11:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-07 14:21 BUG: notmuch dump --include=properties implies --include=tags David Bremner
2017-05-08  1:44 ` [PATCH 1/2] test: add known broken test --include=properties David Bremner
2017-05-08  1:44   ` [PATCH 2/2] cli/dump: don't include tags when not asked for David Bremner
2017-05-23 11:11     ` David Bremner

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).