From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77429 Path: news.gmane.org!not-for-mail From: ltsampros@upnet.gr Newsgroups: gmane.emacs.gnus.general Subject: user-full-name and gnus-posting-styles Date: Tue, 01 Mar 2011 13:05:35 +0200 Message-ID: <87wrkj9k3k.fsf@bifteki.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298979147 23929 80.91.229.12 (1 Mar 2011 11:32:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2011 11:32:27 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25753@lists.math.uh.edu Tue Mar 01 12:32:23 2011 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 1PuNoT-0006Hz-Od for ding-account@gmane.org; Tue, 01 Mar 2011 12:32:22 +0100 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 1PuNo6-0007rH-86; Tue, 01 Mar 2011 05:31:58 -0600 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 1PuNo3-0007qs-85 for ding@lists.math.uh.edu; Tue, 01 Mar 2011 05:31:55 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PuNo0-0005XU-HB for ding@lists.math.uh.edu; Tue, 01 Mar 2011 05:31:54 -0600 Original-Received: from mail-yi0-f44.google.com ([209.85.218.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PuNnz-0000F2-Es for ding@gnus.org; Tue, 01 Mar 2011 12:31:51 +0100 Original-Received: by yic13 with SMTP id 13so203320yic.17 for ; Tue, 01 Mar 2011 03:31:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:from:to:subject:date:message-id :user-agent:mime-version:content-type; bh=ZQKGiGXNCycVyFpQ/lESVRx/UTUdH1WSeS6DhENv930=; b=Y8Q3p2AVglxVDPIj//ttAH5y938XtVAhnibqOW+a2DNfIFTF+hdQCx4mva0+AUvieu 2ysoBVFDEJyLheqsjhAfeGdymH4xZsYHatLCaBuIGJ9HuMXw69yL+48bUZZE4XnePxQU HZbl69Kdd86lpF1ok37yQg1KDtDWfI+6aRgEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:user-agent:mime-version :content-type; b=ZBCdUTkF+Ax+9ihXhZmAx4tfP7RZJpWjGkE6bBq/1qAKfJpr51ruRDlB5hTKYiAlHU dAtqiRV1JWjDk737nGRKzAuhD8+1jBPLHmbS/ZUXFfzzbo8SdzeVJj9N6hfF30CQNbPp eCBXMVFCRpSp6Zo3tnALvNlkZNrzrEdw8Ng3E= Original-Received: by 10.151.40.16 with SMTP id s16mr8740774ybj.35.1298979105060; Tue, 01 Mar 2011 03:31:45 -0800 (PST) Original-Received: from bifteki.lan ([212.205.26.1]) by mx.google.com with ESMTPS id 5sm2895867yhl.14.2011.03.01.03.31.42 (version=SSLv3 cipher=OTHER); Tue, 01 Mar 2011 03:31:43 -0800 (PST) Original-Received: from ltsampros-ferrari-one-200 (localhost.localdomain [127.0.0.1]) by bifteki.lan (Postfix) with ESMTP id E395564A137 for ; Tue, 1 Mar 2011 13:05:35 +0200 (EET) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77429 Archived-At: Hi, I'm using latest Emacs from bzr as of yesterday, and I've noticed the following behaviour which used to work with the Gnus included in Emacs 23.1: (setq user-full-name "Leonidas Tsampros" user-mail-address "username@lala.gr") (setq gnus-posting-styles '((".*" (address "username@lala.gr")) ("lala" (address "username@lala1.gr")) ("soupa" (address "username@soupa.gr")) ("mousaka" (address "username@mousaka.com")) ("baz" (address "me@baz.com")) )) Upon sending a mail, my name is not included in the From header. What has changed with regards to this setting? I also tested setting 'name' in the .* post-style, with no luck. Thanks, Leonidas