projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0569d6d
)
Fixed bug introduced when changing from check_folder() to new
author
Joel Reicher
<jjr@panacea.null.org>
Sun, 4 Jun 2006 08:37:24 +0000
(08:37 +0000)
committer
Joel Reicher
<jjr@panacea.null.org>
Sun, 4 Jun 2006 08:37:24 +0000
(08:37 +0000)
create_folder() function. The folder name needed to be expanded to an
absolute path first. Similar things may have happened with other
conversions.
uip/mhstoresbr.c
patch
|
blob
|
history
diff --git
a/uip/mhstoresbr.c
b/uip/mhstoresbr.c
index
23b4ef2
..
1c05a42
100644
(file)
--- a/
uip/mhstoresbr.c
+++ b/
uip/mhstoresbr.c
@@
-570,7
+570,7
@@
store_content (CT ct, CT p)
folder = getfolder (1);
/* Check if folder exists */
- create_folder(folder, 0, exit);
+ create_folder(m_mailpath(folder), 0, exit);
/* Record the folder name */
ct->c_folder = add (folder, NULL);