Load and call merge on DW.
This commit is contained in:
parent
dfb60f9682
commit
8d6ad646c3
3 changed files with 11 additions and 3 deletions
|
@ -58,6 +58,7 @@
|
|||
mbase-active-emails
|
||||
|
||||
mbase-merge-mailman
|
||||
mbase-merge-dokuwiki
|
||||
|
||||
do-with-mbase-progress%
|
||||
with-mbase-progress%
|
||||
|
@ -310,6 +311,11 @@
|
|||
(add1 i))))
|
||||
(progress%-advance 1)))))
|
||||
|
||||
;; Adds dokuwiki information to all users found, returns new mbase
|
||||
;; and list of remaining users.
|
||||
(define (mbase-merge-dokuwiki mb dw)
|
||||
(values mb dw))
|
||||
|
||||
;; Simple syntax wrapper
|
||||
(define-syntax with-mbase-progress%
|
||||
(syntax-rules ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue