Default to "unfold subject"
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -302,6 +302,7 @@ main (int argc, char **argv) | ... | @@ -302,6 +302,7 @@ main (int argc, char **argv) |
302 | util_do_command ("set regex"); | 302 | util_do_command ("set regex"); |
303 | util_do_command ("set replyprefix=\"Re: \""); | 303 | util_do_command ("set replyprefix=\"Re: \""); |
304 | util_do_command ("set charset=auto"); | 304 | util_do_command ("set charset=auto"); |
305 | util_do_command ("unfold subject"); | ||
305 | /* Start in mail reading mode */ | 306 | /* Start in mail reading mode */ |
306 | util_do_command ("set mode=read"); | 307 | util_do_command ("set mode=read"); |
307 | util_do_command ("set noquit"); | 308 | util_do_command ("set noquit"); | ... | ... |
-
Please register or sign in to post a comment