From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hongxu Chen Newsgroups: gmane.emacs.help Subject: How to make my sent messages shown in a thread? Date: Thu, 06 Jun 2013 16:49:00 +0800 Message-ID: <87fvwvvd37.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370508596 17885 80.91.229.3 (6 Jun 2013 08:49:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Jun 2013 08:49:56 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 06 10:49:55 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UkVtI-0003y1-8Y for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Jun 2013 10:49:52 +0200 Original-Received: from localhost ([::1]:46298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVtH-0006ak-RQ for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Jun 2013 04:49:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVsh-0006VF-3k for help-gnu-emacs@gnu.org; Thu, 06 Jun 2013 04:49:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkVsY-0000rF-9Y for help-gnu-emacs@gnu.org; Thu, 06 Jun 2013 04:49:15 -0400 Original-Received: from mail-pd0-f176.google.com ([209.85.192.176]:43092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVsY-0000r8-20 for help-gnu-emacs@gnu.org; Thu, 06 Jun 2013 04:49:06 -0400 Original-Received: by mail-pd0-f176.google.com with SMTP id r11so3055858pdi.35 for ; Thu, 06 Jun 2013 01:49:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=O0nU9P92mpJ9j0GZSYyC0llhBRIPKR9iaz3qWQu6d5c=; b=nZ7OzHDEYozkSILGwxH7+V9Vi1zOCcB3i9cEZuFWeo/1Wgu8UWhRVir0wkJ/K96Lbb nM/dEe807R+HS5+so51mrb9bY0OIWPAyCZCuGPGe/qI9sbvbLEeN1AuMPkSyIvx2fR/E eaPUfOdc7Xb6yekpYGen4CjHfEgwPKevBX6RAxLmLrKzBfF+Gu0c17xvkhekSrRVLFfH 4ZDWoUg6OOBwCowg3OeCUNj2XIuig+XGfwIzHc6Os4yoJBb9Xs/vydVIAK1FDYTmww6z BofHcQJZawMywWi1FAm4kq10F3R3deDCfAkC3+hNWvY31QRzDLORgf2ME4BlKCITWGo2 Q5Kg== X-Received: by 10.68.135.231 with SMTP id pv7mr36999671pbb.108.1370508545113; Thu, 06 Jun 2013 01:49:05 -0700 (PDT) Original-Received: from hongxuchen-VM.STAP ([167.220.232.198]) by mx.google.com with ESMTPSA id kv2sm71928606pbc.28.2013.06.06.01.49.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 06 Jun 2013 01:49:04 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.176 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91343 Archived-At: Hi list, I am using Gnus and there is a problem with it: When I send a message, it goes to the `sent' archive. But when someone else replies, I cannot see my own in the THREAD-VIEW. Yeah, I can always see the original words of ourselves if others also quote it; but is it possible for Gnus to grab my message when I am using `A T' in gnus summary buffer(just as if it is a mail list mirror)? Another related question about the experience of thread reading: When I `(setq gnus-fetch-old-headers t)', the articles in one thread are is NOT always guaranteed to be listed; at least less than the entries when `gnus-summary-refer-thread' is executed. Is it supposed to be so or I am missing something? Thanks, Hongxu Chen