* mu4e-hdrs: don't wait when creating maildirs

This commit is contained in:
djcb 2012-01-12 00:18:38 +02:00
parent 2e538de259
commit eef777a604
1 changed files with 0 additions and 1 deletions

View File

@ -717,7 +717,6 @@ not provided, function asks for it."
(and (yes-or-no-p
(format "%s does not exist. Create now?" fulltarget))
(mu4e-proc-mkdir fulltarget)))
(sleep-for 1) ;; ugly
(mu4e-hdrs-mark 'move target)
(mu4e-next-header)))))