summaryrefslogtreecommitdiff
path: root/plugins/vcard_attachments/vcardattach.js
blob: 021087edcc2381b50e1253d845b7487db7416022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * vcard_attachments plugin script
 * @version @package_version@
 */
function plugin_vcard_save_contact(mime_id)
{
  rcmail.set_busy(true, 'loading');
  rcmail.http_post('plugin.savevcard', '_uid='+rcmail.env.uid+'&_mbox='+urlencode(rcmail.env.mailbox)+'&_part='+urlencode(mime_id), true);
  
  return false;
}