From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Valtteri Vuorikoski Newsgroups: gmane.emacs.devel Subject: Re: Keeping multiple configurations for outgoing mail Date: Wed, 13 Oct 2021 19:09:29 +0300 Message-ID: <20211013160929.gzc5bhd3fyuhquwe@donburi.himad.notcom.org> References: <87ily1ksc8.fsf@autistici.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9703"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: NeoMutt/20210205-804-7958fd-dirty Cc: emacs-devel@gnu.org To: Andrea Monaco Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 13 18:15:40 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1maguq-0002FC-2n for ged-emacs-devel@m.gmane-mx.org; Wed, 13 Oct 2021 18:15:40 +0200 Original-Received: from localhost ([::1]:57284 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maguo-00070Z-4e for ged-emacs-devel@m.gmane-mx.org; Wed, 13 Oct 2021 12:15:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41458) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1magp2-0000Sz-6j for emacs-devel@gnu.org; Wed, 13 Oct 2021 12:09:40 -0400 Original-Received: from mail.netcrew.fi ([2001:67c:15c:1::62:1]:45088) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1magoz-0001rv-0d for emacs-devel@gnu.org; Wed, 13 Oct 2021 12:09:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=notcom.org; s=nc3; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject :Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=/JKjNoez0zcgTyRfBE+qT3ToVqI8XZ+q3rGBm3pDJEw=; b=kUUiZsUmclv3I8g6rZs0yyjjI6 Olm+FpeS0C3IUXPC7lTeeQBseCej26kapjrFPqvPZCVpJAc6BAkQYEOti00OcN8RORYdW3gPoE6Ij GYQtaBks1MeVL4xE7NMXj2TqDUOwJAI2ykxuDHZT6CFMCql7PQ2xOktOIq93++5uUnsw=; Original-Received: from mail.netcrew.fi ([2001:67c:15c:1::62:1]) by mail.netcrew.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1magos-00036m-Vz; Wed, 13 Oct 2021 19:09:30 +0300 Original-Received: from vuori by donburi.himad.notcom.org with local (Exim 4.93) (envelope-from ) id 1magor-001YLx-EK; Wed, 13 Oct 2021 19:09:29 +0300 Content-Disposition: inline In-Reply-To: <87ily1ksc8.fsf@autistici.org> Received-SPF: pass client-ip=2001:67c:15c:1::62:1; envelope-from=vuori@notcom.org; helo=mail.netcrew.fi X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:276923 Archived-At: On Wed, Oct 13, 2021 at 02:43:51PM +0200, Andrea Monaco wrote: > it seems to me that there is no way on vanilla emacs to keep multiple > configurations for outgoing mail and choose which one to use when > sending. (Or maybe have a default address on C-c C-c and choose which > one on C-u C-c C-c). > > Is this correct? If so, I would gladly add this feature. You may want to look at the gnus-alias package for inspiration. It is rather maximalist, but provides functionality on par with Thunderbird's multi-identity support. https://github.com/hexmode/gnus-alias is the version I have been using, there a few forks floating around. -Valtteri