Jens Grivolla <[EMAIL PROTECTED]> writes:

> I had been using vm for a while and finally didn't like it much, and
> setting up gnus for mail the way I wanted it didn't seem very
> straightforward or possible.  For mail, I like to be able to easily
> push messages around between folders.  Because I don't always exactly
> remember the hierarchy of folders I have, the easiest way is having it
> shown on screen and using the mouse in many cases.

Setting up gnus is never straightforward, but almost always possible.
:-)

My .gnus setup evolved from some stuff posted years ago on
gnu.emacs.gnus.  There may be better ways, but this works for me.
Once messages are split into their respective folders, you move them
around using "Bm" and "Bc" commands in the *Summary* buffer.

E-mail me if I can help.

Here's an excerpt from the important part of my .gnus file...

;; Split incoming mail between various groups.
(setq nnmail-split-methods 
      (list
       (list "ml.2xbass"        "^Sender:.*2XBASSLIST-owner")
       (list "ml.acm.technews"  "^Sender:.*<TECHNEWS@.*ACM.ORG>")
       (list "ml.agnula.announce"
             "^Sender:.*[EMAIL PROTECTED]")
       (list "ml.agnula.devel"  "^Sender:.*[EMAIL PROTECTED]")
       (list "ml.agnula.users"  "^Sender:.*[EMAIL PROTECTED]")
       (list "ml.alsa.announce" "^Sender:.*alsa-announce-")
       (list "ml.alsa.devel"    "^Sender:.*alsa-devel-")
       (list "ml.alsa.user"     "^Sender:.*alsa-user-")
       (list "ml.ardour.devel"  "^Sender:.*ardour-dev")
       (list "ml.ardour.users"  "^Sender:.*ardour-users")
       (list "ml.debian.announce" "^X-Mailing-List:.*debian-announce@")
       (list "ml.debian.devel"  "^X-Mailing-List:.*debian-devel@")
       (list "ml.debian.devel.announce"
             "^X-Mailing-List:.*debian-devel-announce@")
       (list "ml.debian.news"   "^X-Mailing-List:.*debian-news@")
       (list "ml.debian.security.announce"
             "^X-Mailing-List:.*debian-security.announce@")
       (list "ml.debian.user"   "^X-Mailing-List:.*debian-user@")
       (list "ml.jackit.devel"  "^Sender:.*jackit-devel")
       (list "ml.linux.audio.dev" "^Sender:.*linux-audio-dev")
       (list "inbox" "")))

Regards,
-- 
  Jack O'Quin
  Austin, Texas, USA
  http://www.stellajazz.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to