diff options
-rw-r--r-- | shell/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c index ec53d7fc51..afa2ea5689 100644 --- a/shell/main.c +++ b/shell/main.c @@ -491,6 +491,9 @@ main (gint argc, gchar **argv) _e_win32_register_mailer (); _e_win32_register_addressbook (); } + + if (register_handlers) + exit (0); if (reinstall) { _e_win32_set_default_mailer (); |