X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-main-window.c;h=83039d9742a03f65833330d1d69c8c6ed115779d;hp=3d1b31bff7f7034bb936c6cd39e4f8942f19a922;hb=a9c347489d676ecf1cb0a4ba30059432aeccee80;hpb=1bdf3f882e8e33b06ffe664d035679254964857d diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index 3d1b31b..83039d9 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -2233,6 +2233,7 @@ get_toolbar_mode_from_mail_operation (ModestMainWindow *self, /* Get toolbar mode from operation id*/ switch (modest_mail_operation_get_type_operation (mail_op)) { + case MODEST_MAIL_OPERATION_TYPE_SEND_AND_RECEIVE: case MODEST_MAIL_OPERATION_TYPE_RECEIVE: case MODEST_MAIL_OPERATION_TYPE_OPEN: mode = TOOLBAR_MODE_TRANSFER;