[balsa] Fixed previous fix
- From: Marek Černocký <mcernocky src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [balsa] Fixed previous fix
 
- Date: Mon, 28 Aug 2017 09:51:46 +0000 (UTC)
 
commit e129f9fddef99dee7af1a9a2e1944cace75ecf40
Author: Marek Cernocky <marek_cernocky conel cz>
Date:   Mon Aug 28 11:51:16 2017 +0200
    Fixed previous fix
 libbalsa/mailbox_pop3.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libbalsa/mailbox_pop3.c b/libbalsa/mailbox_pop3.c
index 0b1b4d5..b3bf0ae 100644
--- a/libbalsa/mailbox_pop3.c
+++ b/libbalsa/mailbox_pop3.c
@@ -651,7 +651,6 @@ libbalsa_mailbox_pop3_check(LibBalsaMailbox * mailbox)
                        fd.mailbox = mailbox;
                        fd.total_size_msg = libbalsa_size_to_gchar(fd.total_size);
 
-                       msgbuf = g_strdup_printf(_("%lu new messages (%s)"), (unsigned long) 
fd.total_messages, fd.total_size_msg);
                        msgbuf = g_strdup_printf(ngettext("%lu new message (%s)", "%lu new messages (%s)", 
fd.total_messages),
                                                 (unsigned long) fd.total_messages, fd.total_size_msg);
                        libbalsa_mailbox_progress_notify(mailbox, LIBBALSA_NTFY_PROGRESS, 0, 1, msgbuf);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]