mhn: restore -compose mode as default
Showing
2 changed files
with
2 additions
and
2 deletions
gint @ fd86bf7d
... | @@ -2766,7 +2766,7 @@ main (int argc, char **argv) | ... | @@ -2766,7 +2766,7 @@ main (int argc, char **argv) |
2766 | pause_option = 0; | 2766 | pause_option = 0; |
2767 | 2767 | ||
2768 | if (!compose_option && !list_option && !show_option && !store_option) | 2768 | if (!compose_option && !list_option && !show_option && !store_option) |
2769 | show_option = 1; | 2769 | compose_option = 1; |
2770 | 2770 | ||
2771 | signal (SIGPIPE, SIG_IGN); | 2771 | signal (SIGPIPE, SIG_IGN); |
2772 | 2772 | ... | ... |
-
Please register or sign in to post a comment