guile: remove save/save-as from manual
They are not currently implemented.
This commit is contained in:
@ -657,13 +657,13 @@ if there is none.
|
|||||||
@item @code{(mu:size <part>)} - returns the size in bytes of the mime-part
|
@item @code{(mu:size <part>)} - returns the size in bytes of the mime-part
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
Then, we may want to save the part to a file; this can be done using either:
|
@c Then, we may want to save the part to a file; this can be done using either:
|
||||||
@itemize
|
@c @itemize
|
||||||
@item @code{(mu:save part <part>)} - save a part to a temporary file, return the file
|
@c @item @code{(mu:save part <part>)} - save a part to a temporary file, return the file
|
||||||
name@footnote{the temporary filename is a predictable procedure of (user-id,
|
@c name@footnote{the temporary filename is a predictable procedure of (user-id,
|
||||||
msg-path, part-index)}
|
@c msg-path, part-index)}
|
||||||
@item @code{(mu:save-as <part> <path>)} - save part to file at path
|
@c @item @code{(mu:save-as <part> <path>)} - save part to file at path
|
||||||
@end itemize
|
@c @end itemize
|
||||||
|
|
||||||
@node Attachment example
|
@node Attachment example
|
||||||
@section Attachment example
|
@section Attachment example
|
||||||
|
|||||||
Reference in New Issue
Block a user