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
29ff187a
...
29ff187ae61784881c6a235f995403ea538925fb
authored
2003-09-25 14:06:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Default to "unfold subject"
1 parent
3fe551f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mail/mail.c
mail/mail.c
View file @
29ff187
...
...
@@ -302,6 +302,7 @@ main (int argc, char **argv)
util_do_command
(
"set regex"
);
util_do_command
(
"set replyprefix=
\"
Re:
\"
"
);
util_do_command
(
"set charset=auto"
);
util_do_command
(
"unfold subject"
);
/* Start in mail reading mode */
util_do_command
(
"set mode=read"
);
util_do_command
(
"set noquit"
);
...
...
Please
register
or
sign in
to post a comment