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
03f36b8d
...
03f36b8d0f8475dd985049324813b2fed1b5e8b7
authored
2003-09-21 15:36:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Set default value for the "charset" variable
1 parent
1a7e1bca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/mail.c
mail/mail.c
View file @
03f36b8
...
...
@@ -301,6 +301,7 @@ main (int argc, char **argv)
util_do_command
(
"set autoinc"
);
util_do_command
(
"set regex"
);
util_do_command
(
"set replyprefix=
\"
Re:
\"
"
);
util_do_command
(
"set charset=auto"
);
/* Start in mail reading mode */
util_do_command
(
"set mode=read"
);
util_do_command
(
"set noquit"
);
...
...
@@ -410,6 +411,7 @@ main (int argc, char **argv)
mailbox_get_url
(
mbox
,
&
url
);
util_error
(
_
(
"Can not open mailbox %s: %s"
),
url_to_string
(
url
),
mu_strerror
(
rc
));
mailbox_destroy
(
&
mbox
);
exit
(
EXIT_FAILURE
);
}
...
...
Please
register
or
sign in
to post a comment