Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* multi-email gnus setup questions
@ 2015-12-22  0:05 Benjamin Slade
  2015-12-22  1:06 ` Eric Abrahamsen
  0 siblings, 1 reply; 14+ messages in thread
From: Benjamin Slade @ 2015-12-22  0:05 UTC (permalink / raw)
  To: info-gnus-english

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 ?



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-12-28  0:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-22  0:05 multi-email gnus setup questions 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
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

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).