Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Benjamin Slade <slade@jnanam.net>
To: info-gnus-english@gnu.org
Subject: multi-email gnus setup questions
Date: Mon, 21 Dec 2015 17:05:14 -0700	[thread overview]
Message-ID: <87mvt3ny9x.fsf@jnanam.net> (raw)

A few issues I'm stuck on. Partially owing to using multiple accounts,
perhaps.

(1) Splitting mail with multiple accounts.
I have this in my .gnus.el:

;; mail splitting
(setq nnimap-split-inbox "INBOX")
 (setq nnimap-split-predicate "UNDELETED")
 (setq nnmail-split-fancy ;; 
       '(|                                ;;
         (: gnus-registry-split-fancy-with-parent) ;;
	 ("List-Id" ".*help-gnu-emacs.gnu.org" "INBOX.emacs.help")
	 (to "someone@domain.net" "INBOX.someone")
         "INBOX"                          ;; 
        ))
 (setq nnimap-split-rule 'nnmail-split-fancy)
 (setq nnmail-split-methods 'nnimap-split-fancy) ;; 
 (gnus-registry-initialize) ;;

But it doesn't seem to create new folders/groups for either rule.  What
am I doing wrong?  Is it an issue of having multiple accounts?

(2) Splitting mail with Gmail/other apps:
Assuming I can successfully split mail, if I split into something like
INBOX.emacs, will other connecting non-gnus mail clients see mail in
INBOX.emacs as being in the INBOX?

(3) Customizing the C-x gnus menu:
Right I see things like nnimap+gmail1account:INBOX. Is there a way to
customize this, to look like FirstAccount:INBOX ?



             reply	other threads:[~2015-12-22  0:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22  0:05 Benjamin Slade [this message]
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
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=87mvt3ny9x.fsf@jnanam.net \
    --to=slade@jnanam.net \
    --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).