Dear List,
I modified prefs.local.php to
$_prefs['search_sources']['locked'] = true;
$_prefs['search_sources']['hook'] = true;
$_prefs['search_fields']['value'] = '';
$_prefs['search_fields']['locked'] = true;
$_prefs['search_fields']['hook'] = true;
$_prefs['add_source']['locked'] = true;
$_pre
To further add to this, I added var_dump($fields) in lib/IMP.php and
got the following output during compose.
array(3) { ["aNSXRVC-ZUxOnQYUwauXA5A"]=> array(50) { [0]=> string(9)
"firstname" [1]=> string(8) "lastname" [2]=> string(11) "middlenames"
[3]=> string(10) "namePrefix" [4]=> string
Hello !
If i open a "Draft" and save it, then I have 2 "Drafts"
It create new draft instead of only save the draft.
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Hey guys,
I'm wondering what the best way is to be backwards compatible with
Courier mailbox formats and not duplicate mailbox trees with Dovecot.
Is anyone doing this right now?
My Dovecot 2.0.13 is configured as follows for Namespaces:
namespace {
inbox = yes
location =
prefix =
Quoting Rick Romero :
Hey guys,
I'm wondering what the best way is to be backwards compatible with
Courier mailbox formats and not duplicate mailbox trees with
Dovecot. Is anyone doing this right now?
My Dovecot 2.0.13 is configured as follows for Namespaces:
namespace {
inbox = yes
Quoting Makeri :
Hello !
If i open a "Draft" and save it, then I have 2 "Drafts"
It create new draft instead of only save the draft.
This is the appropriate behavior currently due to users wanting to use
drafts as message templates.
Once true message templates are added, this functionali