From fd017fc993a6a71eb96ca67a63621cc1e21c138d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 28 Aug 2000 14:58:25 +0000 Subject: Display the number of messages downloaded starting from one instead of zero. Improve the behavior of the mail view in a separate window by reusing the same size as the last resize (we could have a better policy, but this should be enough for now). Also, create the toolbar the right way so that we respect the global GNOME settings without doing it manually. svn path=/trunk/; revision=5075 --- mail/mail-tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-tools.c') diff --git a/mail/mail-tools.c b/mail/mail-tools.c index 62da0dade8..b540c595e2 100644 --- a/mail/mail-tools.c +++ b/mail/mail-tools.c @@ -310,7 +310,7 @@ mail_tool_move_folder_contents (CamelFolder *source, CamelFolder *dest, gboolean /* Info */ - mail_op_set_message ("Retrieving message %d of %d", i, uids->len); + mail_op_set_message ("Retrieving message %d of %d", i + 1, uids->len); /* Get the message */ -- cgit v1.2.3