X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=texi%2Fsieve.texi;h=6bfcf2f524318de3680127155f21210e3bebe211;hb=5ed7ff00b3f3bce83210faf41accaff0c4b15f30;hp=8914f32e32e87f933329fec83ad03936fc169ec3;hpb=4bf3d453dedc331a6d1025c69fb60fe1f3088722;p=gnus diff --git a/texi/sieve.texi b/texi/sieve.texi index 8914f32e3..6bfcf2f52 100644 --- a/texi/sieve.texi +++ b/texi/sieve.texi @@ -83,6 +83,8 @@ Sieve is a language for server-side filtering of mail. The language is documented in RFC 3028. This manual does not attempt to document the language, so keep RFC 3028 around. +A good online Sieve resources is @uref{http://www.cyrusoft.com/sieve/}. + @menu * Installation:: Getting ready to use the package. * Sieve Mode:: Editing Sieve scripts. @@ -109,7 +111,7 @@ commands in your @code{~/.emacs}: (autoload 'sieve-mode "sieve-mode") @end lisp @lisp -(setq auto-mode-alist (cons '("\\.si\\(v\\|eve\\)\\'" . sieve-mode) +(setq auto-mode-alist (cons '("\\.s\\(v\\|iv\\|ieve\\)\\'" . sieve-mode) auto-mode-alist)) @end lisp @@ -127,13 +129,13 @@ runs the hook @code{sieve-mode-hook}. @vindex sieve-mode-syntax-table Sieve mode is derived from @code{c-mode}, and is very similar except for the syntax of comments. The keymap (@code{sieve-mode-map}) is -inherited from @code{c-mode}, as are the the variables for customizing +inherited from @code{c-mode}, as are the variables for customizing indentation. Sieve mode has its own abbrev table (@code{sieve-mode-abbrev-table}) and syntax table (@code{sieve-mode-syntax-table}). In addition to the editing utility functions, Sieve mode also contains -bindings to manage Sieve scripts remotely. @pxref{Managing Sieve}. +bindings to manage Sieve scripts remotely. @xref{Managing Sieve}. @table @kbd @@ -160,7 +162,7 @@ on a remote server. It can be invoked with @kbd{M-x sieve-manage RET}, which queries the user for a server and if necessary, user credentials to use. -When a server has been succesfully contacted, the Manage Sieve buffer +When a server has been successfully contacted, the Manage Sieve buffer looks something like: @example @@ -353,7 +355,7 @@ Indicate which script on the server should be active. The Emacs Sieve package implements all or parts of a small but hopefully growing number of RFCs and drafts documents. This chapter lists the relevant ones. They can all be fetched from -@samp{http://quimby.gnus.org/notes/}. +@uref{http://quimby.gnus.org/notes/}. @table @dfn