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

[imp] blank mails

2012-03-15 Thread LALOT Dominique
Hello, I've been using IMP5 now for a year, and we are partly in prod (just students). I just observed my first blank email last week, the second today. I can see the header, then there is a text part (12Ko), and nothing appears. If I double click nothing.. If I click on text part nothing. Source

[imp] reply to galore..

2012-03-15 Thread LALOT Dominique
Hello, I'm still stuck with some bad behaviours about replies. That's a pity we don't have a prefs to get rid of auto mode. I am obliged to patch the code and we are a lot annoyed but the reply-to-all behaviour. I try to understand: Here is the header: From: To: "'sympa...@cr.fr'" , =?i

Re: [imp] mailbox overquota and move to trash -> something to improve?

2012-01-30 Thread LALOT Dominique
2012/1/27 Andrew Morgan > On Fri, 27 Jan 2012, LALOT Dominique wrote: > > 2012/1/27 Michael M Slusarz >> >> Quoting ANANT S ATHAVALE : >>> >>> - Message from LALOT Dominique - >>> >>>> Date: Thu, 26 Jan 2012 09:10:

Re: [imp] mailbox overquota and move to trash -> something to improve?

2012-01-27 Thread LALOT Dominique
2012/1/27 Michael M Slusarz > Quoting ANANT S ATHAVALE : > > - Message from LALOT Dominique - >> Date: Thu, 26 Jan 2012 09:10:52 +0100 >> From: LALOT Dominique >> Subject: Re: [imp] mailbox overquota and move to trash -> something to >> imp

Re: [imp] mailbox overquota and move to trash -> something to improve?

2012-01-26 Thread LALOT Dominique
2012/1/26 LALOT Dominique > Hello, > > I'am faced to some students being unable to delete their mails because > they are overquota.. I changed to simply flag deleted but users complained. > I red articles on the net and there is no way to move and not copy, then > delete

[imp] mailbox overquota and move to trash -> something to improve?

2012-01-25 Thread LALOT Dominique
Hello, I'am faced to some students being unable to delete their mails because they are overquota.. I changed to simply flag deleted but users complained. I red articles on the net and there is no way to move and not copy, then delete which cause the problem. So, when having an error such as overqu

[imp] imap response time

2011-11-04 Thread LALOT Dominique
hello, I found that clicking on a mail was a little bit long so I tried to see what was the cause. I have many unseen messages and that could produce an unnecessary amount of data transfer between horde and imap then horde to brower. Can I do something to improve, except deleting unseen mails? Th

[imp] managing the display of user name

2011-11-03 Thread LALOT Dominique
Hello, I was looking for some speed improvements and looking at a mail, I can see that each time our ldap turba source is called: op=1 SRCH base="dc=fr" scope=2 deref=0 filter="(&(|(eduPersonAffiliation=employee)(eduPersonAffiliation=researcher)(eduPersonAffiliation=faculty))(&(amuMail=* dell_eme

Re: [imp] select all and delete

2011-11-03 Thread LALOT Dominique
2011/11/3 LALOT Dominique > Hello, > > When I go to virtual inbox, I select all -> 3800 messages selected > Then delete and I get 73 messages in trash > > I looks like it's deleting only viewport buffer_pages > Is this a bug? > IMP 5.0.14 > > Thanks > &

[imp] select all and delete

2011-11-03 Thread LALOT Dominique
Hello, When I go to virtual inbox, I select all -> 3800 messages selected Then delete and I get 73 messages in trash Is this a bug? IMP 5.0.14 Thanks Dom -- Dominique LALOT Ingénieur Systèmes et Réseaux http://annuaire.univmed.fr/showuser.php?uid=lalot -- IMP mailing list Frequently Asked Qu

Re: [imp] Endless loop after imp upgrade 5.0.13 to 5.0.14

2011-10-20 Thread LALOT Dominique
2011/10/20 Martin Baum > > Hi, > > after upgrading from imp-5.0.13 to imp-5.0.14 on a busy site I am seeing > php-processes that get stuck in an endless loop until PHP max_execution_time > is reached. Does anybody see the same behaviour? > > max_execution_time is reached in different parts of Tre

