From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69546 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.gnus.general Subject: Having sent mail inside threads in inbox Date: Thu, 15 Apr 2010 19:02:54 +0200 Message-ID: <87633s7io1.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271352186 21432 80.91.229.12 (15 Apr 2010 17:23:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2010 17:23:06 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17940@lists.math.uh.edu Thu Apr 15 19:23:04 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O2SmM-0005ll-NN for ding-account@gmane.org; Thu, 15 Apr 2010 19:23:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1O2SmK-0000O3-9x; Thu, 15 Apr 2010 12:23:00 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1O2SV3-0000Fl-HA for ding@lists.math.uh.edu; Thu, 15 Apr 2010 12:05:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O2SV2-0006RI-6j for ding@lists.math.uh.edu; Thu, 15 Apr 2010 12:05:09 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1O2SV1-0004pI-00 for ; Thu, 15 Apr 2010 19:05:07 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O2SUx-0004xo-3j for ding@gnus.org; Thu, 15 Apr 2010 19:05:03 +0200 Original-Received: from uni14-1-82-233-220-106.fbx.proxad.net ([82.233.220.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2010 19:05:03 +0200 Original-Received: from antoine.levitt by uni14-1-82-233-220-106.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2010 19:05:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: uni14-1-82-233-220-106.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:7ZYEkIjDE8+CwxumULIGVyS42a4= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69546 Archived-At: Hello, I'm moving to gnus from gmail, and am learning about the threading system. I'd like to have my sent mail displayed inside the threads in my inbox. That is, if a guy sends me A, I reply B, and he replies C, I'd like to have A -> B ---> C so I can read back old conversations in full, just like what I do on gmail. Right now, the best I've found I can do is (setq gnus-build-sparse-threads 'more) which display "ghosts" messages, so I get A -> some stuff I can't read if I select it ---> C How do people adress that problem?