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
6e66bc08
...
6e66bc083c88c952fdc9051ceefcea2608fb626b
authored
2003-01-31 15:03:57 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changed printstr to printhdr.
1 parent
1227187a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
mh/README
mh/README
View file @
6e66bc0
...
...
@@ -54,11 +54,15 @@ Return: none
Appends whitespace + arg to string register.
*** print
st
r
*** print
hd
r
Argument: string
Return: none
Prints the value of string register, prefixed by the given argument.
Prints the value of string register, prefixed by the given
argument. The output is formatted as RFC 822 header, i.e.
it is split at whitespace characters nearest to the width boundary
and each subsequent segment is prefixed with horizontal tabulation.
*** in_reply_to
Argument: none
...
...
Please
register
or
sign in
to post a comment