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
52c4656f
...
52c4656f527c90e0123a4559ce7d5dcd5f1b03d5
authored
2010-11-16 11:07:09 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
mh: rmm now saves state before returning
* mh/rmm.c (main): Call mh_global_save_state.
1 parent
a43d959f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/rmm.c
mh/rmm.c
View file @
52c4656
...
...
@@ -82,6 +82,7 @@ main (int argc, char **argv)
mu_mailbox_expunge
(
mbox
);
mu_mailbox_close
(
mbox
);
mu_mailbox_destroy
(
&
mbox
);
mh_global_save_state
();
return
status
;
}
...
...
Please
register
or
sign in
to post a comment