Re: [imp] possible bug in dimp -- "a is undefined"

2009-07-20 Thread Simon Wilson
Quoting John Madden : Running Horde Groupware Webmail Edition 1.2.3. No mods aside from CASifying it. Running through DIMP seems fine, messages load, etc., until loading my Sent folder (at the moment, although I've seen it on other folders). The loading graphic never goes away as if the fo

[imp] possible bug in dimp -- "a is undefined"

2009-07-20 Thread John Madden
Running Horde Groupware Webmail Edition 1.2.3. No mods aside from CASifying it. Running through DIMP seems fine, messages load, etc., until loading my Sent folder (at the moment, although I've seen it on other folders). The loading graphic never goes away as if the folder isn't completely loaded

Re: [imp] Could this work with imp: How to Set Gmail as Firefox Default Email Client

2009-07-20 Thread gimili
Jan Schneider wrote: Zitat von gimili : I came across this how to make gmail the firefox default email client: http://www.mydigitallife.info/2008/06/30/how-to-set-gmail-as-firefox-default-email-client/. I was wondering if this could work with imp also? Options -> Message Composition Jan.

Re: [imp] Change conf value after login

2009-07-20 Thread Marco
Jan Schneider horde.org> writes: [...] > > if (!function_exists('_horde_hook_postauthenticate')) { > > function _horde_hook_postauthenticate($userID, $credential, $realm) > > { > > > > $GLOBALS['conf']['compose']['link_attachments'] = 1; > > return true; > > } > >

Re: [imp] Change conf value after login

2009-07-20 Thread Jan Schneider
Zitat von Marco : Jan Schneider horde.org> writes: Zitat von Marco csi.it>: > Hi, > I explain in particular what I would like. > I need an hook that set, after login, the IMP configuration variable > $conf['compose']['link_attachments']. > > I tried with: > > if (!function_exists('_imp_ho