From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15778 Path: news.gmane.org!not-for-mail From: Leo Butler Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus-summary-line-format for outboxes Date: Wed, 05 Sep 2012 17:12:08 -0400 Message-ID: <86sjaw8993.fsf@mth-pe120-ux01.butler.org> References: <87pq60s4kv.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1346879536 11207 80.91.229.3 (5 Sep 2012 21:12:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2012 21:12:16 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Sep 05 23:12:18 2012 Return-path: Envelope-to: gegu-info-gnus-english@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 1T9MtW-0008Lv-57 for gegu-info-gnus-english@m.gmane.org; Wed, 05 Sep 2012 23:12:18 +0200 Original-Received: from localhost ([::1]:37785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9MtT-0002k3-5c for gegu-info-gnus-english@m.gmane.org; Wed, 05 Sep 2012 17:12:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9MtN-0002if-ML for info-gnus-english@gnu.org; Wed, 05 Sep 2012 17:12:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9MtJ-0003uF-7G for info-gnus-english@gnu.org; Wed, 05 Sep 2012 17:12:09 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:34882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9MtJ-0003tx-0e for info-gnus-english@gnu.org; Wed, 05 Sep 2012 17:12:05 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T9MtH-00086K-DS for info-gnus-english@gnu.org; Wed, 05 Sep 2012 23:12:03 +0200 Original-Received: from 141.209.171.21 ([141.209.171.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2012 23:12:03 +0200 Original-Received: from l.butler by 141.209.171.21 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2012 23:12:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 141.209.171.21 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:bn4Fovz+1y823itOcZiSHYNFYTE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15778 Archived-At: Lars Ingebrigtsen writes: > Leo Butler writes: > >> I am curious as to how one sets gnus-summary-line-format `corrrectly' for an >> email outbox? Is is really necessary create a user-defined function to >> fish the To field out of the header information? > > No, I think Gnus will show the To header instead of the From header by > default now. If the backend gives Gnus the required information, which > most of them do. Even with the tip of the master branch, Gnus was not showing the To header. Adam's advice did work for me, though. Thanks, Leo.