bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] elisp files


From: Peter S Galbraith
Subject: Re: [bug-mailutils] elisp files
Date: Mon, 18 Aug 2003 08:58:20 -0400

Sergey Poznyakoff <address@hidden> wrote:

> Hi Jordi,
> 
> Jordi Mallach <address@hidden> wrote:
> 
> > Peter suggested me that I moved this file to mailutils-mh directly,
> > as it only sets up stuff in emacs to use mu-mh correctly.
> 
> I agree.
> 
> > Are there more .el files planned in mailutils in the short/middle term?
> 
> Yes, sieve-mode.el is to appear by the end of this week.

Is this it?

http://quimby.gnus.org/cgi-bin/cvsweb.cgi/~checkout~/gnus/lisp/sieve-mode.el?rev=6.9&content-type=text/plain&sortby=rev

;; This file contain editing mode functions and font-lock support for
;; editing Sieve scripts.  It sets up C-mode with support for
;; sieve-style #-comments and a lightly hacked syntax table.  It was
;; strongly influenced by awk-mode.el.
;;
;; Put something similar to the following in your .emacs to use this file:
;;
;; (load "~/lisp/sieve")
;; (setq auto-mode-alist (cons '("\\.siv\\'" . sieve-mode) auto-mode-alist))
;;
;; References:
;;
;; RFC 3028,
;; "Sieve: A Mail Filtering Language",
;; by Tim Showalter.

I don't know Sieve, the mail filtering language.  If this is something
that Jordi wants to package, it could go in `mailutils-el'.  

The mailutils-mh.el file should still go in `mailutils-mh' as a start-up
script.

[No to to CC me.  I am subscribed.]

Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]