Discussion:
[imp] How to get rid of the mimePartInfo boxes?
(too old to reply)
Federico Giannici
2016-05-26 17:28:19 UTC
Permalink
I have just installed latest version of Horde/IMP. I'm configuring it
and I'd like to get rid of the mimePartInfo boxes, that is the little
boxes to view/save/download every part of the (see the attached image).
I find it useless and distracting for a novice user, these functions
could be only in the "Parts" section of the header.

I couldn't find how to disable it. I tried with the following but
without success:

$_prefs['parts_display']['value'] = 'none';

Is there any way to get rid if those boxes?

Thanks.
Michael J Rubinsky
2016-05-27 02:11:48 UTC
Permalink
Post by Federico Giannici
I have just installed latest version of Horde/IMP. I'm configuring
it and I'd like to get rid of the mimePartInfo boxes, that is the
little boxes to view/save/download every part of the (see the
attached image). I find it useless and distracting for a novice
user, these functions could be only in the "Parts" section of the
header.
I couldn't find how to disable it.
You can't currently disable it. Well, not without hacking the code.
Post by Federico Giannici
$_prefs['parts_display']['value'] = 'none';
This controls what parts are displayed in the "summary" area of the
header area.
Post by Federico Giannici
Is there any way to get rid if those boxes?
Thanks.
--
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
Jan Schneider
2016-05-27 08:20:08 UTC
Permalink
Post by Michael J Rubinsky
Post by Federico Giannici
I have just installed latest version of Horde/IMP. I'm configuring
it and I'd like to get rid of the mimePartInfo boxes, that is the
little boxes to view/save/download every part of the (see the
attached image). I find it useless and distracting for a novice
user, these functions could be only in the "Parts" section of the
header.
I couldn't find how to disable it.
You can't currently disable it. Well, not without hacking the code.
And FWIW, it's the only way to print emails, which your users might
not appreciate if being removed.
Post by Michael J Rubinsky
Post by Federico Giannici
$_prefs['parts_display']['value'] = 'none';
This controls what parts are displayed in the "summary" area of the
header area.
Post by Federico Giannici
Is there any way to get rid if those boxes?
Thanks.
--
Jan Schneider
The Horde Project
http://www.horde.org/
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-***@lists.horde.org
Federico Giannici
2016-05-27 08:41:55 UTC
Permalink
Post by Michael J Rubinsky
Post by Federico Giannici
I have just installed latest version of Horde/IMP. I'm configuring it
and I'd like to get rid of the mimePartInfo boxes, that is the little
boxes to view/save/download every part of the (see the attached
image). I find it useless and distracting for a novice user, these
functions could be only in the "Parts" section of the header.
I couldn't find how to disable it.
You can't currently disable it. Well, not without hacking the code.
Well, I was thinking to hidden it (but not the .mimePartInfoAtc) via CSS...
And FWIW, it's the only way to print emails, which your users might not
appreciate if being removed.
Ouch!!!
Why not use a button near Forward, Delete, etc., as other email clients?
I would find it more user friendly.

Thanks.
Post by Michael J Rubinsky
Post by Federico Giannici
$_prefs['parts_display']['value'] = 'none';
This controls what parts are displayed in the "summary" area of the
header area.
Post by Federico Giannici
Is there any way to get rid if those boxes?
Thanks.
--
___________________________________________________
__
|- ***@neomedia.it
|ederico Giannici http://www.neomedia.it

Presidente del CDA - Neomedia S.r.l.
___________________________________________________
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-***@lists.horde.org
Federico Giannici
2016-05-27 08:47:43 UTC
Permalink
Post by Federico Giannici
Post by Michael J Rubinsky
Post by Federico Giannici
I have just installed latest version of Horde/IMP. I'm configuring it
and I'd like to get rid of the mimePartInfo boxes, that is the little
boxes to view/save/download every part of the (see the attached
image). I find it useless and distracting for a novice user, these
functions could be only in the "Parts" section of the header.
I couldn't find how to disable it.
You can't currently disable it. Well, not without hacking the code.
Well, I was thinking to hidden it (but not the .mimePartInfoAtc) via CSS...
And FWIW, it's the only way to print emails, which your users might not
appreciate if being removed.
Ouch!!!
Why not use a button near Forward, Delete, etc., as other email clients?
I would find it more user friendly.
It would print all the currently shown parts (i.e. the inline ones).

Thanks.
Post by Federico Giannici
Thanks.
Post by Michael J Rubinsky
Post by Federico Giannici
$_prefs['parts_display']['value'] = 'none';
This controls what parts are displayed in the "summary" area of the
header area.
Post by Federico Giannici
Is there any way to get rid if those boxes?
Thanks.
--
___________________________________________________
__
|- ***@neomedia.it
|ederico Giannici http://www.neomedia.it

