Update calls to mu:get-parts after name change

In commit 8e3fbe380e mu:get-parts was renamed to mu:c:get-parts but
get-parts method was not updated. Fix it.
This commit is contained in:
Jakub Sitnicki 2016-03-05 18:55:14 +01:00
parent eab45dc88d
commit 739f020764
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@
(define mu:c:log)
(define mu:warning)
(define mu:c:log)
(define mu:get-parts))
(define mu:c:get-parts))
(define (mu:log-warning frm . args)
"Log FRM with ARGS at warning."
@ -297,7 +297,7 @@ only get the part with file names."
#:name (list-ref part 2)
#:mime-type (list-ref part 3)
#:size (list-ref part 4)))
(mu:get-parts (slot-ref msg 'msg) files-only)))
(mu:c:get-parts (slot-ref msg 'msg) files-only)))
(define-method (mu:attachments (msg <mu:message>))
"Get the attachments for MSG as a list of <mu:part> objects."