Re: [imp] Bad issue after upgrading IMP

2011-10-20 Thread LALOT Dominique
2011/10/19 Michael M Slusarz > Quoting Matīss Jēkabsons : > > When login in from mobile interfase it says: IMAP error: Unknown namespace >> > > Clear your browser cache. > > michael > Hello Michael I had the same problem. Clear cache worked indeed. I've also tested the search under IE9 and it

Re: [imp] Problem when we copy a message from ms winword to a compose message in horde

2011-09-28 Thread LALOT Dominique
that would be interesting to do that in gmail, just in order to see if they have found a solution about finding the right charset. I believe that an UTF8 encoded data should be easily discovered. For the rest .. Dom 2011/9/29 Luis Felipe Marzagao > Em 27/09/11 17:01, Robsonfa escreveu: > > wh

[imp] autocomplete minChars ac_threshold not working

2011-09-28 Thread LALOT Dominique
Hello, I would like to understand why ac_threshold is not mananging minChars in autocomplete.js In my setup, the first char I hit on the keyboard is generating an ldap search. ac_threshold=3 for me As there is an option: When autocompleting addresses in the compose screen, this is the minimum num

Re: [imp] Problem with H4 IMP Dynamic mode

2011-09-22 Thread LALOT Dominique
2011/9/23 Eric Rostetter > > Quoting Eric Rostetter > > >: > > Quoting Michael M Slusarz : >> >> It appears a bunch of people are having the same issues on upgrading, and >>> in almost every case it is because they don't have their server (either >>> Horde or their HTTP server) correctly conf

[imp] minimum chars for autocompletion no more working?

2011-09-15 Thread LALOT Dominique
Hello, I have this in conf.php $conf['compose']['ac_threshold'] = 3; If I just hit the first char, I can see the request in my ldap server. Seems that something has been broken as it was working before imp is 5.0.11 SRCH base="ou=people,dc=univmed,dc=fr" scope=1 deref=0 filter="(&(|(objectClass=

Re: [imp] line wrapping in text mode

2011-09-12 Thread LALOT Dominique
2011/9/10 Michael M Slusarz > Quoting LALOT Dominique : > > Le vendredi 9 septembre 2011, Michael M Slusarz a >> écrit : >> >>> Quoting LALOT Dominique : >>> >>> I am trying to find an option in order to avoid line wrapping when in >>

Re: [imp] line wrapping in text mode

2011-09-09 Thread LALOT Dominique
Le vendredi 9 septembre 2011, Michael M Slusarz a écrit : > Quoting LALOT Dominique : > >> Hello, >> >> I am trying to find an option in order to avoid line wrapping when in text >> mode. I spent 1/2 h without success. >> I looked fo wrap / flow etc.. >

[imp] line wrapping in text mode

2011-09-09 Thread LALOT Dominique
Hello, I am trying to find an option in order to avoid line wrapping when in text mode. I spent 1/2 h without success. I looked fo wrap / flow etc.. Thanks Dom -- Dominique LALOT Ingénieur Systèmes et Réseaux http://annuaire.univmed.fr/showuser.php?uid=lalot -- IMP mailing list Frequently As

Re: [imp] Deleting a message using mobile imp view

2011-08-30 Thread LALOT Dominique
2011/8/30 Brent > > Using the latest horde/imp (4.0.8/5.0.10) and can't see how to delete a > message when using an android/iphone accessing horde/imp using mobile view. > There doesn't seem to be a button anywhere. Seems like a "Delete" button > should be up there at the very top, but the only

[imp] Firefox 6 no more scrollbars for inbox

2011-08-28 Thread LALOT Dominique
Hello, I just discover that there is no more scrollbars for inbox (last imp version). I suppose it comes from my firefox update in 6.0 (windows 7 64bits). Works well under IE I was signaled another problem about our wifi setup. Should be a firefox bug.. Dom -- Dominique LALOT Ingénieur Systèmes

Re: [imp] Controlling the reply in IMP 5

2011-08-19 Thread LALOT Dominique
2011/8/19 D G Teed > I write this message using Gmail. It provided two linked text options > for reply. > They were Reply and Reply to all. > > On my desktop for IMAP I normally use Thunderbird. It also supplies > buttons for Reply and Reply All. > > I checked Outlook 2010 and it also supplies

Re: [imp] folder acl want to protect cyrus and owner

2011-06-08 Thread LALOT Dominique
2011/6/7 Michael M Slusarz > Quoting LALOT Dominique : > > 2011/6/7 LALOT Dominique >> >> Hello, >>> >>> my backend is a cyrus imap 2.3.x server >>> I wanted to protect the owner of a mailbox and cyrus account from being >>> removed.

[imp] compose and behaviour when send mail can't be writen

2011-06-07 Thread LALOT Dominique
I get a problem if the sent mailbox is not valid: Jun 7 17:07:06 horde4 HORDE: HORDE [imp] Le dossier « Envoyé » n'a pas été créé. Le serveur a répondu: IMAP error: Invalid mailbox name [pid 15959 on line 27 of "/usr/share/php/Horde/Core/Notification/Handler/Decorator/Hordelog.php"] Jun 7 17:07

Re: [imp] folder acl want to protect cyrus and owner

2011-06-07 Thread LALOT Dominique
2011/6/7 LALOT Dominique > Hello, > > my backend is a cyrus imap 2.3.x server > I wanted to protect the owner of a mailbox and cyrus account from being > removed. So I tried a quick patch on imp/lib/Prefs/Ui.php line 606 > > /* Create table of each ACL

[imp] folder acl want to protect cyrus and owner

2011-06-07 Thread LALOT Dominique
Hello, my backend is a cyrus imap 2.3.x server I wanted to protect the owner of a mailbox and cyrus account from being removed. So I tried a quick patch on imp/lib/Prefs/Ui.php line 606 /* Create table of each ACL option for each user granted * permissions; enable

Re: [imp] could not read a mail in a search result folder

2011-06-01 Thread LALOT Dominique
ks using trad interface. Don't know when the search broke exactly. I'm fairly sure it was working before. Dom > > Olivier > > Le 31.05.2011 11:26, LALOT Dominique a écrit : > > Hello, >> >> I have that last imp version 5.0.4 >> Search is working, but whe

[imp] could not read a mail in a search result folder

2011-05-31 Thread LALOT Dominique
Hello, I have that last imp version 5.0.4 Search is working, but when I click a mail, I get a mailbox does not exist. Running tshark, I observe: I am faily sure, it was working before in 5.0.x. Any ideas? 62.362616 139.124.132.126 -> 139.124.132.191 IMAP Request: 6 *SELECT "impsearch\000dimpqsear

Re: [imp] IMP 5 delete move to next message?

2011-04-22 Thread LALOT Dominique
2011/4/21 Derek Chen-Becker > On 04/08/2011 12:53 PM, Michael M Slusarz wrote: > > Quoting Derek Chen-Becker : > > > >> On 04/06/2011 11:38 AM, Michael M Slusarz wrote: > Yes, that seems to work, so is there any way to make it the default > behavior for just "delete"? Other than me hand

Re: [imp] imp 5 and menu.php

2011-04-12 Thread LALOT Dominique
$GLOBALS['registry']->isAdmin() did the trick. Sorry for the noise Dom 2011/4/12 LALOT Dominique > In the old times.. I added a test to check if the user was admin. How could > we do that now? > > *if (Auth::isAdmin()) {* >$_menu['admin']=array( >

Re: [imp] imp 5 and menu.php

2011-04-12 Thread LALOT Dominique
7; => '_blank', 'icon' => '/themes/tango-blue/graphics/administration.png', #'icon' => $GLOBALS['registry']->getImageDir('horde') . '/administration.png' ); } Thanks Dom 2011/4/12 L

Re: [imp] imp 5 and menu.php

2011-04-12 Thread LALOT Dominique
2011/4/12 Michael M Slusarz > Quoting LALOT Dominique : > > 1. >> How do I convert my dimp menu.php to new version of horde? >> >> 'répondeur' => array( >> 'action' => 'DimpBase.go("app:sos","/hor

[imp] imp 5 and menu.php

2011-04-11 Thread LALOT Dominique
Hello, two questions: 1. How do I convert my dimp menu.php to new version of horde? 'répondeur' => array( 'action' => 'DimpBase.go("app:sos","/horde/ingo/vacation.php")', 'text' => _("répondeur"), 'icon' => $GLOBALS['registry']->getImageDir('ingo') . '/vacation.p

[imp] reply is replying to list as default

2011-04-08 Thread LALOT Dominique
Hello, I don't find the way to change the default imp behaviour which is replying to list without looking at replyto header. If I use the menu, I can select reply to sender, all , list. But the defaut is not in respect with the headers. I fogot: last IMP version I haven't seen something in the pr

[imp] special folders not translated in french

2011-04-08 Thread LALOT Dominique
Hello, Some folders are not translated in french. INBOX is OK Drafts, Sent, Trash are still in english also Getmail, Other actions // sent mail folder $_prefs['sent_mail_folder'] = array( 'value' => Horde_String::convertCharset('Sent', 'UTF-8', 'UTF7-IMAP') ); root@horde4:/var/www/horde/imp/

Re: [imp] DIMP as the default application

2009-07-15 Thread LALOT Dominique
in dimp/config/menu.php, try this: if (Auth::isAdmin()) { $site_menu['admin']=array( 'action' => 'DimpBase.go("app:admin", "' . Horde::url($GLOBALS['registry']->get('webroot', 'admin') , true) . '")', 'text' => 'Admin', 'icon' => $GLOBALS['registry']->getImageDir('hor

[imp] dimp and replyto in preview

2009-06-16 Thread LALOT Dominique
Hello, There was a mass phishing at our site. The mail appears from supp...@univ.fr with a replyto for an account in yahoo. If I look at IMP, when I click on that mail, I can see the header with the replyto address. That's easy to check that something is strange.. If I use DIMP, I have to dble cl

[imp] strange error logs in apache foir null file

2009-06-10 Thread LALOT Dominique
Hello, I got some messages like that: File does not exist: /var/www/perso/horde/dimp/null, referer: http://webmel.univ.fr/horde/dimp/compose.php?folder=INBOX&uid=5886&type=reply What can be the source of such errors? Thanks Dom -- Dominique LALOT Ingénieur Systèmes et Réseaux http://annuaire

Re: [imp] Slow mailbox list from time to time

2009-06-08 Thread LALOT Dominique
I have preview, hook mgslist installed, more than 7500 mails in my inbox, 3 servers serving 1000 users. And nothing bad for the moment.. xcache as accelerator php5 debian lenny last versions of horde/IMP cyrus imap 2.3.14 Dom 2009/6/8 Tornoci Laszlo > Webmaster Extraordinaire wrote: > >> I thi

Re: [imp] Slow show message when the mail is big

2009-06-08 Thread LALOT Dominique
2009/6/8 HardWING > > Can anyone help me? It is slow even 500k text/html e-mail (arround 1 mins > to load). For 4MB size, I just checked and confirmed that it took 8mins. > (not 4mins.) to display. > Can you test your network connectivity? your routes: netstat -r have you an ipv6 network?. T

Re: [imp] delete mails result from search

2009-05-19 Thread LALOT Dominique
Using dimp, you can "select all" inside your search then delete. But sometimes select all is not selecting all the mails.. 2009/4/26 Andrea Zagli > i want to delete every mails that result from a search (ex: date < date>) > > how can i do with a single delete command? (without browse every si

Re: [imp] [OT] Re: Mod_env and mod_setenvif

2009-05-12 Thread LALOT Dominique
2009/5/8 Michael Rubinsky > Quoting lst_ho...@kwsoft.de: > > Zitat von Michael Rubinsky : >> >> >>> Using lighttpd with Horde doesn't require any extra or special PHP >>> modules then using PHP with Apache does. The only difference is you need to >>> run a fastcgi PHP instead of as a module (mod

Re: [imp] dimp state of replies or forwarding

2009-05-11 Thread LALOT Dominique
2009/5/11 Simon Wilson > Quoting LALOT Dominique : > > Hello, >> >> A user is asking me about a feature which seemed to have >> > disappeared in > >> dimp. When you see a mail, you have no more information about when >> > you > >> repli

[imp] dimp state of replies or forwarding

2009-05-11 Thread LALOT Dominique
Hello, A user is asking me about a feature which seemed to have disappeared in dimp. When you see a mail, you have no more information about when you replied. Is there something I missed in my setup? If I test with IMP, it's working dimp 1.1.2, imp 4.3.4 Thanks Dom -- Dominique LALOT Ingénieu

Re: [imp] create event or task from a mail in imp

2009-04-28 Thread LALOT Dominique
2009/4/28 Michael Rubinsky > > Quoting LALOT Dominique : > > I've seen how to set it up. But I don't see how to use such functionality. >> I >> tried both dimp and imp. Is there a menu somewhere for that? >> > > It's currently only available f

Re: [imp] create event or task from a mail in imp

2009-04-28 Thread LALOT Dominique
I've seen how to set it up. But I don't see how to use such functionality. I tried both dimp and imp. Is there a menu somewhere for that? $conf['tasklist']['use_tasklist'] = true; $conf['notepad']['use_notepad'] = true; Thanks Dom 2009/4/18 Michael Rubinsky > > Quoting Andreas Moroder : > >

Re: [imp] mimp: double authentication

2009-04-28 Thread LALOT Dominique
I can confirm that some people told be they got double authentication too, but I had no way to debug the problem (no devices..) I'll try your hack Thanks Dom 2009/4/26 Matthew Wells Sanders > > Greetings, > > Sorry that no one has answered this yet. I am not a GURU, but I resolved > this prob

Re: [imp] Mod_env and mod_setenvif

2009-04-12 Thread LALOT Dominique
That's rather an apache question: disable your modules apacha2ctl -t If the config is OK, then apache2ctl restart. Dom 2009/4/11 Harry Rickards > I'm trying to reduce the amount of memory Apache uses on my Debian > stable/lenny VPS. The modules mod_env and mod_setenvif are currently > enabled,

Re: [imp] Deleted messages not moved to trash from client

2009-04-09 Thread LALOT Dominique
I'm not sure to understand your question, but Thunderbird clients leaves the original mail in flag Deleted state and copy it to a trash folder. And under dimp, even if you use move to trash, you get those deleted mail in the mail list and no way to get rid of them. And the prefs delhide has a stra

Re: [imp] Submit mail slow, partly solved, questions remain

2009-04-05 Thread LALOT Dominique
Just put a local smtp mailer like postfix or sendmail with a very simple setup, there will be no problems then. That mta will the post to your very sophisticated MTA which could have some delays like DNS resolutions, bayesians checks, and so on. local postfix will manage the queue, and imp will hav

Re: [imp] [horde] [Fwd: Error message of "Unable to retrieve quota" from IMP]

2009-04-05 Thread LALOT Dominique
may be a silly answer.. Why don't you put the complete path of quota or grep command. I don't know exactly what kind of path apache could have. And if you use cyrus, get rid of all that. It's working directly! Your version seems a little bit old, anyway. Don't expect too many answers Dom 2009/4/

Re: [imp] Trouble importing Sieve rules

2009-04-03 Thread LALOT Dominique
gt; Edit Spam Filter 9. Spam Filter [disabled - click to enable] > Enable Spam Filter Move Rule Up Move Rule Down To: > Edit Forward 10. Forward > > Mariusz > > > LALOT Dominique wrote: > >> look at ingo/scripts/upgrade there is scripts for migrating.

Re: [imp] Trouble importing Sieve rules

2009-04-02 Thread LALOT Dominique
look at ingo/scripts/upgrade there is scripts for migrating. Ingo rules were in prefs, but now ingo has several tables to do the job. don't remember the name of the script. Check the return code of the script. I had a problem when there was too many entries to convert. I tried to put more memory on

Re: [imp] cache files in /tmp directory

2009-03-30 Thread LALOT Dominique
You can delete them by running a find script in crontab. 01 3 * * * www-data find /var/www/tmp/ -type f -ctime +1 -exec /bin/rm {} \; You can put them in a specialized directory: $conf['cache']['params']['dir'] = '/var/www/tmp/cache'; $conf['cache']['params']['sub'] = 2; $conf['cache']['driver']

Re: [imp] Horde/IMP performance and system requirements (50k+ accounts)

2009-03-25 Thread LALOT Dominique
2009/3/23 Jie Gao > * Janne Peltonen wrote: > > > Hi! > > > > We've been running IMP here at the University of Helsinki since 2001, > > and performed a major upgrade last summer, straight into Horde Webmail > > Edition 1.1.1. Since then, there has been no end of problems we've been > > running i

Re: [imp] IMP performance and message display

2009-03-25 Thread LALOT Dominique
2009/3/24 Michael M Slusarz > Quoting Andrew Morgan : > > Yes, memcache is definitely faster than fs-based caching if set up well. >>> >> >> Also, DO use memcache as your session handler. Trying to store sessions >> in MySQL with Horde3 is a major performance killer. >> > > The one issue with m

[imp] attached files and mime_drivers

2009-03-24 Thread LALOT Dominique
Hello, I noticed a strange behaviour. But I don't understand exactly when it behaves differently. On some mails attachments, I got two links in the body, one to view using a mime-driver (opening a new window), another to download (that's what I prefer) In some others, I see directly a .doc msword

Re: [imp] Horde/IMP performance and system requirements (50k+ accounts)

2009-03-20 Thread LALOT Dominique
2009/3/20 Rick Romero > On Fri, 2009-03-20 at 10:33 +0100, LALOT Dominique wrote: > > 2009/3/20 Janne Peltonen > > > > Also, you'll have to look at mysql. For big databases, you need > special > > > > tuning as default values are not good. We are in

Re: [imp] Horde/IMP performance and system requirements (50k+ accounts)

2009-03-20 Thread LALOT Dominique
2009/3/20 Janne Peltonen > Thanks for your answers. A couple comments: > > On Fri, Mar 20, 2009 at 09:53:49AM +0100, LALOT Dominique wrote: > > They notice that there is a big difference on the fact we are using dimp > > (much more little get). > > > > W

Re: [imp] Horde/IMP performance and system requirements (50k+ accounts)

2009-03-20 Thread LALOT Dominique
We are in the way to migrate too, but with less users (25k). But it's not so much used by students, and most of the staff is using imap clients on their PC. So we can't compare. Some big french universities are just starting on that release. They notice that there is a big difference on the fact we

[imp] ooo and inline mime_driver

2009-03-19 Thread LALOT Dominique
Hello, I wanted to display inline ooo documents. I spent a little while trying to find where to activate it (believed it was in imp/config) At last, I found it was under horde/config. Then I discovered that the mime type was wrong. I added: 'application/vnd.oasis.opendocument.text',

[imp] want to change the action of "signaled as spam" button

2009-03-16 Thread LALOT Dominique
Hello, I would like to change the signaled as SPAM button in order to move the spam message in a global imap spam box. That's just a move. That should be easy to do, but I don't know how to do it. Any ideas? Thanks Dom -- Dominique LALOT Ingénieur Systèmes et Réseaux http://annuaire.univmed.f

[imp] identity options and sent_mail_folder

2009-03-11 Thread LALOT Dominique
Hello, I don't know if it's a bug or a bad server.php setup. I put 'Sent' as a default value in send_mail_folder prefs.php If I go in options and I can see "default value". If I choose another folder, it's OK to select and then, If I come back to the options, it's allways "default value" What i

Re: [imp] questions about IMP 4.3.3

2009-02-27 Thread LALOT Dominique
2009/2/20 Lucien GENTIS > Lucien GENTIS a écrit : > >> Lucien GENTIS a écrit : >> >>> Hi to all, >>> >>> I have upgraded my webmail from horde-3.1.9, imp-4.1.6, turba-2.1.6, >>> ingo-1.1.5 to >>> horde-3.3.3, imp-4.3.3, turba-2.3.1, ingo-1.2.1. >>> It works almost fine, but: >>> >>> --- all messa

Re: [imp] dimp/imp sending again a sent mail

2009-02-27 Thread LALOT Dominique
2009/2/27 > Zitat von LALOT Dominique : > > Hi, >> >> I would like to know what is the way to send again an already sent mail. I >> found no actions about that. >> > > You have to forward it. If you really need to sent it as if it wasn't sent >

Re: [imp] dimp/imp sending again a sent mail

2009-02-26 Thread LALOT Dominique
2009/2/25 Mike Husmann > Quoting LALOT Dominique : > > Hi, >> >> I would like to know what is the way to send again an already sent mail. I >> found no actions about that. >> > > I'm not sure about dimp, but: > > In imp/config/conf.php, loo

[imp] dimp/imp sending again a sent mail

2009-02-25 Thread LALOT Dominique
Hi, I would like to know what is the way to send again an already sent mail. I found no actions about that. Thanks Dom -- Dominique LALOT Ingénieur Systèmes et Réseaux http://annuaire.univmed.fr/showuser?uid=lalot -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently A

Re: [imp] dimp and deleting messages

2009-02-18 Thread LALOT Dominique
I answer to that old thread: A colleague found a way to solve the problem: // hide deleted $_prefs['delhide'] = array( 'value' => 1, 'locked' => true, 'shared' => false, 'type' => 'implicit'); $_prefs['hide_deleted'] = $_prefs['delhide']; # Patch Julien Using that, it works. Don

Re: [imp] quota under dimp

2009-01-29 Thread LALOT Dominique
That's a very old thread and that behaviour has been corrected in dimp 1.1.1 2009/1/28 Sevinç Cömertoğlu : > i changed dimp/config/portal.php as shown below: > in DIMP H3(1.1.1) > >require_once 'Horde/Block.php'; >require_once 'Horde/Block/Collection.php'; >$collect

[imp] mimp and html view

2009-01-14 Thread LALOT Dominique
Hello, Just trying to use mimp, I discovered that I can see html tags in the mail. Is there a possibility to display in html mode? In dimp or imp, I've enabled html display inline mimp version 1.1.1 in groupware webmail edition 1.2.1 Thanks Dom -- Dominique LALOT Ingénieur Systèmes et Réseaux

Re: [imp] dimp and deleting messages

2008-12-15 Thread LALOT Dominique
2008/12/12 Michael M Slusarz > Quoting Dominique LALOT : > > I choose to do that: >> // should we move messages to a trash folder instead of just marking >> // them as deleted? >> $_prefs['use_trash'] = array( >> 'value' => 1, >> 'locked' => true, >> >> If I only use dimp, it's fine except t

Re: [imp] dimp and deleting messages

2008-12-15 Thread LALOT Dominique
2008/12/12 gimili > Dominique LALOT wrote: > >> * If I use thunderbird: it moves the mail in trash as dimp, but >> leaves the original mail in deleted state. So we still see that >> mail in grey in dimp until cyrus purges the day after >> I say, OK, there is a hide deleted option: >

Re: [imp] dimp preview

2008-12-14 Thread LALOT Dominique
Thanks Mickael That's users first tries. I'll explain your point of view. I will hide imp preview options so users don't get confused. I've done a patch: when they cick on dimp options, they go to imp options..As I locked dimp options the were getting a blank screen. Dimp or IMP, there should only