Merge pull request #813 from jsitnicki/guile-fix-get-parts

guile: Update calls to mu:get-parts after name change
This commit is contained in:
Dirk-Jan C. Binnema
2016-03-15 07:42:24 +02:00

View File

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