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
8a3a337f
...
8a3a337fe4181e93d641ed1a61f062016bb8f787
authored
2001-08-23 18:09:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Display tagged messages.
1 parent
32c67baa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mail/from.c
mail/from.c
View file @
8a3a337
...
...
@@ -84,6 +84,8 @@ mail_from (int argc, char **argv)
cflag
=
'M'
;
else
if
(
attribute_is_userflag
(
attr
,
MAIL_ATTRIBUTE_SAVED
))
cflag
=
'*'
;
else
if
(
attribute_is_userflag
(
attr
,
MAIL_ATTRIBUTE_TAGGED
))
cflag
=
'T'
;
else
if
(
flags
&
MU_ATTRIBUTE_READ
)
cflag
=
'R'
;
else
if
(
flags
&
MU_ATTRIBUTE_SEEN
)
...
...
@@ -106,7 +108,7 @@ mail_from (int argc, char **argv)
/* The "From" field will take a third of the screen.
Subject will take the rest.
FIXME: This is not qui
et correct we use fix
sizes
FIXME: This is not qui
te correct that we use fixed
sizes
18, 16 for the other fields.
*/
froml
=
cols
/
3
;
...
...
Please
register
or
sign in
to post a comment