[Top] [Contents] [Index] [ ? ]

Manual for Gnus Sieve Support

This manual documents the Sieve Support for Gnus.

It is intended as a users manual.

SIEVE is a language for filtering mail, at the time of final delivery. The language is documented in RFC 3028. This manual does not attempt to document the language, so keep RFC 3028 around.

1. Install and Setup  Steps required to start using the package.
2. Basic Functions  Utility and basic parsing functions.
3. Index  Function and variable index.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

1. Install and Setup

Installation and setup of the Sieve support for Gnus is achieved by e.g. the following commands in your ~/.emacs:

 
(require 'sieve)
(setq auto-mode-alist (cons '("\\.siv\\'" . sieve-mode) auto-mode-alist))
(require 'gnus-sieve)
(gnus-sieve-setup)


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2. Basic Functions

This chapter describes the basic functions that this package provides.

In the Group buffer, the following commands are available:

S g
This command generate the Sieve script file (gnus-sieve-file) from the Gnus Group Parameters.

S u
This command generate the script as gnus-sieve-generate, saves it, and then invoke gnus-sieve-update-shell-command.

S a
This commands edits Group Parameters (just as Gnus builtin G p), but inserts some example Sieve script Group parameters as comments in the buffer.

In the Summary and Article buffers, the following commands are available:

S a
This command automatically derive a Sieve script for the current article and group. Currently it just uses the Sender: header, but in the future it may become more intelligent and possibly also interactive.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3. Index

Jump to:   G   I   S  

Index Entry Section

G
gnus-sieve-add-rule2. Basic Functions
gnus-sieve-article-add-rule2. Basic Functions
gnus-sieve-generate2. Basic Functions
gnus-sieve-update2. Basic Functions

I
Install1. Install and Setup

S
Setup1. Install and Setup

Jump to:   G   I   S  


[Top] [Contents] [Index] [ ? ]

Table of Contents

1. Install and Setup
2. Basic Functions
3. Index

[Top] [Contents] [Index] [ ? ]

Short Table of Contents

1. Install and Setup
2. Basic Functions
3. Index

[Top] [Contents] [Index] [ ? ]

About this document

This document was generated using texi2html

The buttons in the navigation panels have the following meaning:

Button Name Go to From 1.2.3 go to
[ < ] Back previous section in reading order 1.2.2
[ > ] Forward next section in reading order 1.2.4
[ << ] FastBack previous or up-and-previous section 1.1
[ Up ] Up up section 1.2
[ >> ] FastForward next or up-and-next section 1.3
[Top] Top cover (top) of document  
[Contents] Contents table of contents  
[Index] Index concept index  
[ ? ] About this page  

where the Example assumes that the current position is at Subsubsection One-Two-Three of a document of the following structure:

This document was generated by Simon Josefsson on July, 27 2002 using texi2html