Rajkumar S | 1 Jan 2009 15:08
Favicon

Highlighting "Report as Spam" menu

Hi,

I have recently enabled spam reporting via  "Report as Spam" but users
are not quite using it, mostly because it's not quite visible in midst
of all other menu items.  Is there any way to Highlight the "Report as
Spam" menu using, say,  bold and red so that it's more noticed by
users and thus more used?

raj
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Manilal K M | 1 Jan 2009 18:29
Picon
Gravatar

Re: Highlighting "Report as Spam" menu

Do you mean the icon ?

2009/1/1 Rajkumar S <rajkumars <at> asianetindia.com>:
> Hi,
>
> I have recently enabled spam reporting via  "Report as Spam" but users
> are not quite using it, mostly because it's not quite visible in midst
> of all other menu items.  Is there any way to Highlight the "Report as
> Spam" menu using, say,  bold and red so that it's more noticed by
> users and thus more used?
>
> raj
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
>

--

-- 
Manilal K M : മണിലാല്‍ കെ എം.
http://libregeek.blogspot.com
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
Rajkumar S | 1 Jan 2009 18:42
Favicon

Re: Highlighting "Report as Spam" menu

No, The text "Report as Spam" that appears along with delete, forwad
etc in main view and individual mail view.

raj

On Thu, Jan 1, 2009 at 10:59 PM, Manilal K M <libregeek <at> gmail.com> wrote:
> Do you mean the icon ?
>
> 2009/1/1 Rajkumar S <rajkumars <at> asianetindia.com>:
>> Hi,
>>
>> I have recently enabled spam reporting via  "Report as Spam" but users
>> are not quite using it, mostly because it's not quite visible in midst
>> of all other menu items.  Is there any way to Highlight the "Report as
>> Spam" menu using, say,  bold and red so that it's more noticed by
>> users and thus more used?
>>
>> raj
>> --
>> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
>>
>
>
>
> --
> Manilal K M : മണിലാല്‍ കെ എം.
> http://libregeek.blogspot.com
>
(Continue reading)

Manilal K M | 2 Jan 2009 06:07
Picon
Gravatar

Re: Highlighting "Report as Spam" menu

May be you have to customize the templates

2009/1/1 Rajkumar S <rajkumars <at> asianetindia.com>:
> No, The text "Report as Spam" that appears along with delete, forwad
> etc in main view and individual mail view.
>
> raj
>
> On Thu, Jan 1, 2009 at 10:59 PM, Manilal K M <libregeek <at> gmail.com> wrote:
>> Do you mean the icon ?
>>
>> 2009/1/1 Rajkumar S <rajkumars <at> asianetindia.com>:
>>> Hi,
>>>
>>> I have recently enabled spam reporting via  "Report as Spam" but users
>>> are not quite using it, mostly because it's not quite visible in midst
>>> of all other menu items.  Is there any way to Highlight the "Report as
>>> Spam" menu using, say,  bold and red so that it's more noticed by
>>> users and thus more used?
>>>
>>> raj
>>> --
>>> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
>>> Frequently Asked Questions: http://horde.org/faq/
>>> To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
>>>
>>
>>
>>
>> --
(Continue reading)

Rajkumar S | 2 Jan 2009 06:58
Favicon

Re: Highlighting "Report as Spam" menu

Hi,

I fixed this with an ugly hack!

