unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 0/6] compactor changes
@ 2013-11-01 14:27 Jani Nikula
  2013-11-01 14:27 ` [PATCH 1/6] lib: construct compactor within try block to catch any exceptions Jani Nikula
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Jani Nikula @ 2013-11-01 14:27 UTC (permalink / raw)
  To: notmuch

David was a bit hasty with pushing compact, so I missed the
review. Instead of just whining about it, here's a few changes I'd
really like to see merged before release. Completely untested, needs man
page updates and probably test changes too, so there's a bit more to do
still. Hint, if you have the time, just pick up from here. ;)

Cheers,
Jani.


Jani Nikula (6):
  lib: construct compactor within try block to catch any exceptions
  lib: add closure parameter to compact status update callback
  lib: use the backup path provided by the user, don't add anything to
    it
  cli: return error status if compaction fails
  cli: add compact --backup=FILE option, don't backup by default
  cli: add compact --verbose option and silence output without it

 lib/database.cc   |   29 ++++++++++++++---------------
 lib/notmuch.h     |    5 +++--
 notmuch-compact.c |   46 +++++++++++++++++++++++++++-------------------
 3 files changed, 44 insertions(+), 36 deletions(-)

-- 
1.7.2.5

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

end of thread, other threads:[~2013-11-02 12:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01 14:27 [PATCH 0/6] compactor changes Jani Nikula
2013-11-01 14:27 ` [PATCH 1/6] lib: construct compactor within try block to catch any exceptions Jani Nikula
2013-11-01 14:27 ` [PATCH 2/6] lib: add closure parameter to compact status update callback Jani Nikula
2013-11-01 23:15   ` [PATCH] lib: update documentation of callback functions for database_compact and database_upgrade david
2013-11-01 23:19     ` Jani Nikula
2013-11-02 12:16       ` David Bremner
2013-11-01 14:27 ` [PATCH 3/6] lib: use the backup path provided by the user, don't add anything to it Jani Nikula
2013-11-02 12:14   ` David Bremner
2013-11-02 12:22     ` Jani Nikula
2013-11-01 14:27 ` [PATCH 4/6] cli: return error status if compaction fails Jani Nikula
2013-11-01 14:27 ` [PATCH 5/6] cli: add compact --backup=FILE option, don't backup by default Jani Nikula
2013-11-01 14:27 ` [PATCH 6/6] cli: add compact --verbose option and silence output without it Jani Nikula

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