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
2897310c
...
2897310cc6ab1f8021812223ce6430c395c39e70
authored
2003-03-11 14:12:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_draft_name): New function.
1 parent
e00edafe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
mh/mh_init.c
mh/mh_init.c
View file @
2897310
...
...
@@ -725,3 +725,11 @@ mh_annotate (message_t msg, char *field, char *text, int date)
attribute_set_modified
(
attr
);
}
char
*
mh_draft_name
()
{
char
*
draftfolder
=
mh_global_profile_get
(
"Draft-Folder"
,
mu_path_folder_dir
);
return
mh_expand_name
(
draftfolder
,
"draft"
,
0
);
}
...
...
Please
register
or
sign in
to post a comment