|
@@ -66,7 +66,7 @@ function plugin_listcommands_menu() {
|
|
$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:'');
|
|
- $url .= '&action=reply';
|
|
|
|
|
|
+ $url .= '&smaction=reply';
|
|
|
|
|
|
$output[] = makeComposeLink($url, $fieldsdescr['reply']);
|
|
$output[] = makeComposeLink($url, $fieldsdescr['reply']);
|
|
}
|
|
}
|