diff options
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r-- | mail/mail-local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c index f5ac994dd4..7548d32e8b 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -228,7 +228,7 @@ static void update_progress(char *fmt, float percent) { if (fmt) mail_op_set_message ("%s", fmt); - mail_op_set_percentage (percent); + /*mail_op_set_percentage (percent);*/ } /* ******************** */ |