X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fsieve-manage.el;h=a3647061d15906709a9d6111a9cfeae0062f1f03;hb=c9a58d3bdde1e6a8d653c1126f807da23441e459;hp=5b5439fab7327c784309e0c51d489abf174336fe;hpb=ff79efac756f360c9a48b292b4619699fe19d057;p=gnus diff --git a/lisp/sieve-manage.el b/lisp/sieve-manage.el index 5b5439fab..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 @@ -79,6 +79,7 @@ (require 'password)) (eval-when-compile + (require 'cl) ; caddr (require 'sasl) (require 'starttls)) (autoload 'sasl-find-mechanism "sasl")