|
@@ -68,6 +68,8 @@ function plugin_listcommands_menu() {
|
|
$output[] = makeComposeLink($url, $fieldsdescr[$cmd]);
|
|
$output[] = makeComposeLink($url, $fieldsdescr[$cmd]);
|
|
|
|
|
|
if ($cmd == 'post') {
|
|
if ($cmd == 'post') {
|
|
|
|
+ if (!isset($mailbox))
|
|
|
|
+ $mailbox = 'INBOX';
|
|
$url .= '&passed_id='.$passed_id.
|
|
$url .= '&passed_id='.$passed_id.
|
|
'&mailbox='.urlencode($mailbox).
|
|
'&mailbox='.urlencode($mailbox).
|
|
(isset($passed_ent_id)?'&passed_ent_id='.$passed_ent_id:'');
|
|
(isset($passed_ent_id)?'&passed_ent_id='.$passed_ent_id:'');
|