all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fancy splitting in Gnus
@ 2017-09-11 20:55 Narendra Joshi
  2017-09-12  3:23 ` Teemu Likonen
  0 siblings, 1 reply; 7+ messages in thread
From: Narendra Joshi @ 2017-09-11 20:55 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I use the following to do fancy splitting.

,----
| 
| (setq gnus-select-method
|       `(nnimap "gmail"
|                (nnimap-address "imap.gmail.com")
|                (nnir-search-engine imap)
|                (nnimap-inbox "INBOX")
|                (nnimap-stream ssl)
|                (nnimap-split-methods ,nnmail-split-fancy)))
| 
| 
`----

I have observed that every time I add a new entry to
`nnmail-split-fancy', it takes time for Gnus to recognize that it has to
split those emails that match the new entry. Or it is something that I
don't recognize which triggers the splitting. Any help would be greatly
appreciated.

Thanks,
-- 
Narendra Joshi



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

end of thread, other threads:[~2017-09-13 16:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-11 20:55 Fancy splitting in Gnus Narendra Joshi
2017-09-12  3:23 ` Teemu Likonen
2017-09-12  4:16   ` Narendra Joshi
2017-09-13 10:38   ` Göktuğ Kayaalp
2017-09-13 13:08     ` Narendra Joshi
2017-09-13 15:31       ` Göktuğ Kayaalp
2017-09-13 16:16         ` Narendra Joshi

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.