From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31095 Path: main.gmane.org!not-for-mail From: Michael Klingbeil Newsgroups: gmane.emacs.gnus.general Subject: Re: Multiple accounts Date: 19 May 2000 17:18:23 +0200 Organization: Wohnzimmer Sender: owner-ding@hpc.uh.edu Message-ID: <8g3t10.134.1@michael.qad.org> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167543 12095 80.91.224.250 (21 Oct 2002 02:32:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:32:23 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id E4759D051E for ; Fri, 19 May 2000 12:01:23 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB20739; Fri, 19 May 2000 11:01:22 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 May 2000 11:00:46 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA05176 for ; Fri, 19 May 2000 11:00:35 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id 1305AD051E for ; Fri, 19 May 2000 12:00:49 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id SAA20523 for ding@gnus.org; Fri, 19 May 2000 18:02:38 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 30 Original-NNTP-Posting-Host: dialin38-19.mlppp.hamburg.nikoma.de Original-X-Trace: quimby.gnus.org 958752158 16532 213.54.19.38 (19 May 2000 16:02:38 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 19 May 2000 16:02:38 GMT X-Posting-Agent: Hamster/1.3.18.0 X-Face: G+|Y;s$uU[xSTx*!fZ!3_!bcgV+:MTM]EA%yq8Mv<\;wHvZx&u4g,z,nPN+giIX [ew;L{\Qu%w;H%%gy;9OfP^Rep>C}Zs"FFZB2BwOks8hS4ZBE}vh;+|U`2.|OM/ ~>BodT=<<*02Ah#C[Obj5V[y7ev7f*.g5&ClVDbC^d^&YX%Y7thjc"IK2W^qI1o} User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Kastor and Polydeukes) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31095 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31095 *** Jorge Godoy schrieb: > Hi! > > I have multiple e-mails addresses and often receive messages on > them. I'd like to reply to these people using the same address they > sent the message to. Could you help me to configure this? (setq gnus-posting-styles '((".*" (address "michael@qad.org" )) (signature-file "~/.signature") ("nnml:Hamster" (address "mklingbeil@telda.net")) ("nnml:EHamster" (address "mklingbeil@telda.net")) ("nnml:Privat-Telda" (address "mklingbeil@telda.net")) ("nnml:Privat-bigfoot" (address "mklingbeil@bigfoot.de")) ("nnml:Privat-GMX" (address "mklingbeil@gmx.de")) ("nnml:Privat-GMX-net" (address "michael.klingbeil@gmx.net")) ("nnml:Privat-Qad" (address "michael@qad.org")) ("nnml:Privat-michael-Qad" (address "michael@michael.qad.org")) ("nnml:mklingbeil-Qad" (address "mklingbeil@michael.qad.org")) ("^de.comp.*" (address "michael@qad.org")) ("^comp.*" (address "mklingbeil@gmx.de")) )) > And, by the way, how can I see all the message headers on the current > message? t -- micha