X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fsieve-manage.el;h=a3647061d15906709a9d6111a9cfeae0062f1f03;hb=c9a58d3bdde1e6a8d653c1126f807da23441e459;hp=3d04a5a939f0a7a5cacb44e209e466c3c7bc08b9;hpb=7bce91858ee6fb373f48aebbfff6bf508f8dbbe8;p=gnus diff --git a/lisp/sieve-manage.el b/lisp/sieve-manage.el index 3d04a5a93..a3647061d 100644 --- a/lisp/sieve-manage.el +++ b/lisp/sieve-manage.el @@ -1,7 +1,7 @@ ;;; sieve-manage.el --- Implementation of the managesive protocol in elisp -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +;; 2010 Free Software Foundation, Inc. ;; Author: Simon Josefsson @@ -70,7 +70,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) @@ -79,6 +79,7 @@ (require 'password)) (eval-when-compile + (require 'cl) ; caddr (require 'sasl) (require 'starttls)) (autoload 'sasl-find-mechanism "sasl")