Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Benjamin Slade <slade@uta.edu>
To: news@kloecker.org (Jens Klöcker)
Cc: info-gnus-english@gnu.org
Subject: Re: multi-email gnus setup questions
Date: Wed, 23 Dec 2015 14:38:28 -0700	[thread overview]
Message-ID: <87d1twonfv.fsf@jnanam.net> (raw)
In-Reply-To: <8760zpxvr8.fsf@kloecker.org> ("Jens \=\?utf-8\?Q\?Kl\=C3\=B6cker\?\= \=\?utf-8\?Q\?\=22's\?\= message of "Wed, 23 Dec 2015 12:14:03 +0100")

news@kloecker.org (Jens Klöcker) writes:

> I have one. It's looking like this:
>
> --8<---------------cut here---------------start------------->8---
> (setq gnus-secondary-select-methods
>       '((nnimap "work"
>                 SOME CONFIG OPTIONS
>                 (nnimap-inbox "INBOX")
>                 (nnimap-split-methods 'nnimap-split-fancy)
>                 (nnimap-split-fancy
>                  (| SOME FANCY RULES HERE
>                   )
>                  )
>                 )
>         (nnimap "private"
>                 SOME CONFIG OPTIONS
>                 (nnimap-inbox "INBOX")
>                 (nnimap-split-methods 'nnimap-split-fancy)
>                 (nnimap-split-fancy
>                  (| SOME OTHER FANCY RULES HERE
>                   )
>                  )
>                 )
>                )
> --8<---------------cut here---------------end--------------->8---
>

Ok, that worked for me. Many thanks.

I'm still stuck on getting my "expired" mail to move to [Gmail]/Bin

  (setq gnus-secondary-select-methods
        '((nnimap "work"
                  (nnimap-inbox "INBOX")
                  ....
                  (nnmail-expiry-target "nnimap+work:[Gmail]/Bin")					      
        	  (nnmail-expiry-wait immediate)
                  )
               )
          )

I've tried changing "nnmail-expiry-target" to "nnimap-expiry-target";
I've tried changing "/Bin" to "/Trash" (but it should be former for my
account); I've tried changing "/Bin" to ".Bin", all the various
permutations of these.

As well, I tried various ways of setting up
```nnmail-fancy-expiry-target```. But I couldn't get any of these to
work. Even with ```nnmail-expiry-wait immediate``` set. The messages are
removed from the INBOX, and marked read, but are not moved to
[Gmail]Bin(~Trash).

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2015-12-23 21:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22  0:05 Benjamin Slade
2015-12-22  1:06 ` Eric Abrahamsen
2015-12-22 21:15   ` Benjamin Slade
     [not found]   ` <mailman.430.1450858810.843.info-gnus-english@gnu.org>
2015-12-23 11:14     ` Jens Klöcker
2015-12-23 21:38       ` Benjamin Slade [this message]
2015-12-24  6:32         ` Eric Abrahamsen
2015-12-24 21:22           ` Benjamin Slade
2015-12-25  2:11             ` Eric Abrahamsen
2015-12-27  4:01               ` Benjamin Slade
2015-12-27  4:08                 ` Eric Abrahamsen
2015-12-28  0:33                   ` B.V. Raghav
2015-12-25  3:18             ` B.V. Raghav
2015-12-25  3:25               ` Eric Abrahamsen
2015-12-24  3:28       ` Eric Abrahamsen

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=87d1twonfv.fsf@jnanam.net \
    --to=slade@uta.edu \
    --cc=info-gnus-english@gnu.org \
    --cc=news@kloecker.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).