Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Cor  <cor@clsnet.nl>
To: info-gnus-english@gnu.org
Subject: Re: How to deal with "Archive" and "delete" in gmail?
Date: Thu, 04 Apr 2013 11:52:33 +0000	[thread overview]
Message-ID: <87eheqecn2.fsf@ariadne.clsnet.nl> (raw)
In-Reply-To: <mailman.23488.1365063160.855.info-gnus-english@gnu.org>

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

  parent reply	other threads:[~2013-04-04 11:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.23374.1364987079.855.info-gnus-english@gnu.org>
2013-04-03 14:33 ` Cor
2013-04-04  8:12   ` Rainer M. Krug
     [not found]   ` <mailman.23488.1365063160.855.info-gnus-english@gnu.org>
2013-04-04 11:52     ` Cor [this message]
2013-04-03 11:04 Rainer M. Krug
2013-04-03 14:57 ` W. Greenhouse
2013-04-04  8:09   ` Rainer M. Krug
2013-04-04 14:37     ` W. Greenhouse
2013-04-05  8:46       ` Rainer M. Krug

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eheqecn2.fsf@ariadne.clsnet.nl \
    --to=cor@clsnet.nl \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).