[Top] | [Contents] | [Index] | [ ? ] |
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] | [ ? ] |
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] | [ ? ] |
This chapter describes the basic functions that this package provides.
In the Group buffer, the following commands are available:
gnus-sieve-file
) from
the Gnus Group Parameters.
gnus-sieve-generate
, saves
it, and then invoke gnus-sieve-update-shell-command
.
In the Summary and Article buffers, the following commands are available:
Sender:
header,
but in the future it may become more intelligent and possibly also
interactive.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Jump to: | G I S |
---|
Jump to: | G I S |
---|
[Top] | [Contents] | [Index] | [ ? ] |
1. Install and Setup
2. Basic Functions
3. Index
[Top] | [Contents] | [Index] | [ ? ] |
1. Install and Setup
2. Basic Functions
3. Index
[Top] | [Contents] | [Index] | [ ? ] |
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 |