Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
aba91e51
...
aba91e51a9d91c0abef4db78ac4a52c543432bee
authored
2016-11-11 10:57:36 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
mhn: restore -compose mode as default
1 parent
f6747028
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
gint
mh/mhn.c
gint
@
fd86bf7d
Subproject commit
42f4712085b40173eaea58e14b1a579291a6fe3a
Subproject commit
fd86bf7d44b0c970771830692ae7491447ebe8b1
...
...
mh/mhn.c
View file @
aba91e5
...
...
@@ -2766,7 +2766,7 @@ main (int argc, char **argv)
pause_option
=
0
;
if
(
!
compose_option
&&
!
list_option
&&
!
show_option
&&
!
store_option
)
show
_option
=
1
;
compose
_option
=
1
;
signal
(
SIGPIPE
,
SIG_IGN
);
...
...
Please
register
or
sign in
to post a comment