Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 7DCD6431FB6 for ; Tue, 22 May 2012 18:43:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fTAXNihL-4zy for ; Tue, 22 May 2012 18:43:04 -0700 (PDT) Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com [209.85.210.53]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 0BB51431FAF for ; Tue, 22 May 2012 18:43:03 -0700 (PDT) Received: by dadg9 with SMTP id g9so10652089dad.26 for ; Tue, 22 May 2012 18:43:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:user-agent:mime-version :content-type; bh=zwJ7xpf36ukxVha0GR+rUCk35jNzWd66bjJKB7jJgfQ=; b=hqJR4rbfDWv55bEgiACkJT3XVp6TVMibmQgEjWm6GBCmJQGCni5frUnqK58n5bO6yZ q6MX+osePKVS8WdPMNBiUoeIM8qmX5T9iAC+1XDyznhmp//XdLiUy20fcoXBZUic1Osi /LZzx4g7S+WJdCYJlH7vXH2ok55PM3Sy7fF4+rTXE1wT8JIxUmA3qlFycgzV1xLFaTPO G4aeC68EWyBO3I9NLoIiypMXLuLqCVz+pOQUR9DZnobVfVVsyu0a58XfoC9OrCjyGJuc rpLQMGt0rXxwP6MOGTEJ6Awsw1JWBqgwwBckEPdEnq3fCAJ0o40D74HynyvblWI6jb8L dYyw== Received: by 10.68.227.197 with SMTP id sc5mr4652606pbc.58.1337737381997; Tue, 22 May 2012 18:43:01 -0700 (PDT) Received: from me (S0106687f74a1273d.vs.shawcable.net. [96.55.19.64]) by mx.google.com with ESMTPS id ql3sm27597pbc.72.2012.05.22.18.43.00 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 May 2012 18:43:01 -0700 (PDT) Date: Tue, 22 May 2012 18:43:36 -0700 (PDT) From: Doug Penner To: Notmuch Mail Mailing List Subject: Sending from multiple accounts Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 01:43:04 -0000 I am in the process of trying to migrate from alpine (which handles separate accounts *very* distinctly) to notmuch (which combines them). I have no problem with incoming e-mails being combined (actually looking forward to it) but am having a little trouble configuring outgoing e-mails to work correctly. I am currently using the vim interface (never like emacs, sorry) and have noticed that when replying, notmuch correctly uses the appropriate e-mail address (as defined in the To: or Cc: fields of the original), but does not have the ability to change the sender's "name". Ex: My "name" for my gmail account is "Doug Penner" (as you probably noticed with this on), but I also manage some other accounts where I do not go by this name. I manage a local organization's e-mail and need my sending name to be non-personal (ex: "This organization's Webmaster"). I can manually change the name before sending, but this gets very repetitive and annoying. Is there any way to add names to the "alternate e-mails" setting in the .notmuch-config file? I've tried switching to the standard "My Name" and it then completely fails to even detect that e-mail address as mine. One other thing, I didn't see any keybindings in the vim interface for "forwarding" an e-mail. ~Doug