diff options
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r-- | mail/folder-browser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 42fa8d35fa..f082ad18f1 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -786,8 +786,8 @@ on_double_click (ETable *table, gint row, gint col, GdkEvent *event, FolderBrows */ if (MESSAGE_LIST_COLUMN_IS_ACTIVE (col)) return; - - view_msg (NULL, fb); + + open_msg (NULL, fb); } static void |