Re: New expand-alias patch.



Looking good! Unless I hear otherwise I shall apply it tonight...

Two small comments.

I notice that the only real functionality left in src/expand-alias.c is
expand_alias_find_match, due to a dependance on balsa_app. However, all
balsa_app is used for is for the list of address books. This could be made
into a paramter which is passed to the widget at construction time or
shortly after. The widget should probably g_list_copy the list and ref all
the address books (to guard against the balsa_app version of the list
changing while the compose window is open) and unref them in destroy.

Second, if I type in a local mailbox name (say 'ijc' - which has no @) and
then press Enter or Tab then "@en_GB" gets appended. Probably it's a
dangling pointer (the exact text was different in the last patch)

TTFN,
Ian.

On 2001-01-06 11:50:58 +0000 Berend De Schouwer wrote:
> Hi,
> 
> Here is yet another patch.  The most important change is that ALL keys
> should now work.  Ctrl-v, shift-left, alt-b, etc.  Cut-and-paste
> should also work correctly now.
> 
> Since there are about 2000 new lines of code, it'll probably need
> lots of testing :).  Disclaimer: It works fine for me.
> 
> The patch is against the latest CVS I could obtain, which can
> be identified by the first line of the ChangeLog:
> 2001-01-01  Pawel Salek  <pawsa@theochem.kth.se>
> 
> 
> Kind regards,				  
> Berend                                  
> 
> -- 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Berend De Schouwer, +27-11-712-1435, UCS



-- 
Ian Campbell
Churchill College, Cambridge.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]