Revision 2091 src/inc.c
| inc.c (revision 2091) | ||
|---|---|---|
| 68 | 68 |
static GdkPixbuf *error_pixbuf; |
| 69 | 69 |
static GdkPixbuf *ok_pixbuf; |
| 70 | 70 |
|
| 71 |
#define MSGBUFSIZE 8192 |
|
| 72 |
|
|
| 73 | 71 |
static void inc_finished (MainWindow *mainwin, |
| 74 | 72 |
gint new_messages); |
| 75 | 73 |
|
| ... | ... | |
| 958 | 956 |
#if 0 |
| 959 | 957 |
if (session->msg[session->cur_msg].recv_time < |
| 960 | 958 |
session->current_time) {
|
| 961 |
gchar buf[MSGBUFSIZE];
|
|
| 959 |
gchar buf[BUFFSIZE];
|
|
| 962 | 960 |
g_snprintf(buf, sizeof(buf), _("Deleting message %d"),
|
| 963 | 961 |
session->cur_msg); |
| 964 | 962 |
progress_dialog_set_label(dialog, buf); |
| ... | ... | |
| 976 | 974 |
static void inc_progress_dialog_set_progress(IncProgressDialog *inc_dialog, |
| 977 | 975 |
IncSession *inc_session) |
| 978 | 976 |
{
|
| 979 |
gchar buf[MSGBUFSIZE];
|
|
| 977 |
gchar buf[BUFFSIZE];
|
|
| 980 | 978 |
Pop3Session *pop3_session = POP3_SESSION(inc_session->session); |
| 981 | 979 |
gchar *total_size_str; |
| 982 | 980 |
gint64 cur_total; |
Also available in: Unified diff