[imp] One user "From:" change

Todd Aiken taiken@ubishops.ca
Wed, 6 Jun 2001 10:24:43 -0400


> Quoting Todd Aiken <taiken@ubishops.ca>:
> 
> > Right now I have restricted all users from having an alternative "From:"
> > address, but I'm just wondering if there is an easy way that I can 
> > change the "From:" address of one user (me actually) and restrict 
> > everyone else from changing their from address?  Reason being that I 
> > have two user accounts.  I use one account almost exclusively, and 
> > have my mail autoforwarded from the second account to the first.  
> > However, I want all my mail to go out as coming from the second 
> > account's address and not use a reply-to (I only realised that this
> > would be a problem when I tried to mail this list last night from IMP-the list
> > didn't accept my message because it wasn't from the address that I had
> > subscribed as).  
> 
> You're on 2.3, right? Keep the pref locked, but set it manually for yourself in 
> the database (or whatever your prefs source is).

Yes I'm using 2.3.  That's what I tried, but it ignores the value stored in 
the database and uses the account name instead.  


CU L8R...

-------------------------------+---------------------------------------     
Todd A. Aiken                  | This space can be yours, for just four     
Systems Administrator          | easy payments of $39.95.  Plus, buy     
Cole Computer Centre           | one half and get the 2nd half for 50%     
BISHOP'S UNIVERSITY            | off the cost of the two together!     
Lennoxville, Quebec, CANADA    | Call 1-800-4-RIPOFF today!     

-----BEGIN GEEK CODE BLOCK-----
Version 3.12 (http://www.geekcode.com)
GCS$/MU d+(-) s++:++ a27 C++$ UL++++$ P+ L++ E->+ W+>++ N++ o? K-
w O- M V? PS PE- Y PGP- t+ 5 X R- tv+ b DI(+) D+ G e+ h !r>r+++ y-
------END GEEK CODE BLOCK------



>From lee@badencorp.com Date: Wed,  6 Jun 2001 09:27:54 -0400
Return-Path: <lee@badencorp.com>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 81276 invoked from network); 6 Jun 2001 14:32:18 -0000
Received: from albatross.mail.pas.earthlink.net (HELO albatross.prod.itd.earthlink.net) (207.217.120.120)
  by horde.org with SMTP; 6 Jun 2001 14:32:18 -0000
Received: from gatekeeper.badencorp.com (user172.net019.fl.sprint-hsd.net [207.30.121.172])
	by albatross.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id HAA04744
	for <imp@lists.horde.org>; Wed, 6 Jun 2001 07:32:05 -0700 (PDT)
Received: (from nobody@localhost)
	by gatekeeper.badencorp.com (8.9.3/8.9.3) id JAA17819
	for imp@lists.horde.org; Wed, 6 Jun 2001 09:27:55 -0400
X-Authentication-Warning: gatekeeper.badencorp.com: nobody set sender to lee@badencorp.com using -f
Received: from 192.168.1.11 ( [192.168.1.11])
	as user lee@localhost by 192.168.1.10 with HTTP;
	Wed,  6 Jun 2001 09:27:54 -0400
Message-ID: <991834074.3b1e2fda1c394@192.168.1.10>
Date: Wed,  6 Jun 2001 09:27:54 -0400
From: Lee Nash <lee@badencorp.com>
To: imp@lists.horde.org
References: <991755966.3b1cfebe5f882@mail-dev.starken.com> <991758800.3b1d09d066594@marina.horde.org> <991759126.3b1d0b16703c3@mail-dev.starken.com> <991768256.3b1d2ec00e899@marina.horde.org> <991783967.3b1d6c2002883@mail-dev.starken.com> <991798823.3b1da627c75a0@marina.horde.org>
In-Reply-To: <991798823.3b1da627c75a0@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso8859-1;q=1.0
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Windows mail client

Is anybody working on getting IMP being the default email client in Windows?

You can setup Hotmail as a default client, so IMP must be possible.  Looking
at the registry entries for Hotmail, we could make a new entry like this:

REGEDIT4
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\IMP]
@="IMP"
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\IMP\Protocols]
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\IMP\Protocols\mailto]
"EditFlags"=hex:02,00,00,00
"URL Protocol"=""
@="URL:MailTo Protocol"
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\IMP\Protocols\mailto\shell]
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\IMP\Protocols\mailto\shell\open]
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\IMP\Protocols\mailto\shell\open\command]
@="iexplore.exe -nohome 192.168.1.10/horde/imp?mailto=%1"
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\IMP\shell]
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\IMP\shell\open]
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\IMP\shell\open\command]
@="iexplore.exe -nohome 192.168.1.10/horde/imp"                                

I'm not sure about the hooks into imp, but shouldn't be too hard ;)

-lee