all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus: Gcc and imap folders
@ 2016-09-02 10:38 Arash Esbati
  2016-09-12  9:58 ` Tassilo Horn
  0 siblings, 1 reply; 5+ messages in thread
From: Arash Esbati @ 2016-09-02 10:38 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

Hi all,

I can't get Gcc and threading work reliably in imap folders.  Here an
example: Incoming mail is shown without parent.


[-- Attachment #2: gnus.png --]
[-- Type: image/png, Size: 21326 bytes --]

[-- Attachment #3: Type: text/plain, Size: 61 bytes --]


When I hit `A r', the parent is shown and I get threading:


[-- Attachment #4: gnus01.png --]
[-- Type: image/png, Size: 10336 bytes --]

[-- Attachment #5: Type: text/plain, Size: 1123 bytes --]


One thing occured to me is that pretty printing of char numbers is
broken (n/a) -- it looks fine for the same message in my sent-mail
archive (I Gcc all mails into nnml+archive:sent-mail, see below).  I
regenerated nnml+archive and .overview file seems also ok.

Any hint how I can get my hands on this issue?

Some relevant parts of my .gnus are:

;; Archiving
(setq gnus-message-archive-method
      '(nnml "archive"
	     (nnml-directory   "~/Mail/archive")
	     (nnml-active-file "~/Mail/archive/active")
	     (nnml-get-new-mail nil)
	     (nnml-inhibit-expiry t)))

(setq gnus-message-archive-group
      '((if (message-news-p)
	    "sent-news"
	  "sent-mail")))

;; Finding the Parent
(setq gnus-refer-article-method
      '(current
	(nnml "archive")))

;; Group parameters
(setq gnus-parameters
      '(("^nnimap\\+gmail:.*"
	 (gnus-show-threads t)
	 (gnus-thread-sort-functions
	  '(gnus-thread-sort-by-number
	    gnus-thread-sort-by-subject
	    (not gnus-thread-sort-by-date)))
	 (gnus-use-scoring nil)
	 (display . all)
	 (gnus-summary-line-format
	  "%U%R%z%B%(%4k: %-20,20f%) %d %3{%s%}\n"))))

TIA, Arash

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

end of thread, other threads:[~2016-09-13  8:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-02 10:38 Gnus: Gcc and imap folders Arash Esbati
2016-09-12  9:58 ` Tassilo Horn
2016-09-12 14:30   ` Arash Esbati
2016-09-12 16:22     ` Tassilo Horn
2016-09-13  8:42       ` Arash Esbati

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.