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
b1232b2f
...
b1232b2f33c6942e63f601620852b5a7ded29b5c
authored
2005-10-30 10:03:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_mbox_close): mbox can be NULL (e.g. --exec=quit was given)
1 parent
cd424fdc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mail/quit.c
mail/quit.c
View file @
b1232b2
...
...
@@ -37,6 +37,9 @@ mail_mbox_close ()
mu_url_t
url
=
NULL
;
size_t
held_count
;
if
(
!
mbox
)
return
0
;
if
(
util_getenv
(
NULL
,
"readonly"
,
Mail_env_boolean
,
0
))
{
if
(
mail_mbox_commit
())
...
...
Please
register
or
sign in
to post a comment