Presidente del CDA - Neomedia S.r.l.
___________________________________________________
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-***@lists.horde.org
Jan Schneider
2016-05-27 08:52:43 UTC
Permalink
Post by Federico Giannici
Post by Federico Giannici
Post by Michael J Rubinsky
Post by Federico Giannici
I have just installed latest version of Horde/IMP. I'm configuring it
and I'd like to get rid of the mimePartInfo boxes, that is the little
boxes to view/save/download every part of the (see the attached
image). I find it useless and distracting for a novice user, these
functions could be only in the "Parts" section of the header.
I couldn't find how to disable it.
You can't currently disable it. Well, not without hacking the code.
Well, I was thinking to hidden it (but not the .mimePartInfoAtc) via CSS...
And FWIW, it's the only way to print emails, which your users might not
appreciate if being removed.
Ouch!!!
Why not use a button near Forward, Delete, etc., as other email clients?
I would find it more user friendly.
It would print all the currently shown parts (i.e. the inline ones).
Because this is not a desktop client, but a browser. See the mailing
list archives for details.
Post by Federico Giannici
Post by Federico Giannici
Post by Michael J Rubinsky
Post by Federico Giannici
$_prefs['parts_display']['value'] = 'none';
This controls what parts are displayed in the "summary" area of the
header area.
Post by Federico Giannici
Is there any way to get rid if those boxes?
Thanks.
--
___________________________________________________
__
|ederico Giannici http://www.neomedia.it
Presidente del CDA - Neomedia S.r.l.
___________________________________________________
--
Jan Schneider
The Horde Project
http://www.horde.org/
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-***@lists.horde.org
Federico Giannici
2016-05-27 09:21:37 UTC
Permalink
Post by Jan Schneider
Post by Federico Giannici
Post by Federico Giannici
Post by Michael J Rubinsky
Post by Federico Giannici
I have just installed latest version of Horde/IMP. I'm configuring it
and I'd like to get rid of the mimePartInfo boxes, that is the little
boxes to view/save/download every part of the (see the attached
image). I find it useless and distracting for a novice user, these
functions could be only in the "Parts" section of the header.
I couldn't find how to disable it.
You can't currently disable it. Well, not without hacking the code.
Well, I was thinking to hidden it (but not the .mimePartInfoAtc) via
CSS...
And FWIW, it's the only way to print emails, which your users might not
appreciate if being removed.
Ouch!!!
Why not use a button near Forward, Delete, etc., as other email clients?
I would find it more user friendly.
It would print all the currently shown parts (i.e. the inline ones).
Because this is not a desktop client, but a browser. See the mailing
list archives for details.
probably I'm missing something, but I think that a "Print" button could
be added (near "Reply", "Forward", etc.) that will simply open the email
in a separate window (like with a double click on the message) and
automatically start the "print" action. I know that it will not be the
same as the current print implementation, but I think that it will be
good enough for most cases (and more user friendly).

Just my 2 cents...

Bye.
Post by Jan Schneider
Post by Federico Giannici
Post by Federico Giannici
Post by Michael J Rubinsky
Post by Federico Giannici
$_prefs['parts_display']['value'] = 'none';
This controls what parts are displayed in the "summary" area of the
header area.
Post by Federico Giannici
Is there any way to get rid if those boxes?
Thanks.
--
___________________________________________________
__
|ederico Giannici http://www.neomedia.it
Presidente del CDA - Neomedia S.r.l.
___________________________________________________
--
___________________________________________________
__
|- ***@neomedia.it
|ederico Giannici http://www.neomedia.it

Presidente del CDA - Neomedia S.r.l.
___________________________________________________
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-***@lists.horde.org
Federico Giannici
2016-05-27 09:55:01 UTC
Permalink
Post by Federico Giannici
Post by Jan Schneider
Post by Federico Giannici
Post by Federico Giannici
Post by Jan Schneider
Post by Michael J Rubinsky
Post by Federico Giannici
I have just installed latest version of Horde/IMP. I'm
configuring it
and I'd like to get rid of the mimePartInfo boxes, that is the
little
boxes to view/save/download every part of the (see the attached
image). I find it useless and distracting for a novice user, these
functions could be only in the "Parts" section of the header.
I couldn't find how to disable it.
You can't currently disable it. Well, not without hacking the code.
Well, I was thinking to hidden it (but not the .mimePartInfoAtc) via
CSS...
Post by Jan Schneider
And FWIW, it's the only way to print emails, which your users might
not
appreciate if being removed.
Ouch!!!
Why not use a button near Forward, Delete, etc., as other email
clients?
I would find it more user friendly.
It would print all the currently shown parts (i.e. the inline ones).
Because this is not a desktop client, but a browser. See the mailing
list archives for details.
probably I'm missing something, but I think that a "Print" button could
be added (near "Reply", "Forward", etc.) that will simply open the email
in a separate window (like with a double click on the message) and
automatically start the "print" action. I know that it will not be the
same as the current print implementation, but I think that it will be
good enough for most cases (and more user friendly).
Possibly with some print-specific CSS to hide some unwanted elements
from the print (buttons, etc.)...

Bye.
Post by Federico Giannici
Just my 2 cents...
Bye.
Post by Jan Schneider
Post by Federico Giannici
Post by Federico Giannici
Post by Jan Schneider
Post by Michael J Rubinsky
Post by Federico Giannici
$_prefs['parts_display']['value'] = 'none';
This controls what parts are displayed in the "summary" area of the
header area.
Post by Federico Giannici
Is there any way to get rid if those boxes?
Thanks.
--
___________________________________________________
__
|ederico Giannici http://www.neomedia.it
Presidente del CDA - Neomedia S.r.l.
___________________________________________________
--
___________________________________________________
__
|- ***@neomedia.it
|ederico Giannici http://www.neomedia.it

Presidente del CDA - Neomedia S.r.l.
___________________________________________________
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-***@lists.horde.org
Loading...