]> granicus.if.org Git - neomutt/commit
Tidy the progress API (#1822)
authorPietro Cerutti <gahr@gahr.ch>
Thu, 5 Sep 2019 15:35:32 +0000 (16:35 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2019 15:35:32 +0000 (16:35 +0100)
commitbea598318935adb42127ae6122e86649d50a65b0
tree543b2cabd8b9a6aec3276ea5a11b3d6003633043
parentb9cf99b2ba536b02970b1bec3985772f0b836125
Tidy the progress API (#1822)

* Start tidying the progress API

Issue #1180

* Zero increment is not used

* Reduce buffer size, 24 chars are enough for any size

* Tidy and clarify mutt_progress_init

* Let's keep the original bytes value in pos

* Restore rounding pos to inc

* Add mutt_progress_done, start using it

* Revert "Add mutt_progress_done, start using it"

This reverts commit 92073d9145b33e8ea9d37ecea41a1e6da4cb1058.
14 files changed:
globals.h
imap/message.c
index.c
maildir/shared.c
mbox/mbox.c
nntp/nntp.c
notmuch/mutt_notmuch.c
pattern.c
pop/pop.c
pop/pop_lib.c
progress.c
progress.h
smtp.c
test/pattern/dummy.c