From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: email ui choices? Date: Wed, 15 Jul 2015 17:27:00 +0800 Message-ID: <87mvyxpy8r.fsf@ericabrahamsen.net> References: <20150714084809.GB11584@unser.net> <87lhejvwox.fsf@ericabrahamsen.net> <87pp3vvunk.fsf@gmx.us> <87si8ruftt.fsf@ericabrahamsen.net> <87egkbt0cd.fsf@gmx.us> <87lheiusrc.fsf@ericabrahamsen.net> <87mvyxlryh.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFIyC-000786-4d for emacs-orgmode@gnu.org; Wed, 15 Jul 2015 05:27:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFIy7-0004sp-9k for emacs-orgmode@gnu.org; Wed, 15 Jul 2015 05:27:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:50531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFIy7-0004sZ-3h for emacs-orgmode@gnu.org; Wed, 15 Jul 2015 05:27:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZFIy3-0004Rm-Kz for emacs-orgmode@gnu.org; Wed, 15 Jul 2015 11:27:08 +0200 Received: from 221.220.57.45 ([221.220.57.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2015 11:27:07 +0200 Received: from eric by 221.220.57.45 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2015 11:27:07 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rasmus writes: > Eric Abrahamsen writes: > >> But how does this handle composing new blank messages? > > When composing a new message it checks conditions (the first entry in a > list). So in your gnus buffer you can put your cursor on the mail group > you want to send from and it'll pick up the appropriate profile. > > Though personally I typically change the profile with > `rasmus/message-change-posting-style' after starting a new message buffer > (see below). Sort of like how "Gnus Alias" but for posting-styles. Ah, that's what I thought -- I really don't like having to go to a group to compose a message of a certain type. I should probably just start using gnus alias... >> What does `rasmus/gnus-posting-style-identity' do exactly? > > I put the code here. The λ you mention is just a way to combine more > match possibilities into one call to not repeat code. > > https://gitlab.com/snippets/6486 Thanks!