--- /tmp/message.php    2009-01-02 05:37:31.163784816 +0000
+++ message.php 2009-01-02 05:39:24.200310714 +0000
 <at>  <at>  -604,7 +604,7  <at>  <at> 
     if ($conf['spam']['reporting'] &&
         ($conf['spam']['spamfolder'] ||
          ($mailbox_name !=
IMP::folderPref($prefs->getValue('spam_folder'), true)))) {
-        $a_template->set('spam', Horde::widget('#', _("Report as
Spam"), 'widget', '', "message_submit('spam_report'); return false;",
_("Report as Spam"), true));
+        $a_template->set('spam', Horde::widget('#', _("Report as
Spam"), 'widget', '', "message_submit('spam_report'); return false;",
_("<font color=red>Report as Spam (New!)</font>"), true));
     }

     if ($conf['notspam']['reporting'] &&

I am not sure if this will cause any bigger breakage

raj

On Fri, Jan 2, 2009 at 10:37 AM, Manilal K M <libregeek <at> gmail.com> wrote:
> May be you have to customize the templates
>
> 2009/1/1 Rajkumar S <rajkumars <at> asianetindia.com>:
>> No, The text "Report as Spam" that appears along with delete, forwad
(Continue reading)

Jan Schneider | 2 Jan 2009 10:44
Favicon
Gravatar

Re: dimp and openoffice

Zitat von Andreas Moroder <andreas.moroder <at> sb-brixen.it>:

> Hello,
>
> most users in out public hospital use imp/horde to read and write  
> mails and openoffice for wordprocessing and tables.
>
> One problem of this combination is that it is not straightforward to  
> send the documents written in OOO to a mail destination. They have  
> to store it, change to the browser, click sendmail and attach the  
> document.
>
> I asked the ooo-team for a solution
> ( see http://www.openoffice.org/issues/show_bug.cgi?id=87319 )
>
> but don't got a satisfying answer.
>
> Because DIMP uses AJAX like technology, would it be possible to  
> automatize the process I described above from an external  
> application like ooo ?

With standard techniques, it's not possible to initiate a file upload  
in the browser. It might be possible with extensions like Google Gears  
or Yahoo Browser Plus though.

Jan.

--

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
(Continue reading)

News Listener | 6 Jan 2009 22:08
Picon

Restrict users using imap as auth

Hello!
How can i restrict users to accessing horde when using imap as auth method ?
Thanks a lot

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Martin Fraser | 7 Jan 2009 10:09
Favicon

Re: Restrict users using imap as auth

I'm not sure I understand what you mean here.

What are they not allowed to access?

If you are saying you don't want them to directly access the IMAP server 
that is authenticating them to Horde, only allowing access through the 
web interface, then that is simply a case of restricting access to the 
IMAP port number using whatever method is most appropriate to your 
operating system, but that is really out with the scope of Horde.

If I've got the wrong end of the stick, please clarify.

Martin...

News Listener wrote:
> Hello!
> How can i restrict users to accessing horde when using imap as auth 
> method ?
> Thanks a lot
> 
> -- 
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
> 

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
(Continue reading)

Joshua Weader | 9 Jan 2009 02:52
Picon

Delete-moves-to-trash also expunges in IMP, but not DIMP?

Hi -

I've been struggling with this issue for a couple of days now.  I've looked
through the recent discussions on this list, bugs, etc. and can't figure
this out.  I have the "delete moves to trash" setting enabled, and when I
delete a message using the traditional Imp interface, it is moved to the
trash and immediately expunged from the original folder.  If I repeat the
exact same action using Dimp, the message is moved but it is not expunged
from the original folder.  The "X-Status: D" flag is set on the message, but
it is never expunged.

I am running the current versions of Horde (3.3.2), Imp (H3 4.3.2), and Dimp
(H3 1.1.1).

Any ideas why Dimp doesn't send the expunge command?

Thanks,

--Josh
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Rick Beton | 12 Jan 2009 12:56
Picon

Feature request: previous/next <link> tags in header

I'd like the web email page to include navigation links in the header as
well as the body.

Along the top of each email, there is at the right a "back to inbox' link
and previous/next buttons.  A small improvement would be to duplicate these
navigation items in the header using <link> tags.  This makes the navigation
available to the browser in other ways (for example, in Firefox the Link
Widgets plugin allows direct activation of the links).

Further information on <link> here:
http://www.w3.org/TR/html401/struct/links.html#h-12.3
Of course, this information needs adjusting for XHTML, e.g. we need

<link href="/horde/imp/mailbox.php?start=121" rel="Index"/>
<link href="/horde/imp/message.php?index=479" rel="Prev"/>
<link href="/horde/imp/message.php?index=481" rel="Next"/>

Rick

PS I am using Imp H3 (4.1.4) proviedd by my ISP.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org


Gmane