diff options
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r-- | src/mainwindow.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c index 3cc44601..8a7183aa 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -2099,6 +2099,8 @@ void main_window_set_menu_sensitive(MainWindow *mainwin) , M_HAVE_ACCOUNT|M_UNLOCKED}, {"/Message/Receive/Stop receiving" , M_INC_ACTIVE}, + {"/Message/Receive/Remote mailbox..." + , M_HAVE_ACCOUNT|M_UNLOCKED}, {"/Message/Send queued messages" , M_HAVE_ACCOUNT|M_HAVE_QUEUED_MSG}, {"/Message/Compose new message" , M_HAVE_ACCOUNT}, |