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
890cfe7f
...
890cfe7f7c80aae616b05c80d5c161b8ac07c5ae
authored
2003-01-18 15:07:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Emit X-Mailer header
1 parent
cf88eba2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
mh/repl.c
mh/replcomps
mh/repl.c
View file @
890cfe7
...
...
@@ -100,6 +100,7 @@ static char *format_str =
"%<{subject}Subject: Re: %(unre{subject})
\\
n%>"
"%(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printstr In-reply-to: )
\\
n%>"
"%(lit)%(concat(references))%<(nonnull)%(void(width))%(printstr References: )
\\
n%>"
"X-Mailer: MH
\\
(%(package_string)
\\
)
\\
n"
"--------
\n
"
;
static
mh_format_t
format
;
...
...
mh/replcomps
View file @
890cfe7
...
...
@@ -12,5 +12,6 @@
%<{subject}Subject: Re: %(unre{subject})\n%>\
%(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printstr In-reply-to: )\n%>\
%(lit)%(concat(references))%<(nonnull)%(void(width))%(printstr References: )\n%>\
X-Mailer: MH \(%(package_string)\)\n\
--------
...
...
Please
register
or
sign in
to post a comment