diff options
Diffstat (limited to 'piem.el')
-rw-r--r-- | piem.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -384,7 +384,7 @@ buffer." nil)))) -;;;; Maildir injection +;;;; Download helpers (defvar piem--has-gunzip) (defun piem-check-gunzip () @@ -418,6 +418,9 @@ buffer indicates that the request did not result in an error." (let ((url-asynchronous nil)) (url-retrieve url #'piem--decompress-callback))) + +;;;; Maildir injection + (defun piem--write-mbox-to-maildir () (let ((n-added 0) (n-skipped 0)) |