mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-13 04:15:11 +00:00
See ChangeLog.
Monotone-Parent: e9f628c74b83c2316c49865e04b473c6e202c332 Monotone-Revision: 6abb8375831082425cff443adae2a3a663f43a6d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T23:18:03
This commit is contained in:
@@ -279,7 +279,7 @@ function openMailTo(senderMailTo) {
|
||||
|
||||
if (mailto.length > 0)
|
||||
openMailComposeWindow(ApplicationBaseURL
|
||||
+ "../Mail/compose?mailto=" + encodeURIComponent(mailto)
|
||||
+ "../Mail/compose?mailto=" + encodeURIComponent(Object.toJSON([mailto]))
|
||||
+ ((subject.length > 0)?"?subject=" + encodeURIComponent(subject):""));
|
||||
|
||||
return false; /* stop following the link */
|
||||
|
||||
Reference in New Issue
Block a user