* riece-mixi.el: New file.
[elisp/mixi.git] / mixi-wl.el
index 7ff0630..d4bf6e9 100644 (file)
 ;;; Code:
 
 (require 'sb-mixi)
-(require 'wl-draft)
+
+;; Functions and variables which should be defined in the other module
+;; at run-time.
+(eval-when-compile
+  (defvar mail-header-separator)
+  (defvar wl-mime-charset)
+  (defvar wl-draft-send-confirm-with-preview)
+  (defvar wl-draft-send-mail-function)
+  (autoload 'std11-field-body "std11")
+  (autoload 'eword-decode-string "eword-decode")
+  (autoload 'wl-draft-set-sent-message "wl-draft")
+  (autoload 'wl-draft-write-sendlog "wl-draft")
+  (autoload 'decode-mime-charset-string "mcharset"))
 
 (defsubst mixi-wl-get-recipients-from-buffer ()
   (or (std11-field-body "mixi-to")