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
94450bc8
...
94450bc88b13fafafdea52ac188d0f5087845231
authored
2003-02-14 16:09:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(undelete0): Set cursor if it is zero.
1 parent
bc5296e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/undelete.c
mail/undelete.c
View file @
94450bc
...
...
@@ -28,6 +28,8 @@ undelete0 (msgset_t *mspec, message_t msg, void *data)
message_get_attribute
(
msg
,
&
attr
);
attribute_unset_deleted
(
attr
);
if
(
cursor
==
0
)
cursor
=
mspec
->
msg_part
[
0
];
return
0
;
}
...
...
Please
register
or
sign in
to post a comment