Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
mutt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
45
Issues
45
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mutt Project
mutt
Commits
c39bf5ee
Commit
c39bf5ee
authored
Jul 02, 2017
by
Kevin J. McCarthy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more description for the %S and %Z $index_format characters.
parent
0e055ab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
init.h
init.h
+6
-2
No files found.
init.h
View file @
c39bf5ee
...
...
@@ -1408,7 +1408,7 @@ struct option_t MuttVars[] = {
** .dt %r .dd comma separated list of ``To:'' recipients
** .dt %R .dd comma separated list of ``Cc:'' recipients
** .dt %s .dd subject of the message
** .dt %S .dd s
tatus of the message (``N''/``D''/``d''/``!''/``r''/\(as
)
** .dt %S .dd s
ingle character status of the message (``N''/``O''/``D''/``d''/``!''/``r''/``\(as''
)
** .dt %t .dd ``To:'' field (recipients)
** .dt %T .dd the appropriate character from the $$to_chars string
** .dt %u .dd user (login) name of the author
...
...
@@ -1419,7 +1419,11 @@ struct option_t MuttVars[] = {
** .dt %Y .dd ``X-Label:'' field, if present, and \fI(1)\fP not at part of a thread tree,
** \fI(2)\fP at the top of a thread, or \fI(3)\fP ``X-Label:'' is different from
** preceding message's ``X-Label:''.
** .dt %Z .dd message status flags
** .dt %Z .dd a three character set of message status flags.
** the first character is new/read/replied flags (``n''/``o''/``r''/``O''/``N'').
** the second is deleted or encryption flags (``D''/``d''/``S''/``P''/``s''/``K'').
** the third is either tagged/flagged (``\(as''/``!''), or one of the characters
** listed in $$to_chars.
** .dt %{fmt} .dd the date and time of the message is converted to sender's
** time zone, and ``fmt'' is expanded by the library function
** \fCstrftime(3)\fP; a leading bang disables locales
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment