[imp] IMAP and Fetchmail HowTo
Can anyone help me understand (or point me in the direction of the right things to read) how to setup horde webmail/imp for my setup... My server hosting horde collects mail from a number of mailboxes using fetchmail and then serves them using courier IMAP. This works fine. To send mail I use external SMTP servers which require authorisation. I have managed to set up horde to log in using my IMAP username and log in, but how do I set it up to send via the external SMTP servers. The main problem I see is that I can't find anywhere to add the domain name for the email address. To make the login work, I can't add the at sign and the domain name to the username for the IMAP server. I thought that I could set up imp to ignore the at symbol and the domain name when taking the username to log in to the imap server using hordeauth true, but that doesn't seem to work. I put that in backends.local.php. I wonder if using vhosts might help, but I can't find any documentation on how to set that up. Help!! Thanks in advance. Alex -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] Log file location
Where does Imp store error logs? -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Log file location
The setting on that tab are as follows. None of those look like a directory and filename to me. Can someone explain please or tell me where this is documented. $conf['log']['priority'] = 'INFO'; $conf['log']['ident'] = 'HORDE'; $conf['log']['name'] = LOG_USER; $conf['log']['type'] = 'syslog'; $conf['log']['enabled'] = true; $conf['log_accesskeys'] = false; - Original Message - From: "Simon Brereton" To: Sent: Saturday, November 26, 2011 3:20 PM Subject: Re: [imp] Log file location On 26 November 2011 09:32, Alex May wrote: > Where does Imp store error logs? Where did you tell it (horde) to log its errors? Because however you set up the logging for Horde, that's where the imp errors will be. Log in as Administrator and check out the logging preferences tab. Simon -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Log file location
I don't know what you mean by top-post. I am just replying to the email. My system logs are in /var/log although there is no syslog in there. I assume when you say I could change the logging to be file you mean changing $conf['log']['type'] = 'file'; ? How do I define the path and file name though? And once again, is this documented anywhere? The only documentation that I could find was on installation. Thanks in advance for your help. - Original Message - From: "Simon Brereton" To: Sent: Saturday, November 26, 2011 4:27 PM Subject: Re: [imp] Log file location Please don't top-post. On 26 November 2011 10:29, Alex May wrote: > - Original Message - > From: "Simon Brereton" On 26 November 2011 09:32, Alex May wrote: >> Where does Imp store error logs? > > Where did you tell it (horde) to log its errors? Because however you > set up the logging for Horde, that's where the imp errors will be. > Log in as Administrator and check out the logging preferences tab. > > Simon > The setting on that tab are as follows. None of those look like a directory > and filename to me. > Can someone explain please or tell me where this is documented. > > $conf['log']['priority'] = 'INFO'; > $conf['log']['ident'] = 'HORDE'; > $conf['log']['name'] = LOG_USER; > $conf['log']['type'] = 'syslog'; > $conf['log']['enabled'] = true; > $conf['log_accesskeys'] = false; This depends on your system. Therefore it will be documented in your systems syslog documentation. However, you can start by looking at /var/log/syslog or you could change the logging to be file and then define the the file and path you want. Simon -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] IE8 and DIMP
I read about some problems in the past with IE8 and DIMP. The solution seemed to be to set IE8 into compapability view. I seem to be having the same problem, but that is not solving it. The problem I have is that IMP is not loading the mail list in dynamic view in IE8. It works in traditional view in either browser, but dynamic view only works in Firefox. The first couple of errors that I see in the log seem to be about spam filtering. The others are about the menu. I'm not sure whether any of that is relevant and I certainly can't see what could be causing the errors. Can anyone suggest a solution? Thanks The following is the error log: 2011-11-26T22:39:35+00:00 NOTICE: HORDE [ingo] PHP ERROR: Undefined index: head er [pid 15552 on line 124 of "/srv/www/htdocs/horde/ingo/lib/Script.php"] 2011-11-26T22:39:35+00:00 NOTICE: HORDE [ingo] PHP ERROR: Undefined index: char [pid 15552 on line 127 of "/srv/www/htdocs/horde/ingo/lib/Script.php"] 2011-11-26T22:39:36+00:00 WARN: HORDE [imp] PHP ERROR: asort() expects parameter 1 to be array, null given [pid 15552 on line 38 of "/srv/www/htdocs/horde/imp/l ib/Menu/Dimp.php"] 2011-11-26T22:39:36+00:00 WARN: HORDE [imp] PHP ERROR: array_keys(): The first a rgument should be an array [pid 15552 on line 41 of "/srv/www/htdocs/horde/imp/l ib/Menu/Dimp.php"] 2011-11-26T22:39:36+00:00 WARN: HORDE [imp] PHP ERROR: Invalid argument supplied for foreach() [pid 15552 on line 41 of "/srv/www/htdocs/horde/imp/lib/Menu/Dimp .php"] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] Html only
I created a mail in dynamic view by clicking on html and then pasting in a photo. Reading the mail in dynamic view only shows the empty text part. I could only find a way to see the html in traditional view. Sent using BlackBerry® from Orange -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] IE8 and DIMP
I wasn't so worried about the warning as the hang on loading. Is that fixed too? If so, in which version? Sent using BlackBerry® from Orange -Original Message- From: Michael M Slusarz Sender: imp-boun...@lists.horde.org Date: Sun, 27 Nov 2011 23:52:08 To: Subject: Re: [imp] IE8 and DIMP Quoting Alex May : > I read about some problems in the past with IE8 and DIMP. The > solution seemed to be to set IE8 into compapability view. I seem to be > having the same problem, but that is not solving it. > The problem I have is that IMP is not loading the mail list in > dynamic view in IE8. It works in traditional view in either browser, > but dynamic view only works in Firefox. > The first couple of errors that I see in the log seem to be about > spam filtering. The others are about the menu. I'm not sure > whether any of that is relevant and I certainly can't see what could > be causing the errors. > Can anyone suggest a solution? > Thanks > > The following is the error log: > 2011-11-26T22:39:35+00:00 NOTICE: HORDE [ingo] PHP ERROR: Undefined > index: head > er [pid 15552 on line 124 of "/srv/www/htdocs/horde/ingo/lib/Script.php"] > 2011-11-26T22:39:35+00:00 NOTICE: HORDE [ingo] PHP ERROR: Undefined > index: char You have not configured ingo correctly (conf.php). > [pid 15552 on line 127 of "/srv/www/htdocs/horde/ingo/lib/Script.php"] > 2011-11-26T22:39:36+00:00 WARN: HORDE [imp] PHP ERROR: asort() > expects parameter > 1 to be array, null given [pid 15552 on line 38 of > "/srv/www/htdocs/horde/imp/l > ib/Menu/Dimp.php"] This undefined warning has been fixed for the next version. michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] [FWD] Fw: Html only
> > -Original Message- > From: "Alex May" a...@maymay.de > Date: Mon, 28 Nov 2011 06:57:45 > To: imp@lists.horde.org > Reply-To: a...@maymay.de > Subject: Html only > > I created a mail in dynamic view by clicking on html and then pasting in a > photo. > Reading the mail in dynamic view only shows the empty text part. I could only > find a > way to see the html in traditional view. > > Sent using BlackBerry® from Orange I think my description may not have been quite right. I may be seeing the html part, but just not the inline image. I have set $mime_drivers['imp']['html']['inline'] = true; in both local overrides of horde/config/mime_drivers.php and horde/imp/config/mime_drivers.php but that didn't seem to make any difference. -- -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] IE8 and DIMP
- Original Message - From: "Michael M Slusarz" To: Sent: Monday, November 28, 2011 10:44 PM Subject: Re: [imp] IE8 and DIMP Quoting Alex May : > I wasn't so worried about the warning as the hang on loading. Is > that fixed too? If so, in which version? Nobody else has reported this. And you have provided nothing to debug (the errors you reported have already been explained/fixed). michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org I am glad that no one else is experiencing this problem, but I still am. I provided what I thought were all the error messages that were being produced. There is also an error in the browser: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MDDC; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Tue, 29 Nov 2011 05:38:41 UTC Message: Invalid argument. Line: 2393 Char: 9 Code: 0 URI: http://alexmay.homeip.net/horde/js/prototype.js Does that help explain the problem at all? If you need more, to help further, can you please let me know what information I should gather. Thanks, Alex -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] forwarding question
- Original Message - From: "Torok Jozsef" To: Sent: Tuesday, November 29, 2011 12:14 AM Subject: Re: [imp] forwarding question Argh. Mea culpa, i forgot the right click, i see now. Is there an easy way to 'redefine' the forward button to this? And thx for quick answer, Michael. Joe Idézet (Michael M Slusarz ): > Edit As New exists. Forwarding also works. We do not forward > separate attachments - this has been explained in detail previously. > > michael -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org Could you please point us to where this is documented. Thanks, Alex -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] forwarding question
From Michael M Slusarz : Date Tue, 29 Nov 2011 00:17:40 -0700: Subject Re: [imp] forwarding question: Quoting Alex May : - Original Message - From: "Torok Jozsef" To: Sent: Tuesday, November 29, 2011 12:14 AM Subject: Re: [imp] forwarding question Argh. Mea culpa, i forgot the right click, i see now. Is there an easy way to 'redefine' the forward button to this? And thx for quick answer, Michael. Joe Idézet (Michael M Slusarz ): Edit As New exists. Forwarding also works. We do not forward separate attachments - this has been explained in detail previously. michael -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org Could you please point us to where this is documented. To where what is documented? michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org You said that "this has been explained in detail previously". I was hoping that you could point to where that was previously explained in detail so that I could read it. -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] IE8 and DIMP
- Original Message - From: "Michael M Slusarz" To: Sent: Tuesday, November 29, 2011 8:36 AM Subject: Re: [imp] IE8 and DIMP Quoting Alex May : > - Original Message - > From: "Michael M Slusarz" > To: > Sent: Monday, November 28, 2011 10:44 PM > Subject: Re: [imp] IE8 and DIMP > > > Quoting Alex May : > >> I wasn't so worried about the warning as the hang on loading. Is >> that fixed too? If so, in which version? > > Nobody else has reported this. And you have provided nothing to debug > (the errors you reported have already been explained/fixed). > > michael > > ___ > Michael Slusarz [slus...@horde.org] > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscr...@lists.horde.org > > I am glad that no one else is experiencing this problem, but I still am. > I provided what I thought were all the error messages that were > being produced. > There is also an error in the browser: > Webpage error details > User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; > Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR > 3.0.04506.30; MDDC; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) > Timestamp: Tue, 29 Nov 2011 05:38:41 UTC > Message: Invalid argument. > Line: 2393 > Char: 9 > Code: 0 > URI: http://alexmay.homeip.net/horde/js/prototype.js > > Does that help explain the problem at all? No. > If you need more, to help further, can you please let me know what > information I should gather. You need to trace down that line and determine why it is failing (i.e. what data input is causing it to fail). michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org I'm sorry if I'm just being thick, but what exactly do you mean by "trace down that line"? -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] forwarding question
- Original Message - From: "Michael M Slusarz" To: Sent: Tuesday, November 29, 2011 8:37 AM Subject: Re: [imp] forwarding question Quoting Alex May : > From Michael M Slusarz : > Date Tue, 29 Nov 2011 00:17:40 -0700: > Subject Re: [imp] forwarding question: > >> Quoting Alex May : >> >>> - Original Message - >>> From: "Torok Jozsef" >>> To: >>> Sent: Tuesday, November 29, 2011 12:14 AM >>> Subject: Re: [imp] forwarding question >>> >>> >>> Argh. Mea culpa, i forgot the right click, i see now. Is there an easy way >>> to 'redefine' the forward button to this? >>> >>> And thx for quick answer, Michael. >>> >>> Joe >>> >>> Idézet (Michael M Slusarz ): >>>> Edit As New exists. Forwarding also works. We do not forward >>>> separate attachments - this has been explained in detail previously. >>>> >>>> michael >>> -- >>> IMP mailing list >>> Frequently Asked Questions: http://horde.org/faq/ >>> To unsubscribe, mail: imp-unsubscr...@lists.horde.org >>> >>> Could you please point us to where this is documented. >> >> To where what is documented? >> >> michael >> >> ___ >> Michael Slusarz [slus...@horde.org] >> >> -- >> IMP mailing list >> Frequently Asked Questions: http://horde.org/faq/ >> To unsubscribe, mail: imp-unsubscr...@lists.horde.org > > You said that "this has been explained in detail previously". > I was hoping that you could point to where that was previously > explained in detail so that I could read it. Search the mailing lists. http://www.horde.org/mail/ michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org I have searched that mailing list and come up with a whole host of different posts. Are solutions to problems not saved separately anywhere, or can you not point us directly to the relevant post? -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] IE8 and DIMP
- Original Message - From: "Michael M Slusarz" To: Sent: Tuesday, November 29, 2011 8:56 PM Subject: Re: [imp] IE8 and DIMP Quoting Alex May : > I'm sorry if I'm just being thick, but what exactly do you mean by > "trace down that line"? You need to manually debug the javascript yourself. See, e.g., horde/docs/INSTALL michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org My installation doesn't have a horde/docs/INSTALL directory and I don't know what "manually debug the javascript yourself" means. It sounds like "you're on your own mate" ! Can anyone help at all? -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] Forwarding attachments
Is there now any way to forward attachments as separate attachments with a message. There are so many options for different types of forwarding, but none of them seems to offer this. If I forward the original message as an attachment, some users can't open the attachment and therefore can't get to the attachments. The only option offered by Outlook and therefore the option that most users expect is that when they hit forward, the original message text appears in the body of the new message and the original attachments are available to send with it as separate attachments. The original text should be capable of being removed or edited and the attachments should be capable of being removed (for example so that I can forward just some of the attachments received). Is this possible? Thanks, Alex -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Forwarding attachments
From Michael M Slusarz : Date Mon, 23 Jan 2012 18:51:48 -0700: Subject Re: [imp] Forwarding attachments: Quoting Alex May : If I forward the original message as an attachment, some users can't open the attachment and therefore can't get to the attachments. Huh? If a mail user agent cannot read a message/rfc822 part, it is BADLY broken. This is one of the basic MIME parts as defined in the original RFC document. And this is the correct (and only) way to FORWARD a message - meaning the receiving party receives the exact same message as the sender originally received. The only option offered by Outlook and therefore the option that most users expect is that when they hit forward, the original message text appears in the body of the new message and the original attachments are available to send with it as separate attachments. Uh, no. This is *not* FORWARDING the message. This is using the old message as a template. That is what Edit As New is for. michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org Otherwise we can discuss endlessly what "forwarding" really means, and whether outlook is doing it wrong, but users will expect what they are used to. More importantly, the option to forward with just some of the original attachments is common and useful and I don't think that is available without edit as new. Edit as new seems to do the job well enough, but: - this doesn't seem to be available in DIMP, is it? - can't this be one of the forwarding options and have the subject copied in? Thanks, Alex -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Forwarding attachments
From Alex May : Date Tue, 24 Jan 2012 06:21:29 +: Subject Re: [imp] Forwarding attachments: From Michael M Slusarz : Date Mon, 23 Jan 2012 18:51:48 -0700: Subject Re: [imp] Forwarding attachments: Quoting Alex May : If I forward the original message as an attachment, some users can't open the attachment and therefore can't get to the attachments. Huh? If a mail user agent cannot read a message/rfc822 part, it is BADLY broken. This is one of the basic MIME parts as defined in the original RFC document. And this is the correct (and only) way to FORWARD a message - meaning the receiving party receives the exact same message as the sender originally received. The only option offered by Outlook and therefore the option that most users expect is that when they hit forward, the original message text appears in the body of the new message and the original attachments are available to send with it as separate attachments. Uh, no. This is *not* FORWARDING the message. This is using the old message as a template. That is what Edit As New is for. michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org Otherwise we can discuss endlessly what "forwarding" really means, and whether outlook is doing it wrong, but users will expect what they are used to. More importantly, the option to forward with just some of the original attachments is common and useful and I don't think that is available without edit as new. Edit as new seems to do the job well enough, but: - this doesn't seem to be available in DIMP, is it? - can't this be one of the forwarding options and have the subject copied in? Thanks, Alex Sorry, my statement wasn't quite right. Edit as new is available in DIMP, but it responds differently (doesn't copy the forwarded headers) to IMP (trad. view). The other points are valid, and this difference can't surely be right, can it? Alex -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Forwarding attachments
So imp and dimp doing different things with the same command is ok? Sorry about the top post, but that is all that I can do on my blackberry Sent using BlackBerry® from Orange -Original Message- From: Michael M Slusarz Sender: imp-boun...@lists.horde.org Date: Mon, 23 Jan 2012 23:40:16 To: Subject: Re: [imp] Forwarding attachments Quoting Alex May : > Otherwise we can discuss endlessly what "forwarding" really means, > and whether outlook is doing it wrong, but users will expect what > they are used to. And what users expect is to hit forward and not to have to worry about what is being forwarded. The vast majority of users DO NOT pick/choose attachments. Anyway, this topic has been beat into the ground in the past and is not a close call, so it's not worth retreading the same ground over and over again. michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Forwarding attachments
-Original Message- From: Michael M Slusarz Sender: imp-boun...@lists.horde.org Date: Mon, 23 Jan 2012 23:40:16 To: Subject: Re: [imp] Forwarding attachments Quoting Alex May : > Otherwise we can discuss endlessly what "forwarding" really means, > and whether outlook is doing it wrong, but users will expect what > they are used to. And what users expect is to hit forward and not to have to worry about what is being forwarded. The vast majority of users DO NOT pick/choose attachments. Anyway, this topic has been beat into the ground in the past and is not a close call, so it's not worth retreading the same ground over and over again. michael Shouldn't IMP and DIMP at least do the same when one chooses to "edit as new"? If so, can you please allow the current traditional view action to be used in DIMP. Giving this flexibility can't surely compromise the other options. There is no way to switch quickly from IMP to DIMP or vice versa without logging out and in again, is there? Alex -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Forward with H4
- Original Message - From: "Vilius Sumskas" To: Sent: Saturday, April 07, 2012 8:37 AM Subject: Re: [imp] Forward with H4 Sveiki, Saturday, April 7, 2012, 7:50:50 AM, you wrote: > Hello, > Still i am facing issue with imp. When i forward an email with both(body & > attachment). It's wrapped my email into an link. In that > case, Receiver find an attachment. That attachment having both (body & > attachment). Can any body let me know what it pointer need to be set in my > horde4 so that my horde start behaving like standard webmail. If want to modify the message for the receiver, don't use forward, use Edit as New. -- Best regards, Vilius -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org Edit as new does not have the sort of functionality that a normal user expects from forward either. I know it might be standards compliant, but if most email programs are not compliant, then the standard isn't a real standard. The problem with edit as new is that it doesn't put the original headers into the email body with the original text. I raised this a number of times. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Forward with H4
If someone could just produce a hack to include the original mail headers in with the text of edit as new (bearing in mind, you could always remove them if you didn't want them) the world would be a really great place! - Original Message - From: "Vikas Parashar" To: Sent: Monday, April 09, 2012 11:36 AM Subject: [imp] Forward with H4 Hello Vilius/Alex, i have just made some little change in compose.js. Now my problem have been solved.I don't want any other option required in case of forward. Kindly find below code hacked by me... case 'button_forward': this.composeMailbox('editasnew'); break; Cheers:- Vikas -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org