info-gnus-english
[Top][All Lists]
Advanced

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

Re: How to deal with "Archive" and "delete" in gmail?


From: Cor
Subject: Re: How to deal with "Archive" and "delete" in gmail?
Date: Thu, 04 Apr 2013 11:52:33 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

The Feisty Youngster Rainer@krugs.de (Rainer M. Krug)
scribbled this (selectively-snipped-or-not-p) stuff

>Cor  <cor@clsnet.nl> writes:
>
>> The Feisty Youngster Rainer@krugs.de (Rainer M. Krug)
>> scribbled this (selectively-snipped-or-not-p) stuff
>>
>>>
>>>In contrast, "Deleting" can be achieved by moving the message to the
>>>folder [gmail]\bin (or what it is called in the locale one is using). 
>>>
>>>Now I am using Expire to move the emails to the bin folder, i.e. to
>>>delete them. But is there something similar I could use to Archive them?
>>>especially archiving several message becomes a pain. 
>>
>> if you use something like this to sort mail to read in gnus:
>>
>> ;; (setq nnmail-split-methods
>>       '(
>>      ("cron"         "^Subject: cron:.*")
>>      ("cvs"          "^Subject: \\[CVS\\]")
>>      ("rootmail"     "^From: root@ ")
>>         ...
>>      ("spam"     ""))))

>I assume this is automatically splitting the messages - correct? I am
>actually looking for something to do it manually.
>I wil loo into the automatic version later, but not that applicable as I
>am using gnus mainly for email.

Yes, I do read mail in gnus.
Gnus gets it mail (in linmux) from /var/spool/mail/user file and then
the nnmail split metthos kicks in.
to make a group in gnus  

;;  G > m  name [enter]  method: nnml [enter]
sorting into a the destined is automatic.
the "spam" group is my catch-all-other-mail-group.

and you can set diverse mailheaders and or other regexes per group in: 

;;;as an examples from my gnus.el file:

;; (setq gnus-posting-styles

      '((".*"

;; for normal newsgroups

         (From "Cor  <cor@clsnet.nl>")
         (Organization "Clsnet Linux Systems")
         (signature-file "~/.signature"))

;; for mail use         
         
         ("nnml.private"
         (From "Cor <cor@clsnet.nl>")
         (signature-file "~/.priv-sig"))))

Hope it helps a bit.

Cor


-- 
 Slaven hebben geen recht op zelfverdediging, mensen ook niet vlg de UN
Dieren hebben recht op een gezonde plaats, mijn bord en het bos zijn dat
                 Hier noemen een slecht jager vegetarier
                         http://www.nerdstein.nl


reply via email to

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