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
dfa6838a
...
dfa6838a42221dce65dc60d9e349698bc11287d9
authored
2006-10-03 16:47:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(vacation_subject): Make sure subject is not null.
1 parent
857fabe9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
libsieve/extensions/vacation.c
libsieve/extensions/vacation.c
View file @
dfa6838
...
...
@@ -448,6 +448,8 @@ vacation_subject (mu_sieve_machine_t mach, mu_list_t tags,
free
(
value
);
}
else
subject
=
"Re:"
;
if
(
mu_rfc2047_encode
(
MU_SIEVE_CHARSET
,
"quoted-printable"
,
subject
,
&
value
))
...
...
Please
register
or
sign in
to post a comment