Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Michael M Slusarz
Quoting Sebastian Arcus : I would like to set a default value for "msgflags" in IMP and lock it for all users. More precisely, I want to reset the colour of all flags to white, except the "Unread" flag. What I've worked out so far using the documentation and help in prefs files: 1. The fi

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Michael M Slusarz
Quoting LALOT Dominique : 2012/4/27 Vilius Šumskas Sveiki, Friday, April 27, 2012, 9:33:11 PM, you wrote: > On 27/04/12 19:20, Vilius Šumskas wrote: >> Sveiki, >> >> Friday, April 27, 2012, 8:33:57 PM, you wrote: >> $_prefs['msgflags'] = array( // 'value' = seriali

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread LALOT Dominique
2012/4/27 Vilius Šumskas > Sveiki, > > Friday, April 27, 2012, 9:33:11 PM, you wrote: > > > On 27/04/12 19:20, Vilius Šumskas wrote: > >> Sveiki, > >> > >> Friday, April 27, 2012, 8:33:57 PM, you wrote: > >> > > > $_prefs['msgflags'] = array( > // 'value' = serialize(arr

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Vilius Šumskas
Sveiki, Friday, April 27, 2012, 9:33:11 PM, you wrote: > On 27/04/12 19:20, Vilius Šumskas wrote: >> Sveiki, >> >> Friday, April 27, 2012, 8:33:57 PM, you wrote: >> $_prefs['msgflags'] = array( // 'value' = serialize(array()) 'value' => 'a:0:{}' );

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Sebastian Arcus
On 27/04/12 19:20, Vilius Šumskas wrote: Sveiki, Friday, April 27, 2012, 8:33:57 PM, you wrote: $_prefs['msgflags'] = array( // 'value' = serialize(array()) 'value' => 'a:0:{}' ); As far as i know, you can use your customize theme and amend color whatever you want. The pro

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Vilius Šumskas
Sveiki, Friday, April 27, 2012, 8:33:57 PM, you wrote: >> >> >> $_prefs['msgflags'] = array( >> // 'value' = serialize(array()) >> 'value' => 'a:0:{}' >> ); >> >> >> As far as i know, you can use your customize theme and amend color whatever >> you want. > The problem is that I'm tryi

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Sebastian Arcus
Hi Vikas, On 27/04/12 18:20, Vikas Parashar wrote: Hi Sebastian, I just want to add some thing's. Best way to set default prefs is that maintain a prefs.local.php. just like below $prefs['msgflags']['value'] ='a:0:{}' $prefs['msgflags']['locked'] =true instead of made some modification in p

[imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Vikas Parashar
Hi Sebastian, I just want to add some thing's. Best way to set default prefs is that maintain a prefs.local.php. just like below $prefs['msgflags']['value'] ='a:0:{}' $prefs['msgflags']['locked'] =true instead of made some modification in prefs.php. $_prefs['msgflags'] = array( // 'value

Re: [imp] Configuring Horde to use imap boxes

2012-04-27 Thread Sebastian Arcus
On 27/04/12 12:41, Dinoosh Nikapitiya wrote: Hi guys, I installed a Mail server using exim4, dovecot-imap, with virtual users in a debian squeeze server. Now i want to install horde as its webmail interface. I installed horde using pear but cannot find a way to configure horde to show users mai

Re: [imp] Configuring Horde to use imap boxes

2012-04-27 Thread Simon Brereton
On Apr 27, 2012 7:41 AM, "Dinoosh Nikapitiya" wrote: > > Hi guys, > > I installed a Mail server using exim4, dovecot-imap, with virtual users in > a debian squeeze server. Now i want to install horde as its webmail > interface. > > I installed horde using pear but cannot find a way to configure ho

[imp] Configuring Horde to use imap boxes

2012-04-27 Thread Dinoosh Nikapitiya
Hi guys, I installed a Mail server using exim4, dovecot-imap, with virtual users in a debian squeeze server. Now i want to install horde as its webmail interface. I installed horde using pear but cannot find a way to configure horde to show users mail boxes. i found few howtos telling that to edi