Skip to content

Commit

Permalink
https://github.com/the-djmaze/snappymail/issues/569#issuecomment-1411…
Browse files Browse the repository at this point in the history
…330109
  • Loading branch information
the-djmaze committed Feb 1, 2023
1 parent 5259da4 commit 67488a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/App/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ export class AppUser extends AbstractApp {
location.protocol + '//' + location.host + location.pathname + '?mailto&to=%s',
(SettingsGet('Title') || 'SnappyMail')
);
} catch (e) {} // eslint-disable-line no-empty
} catch (e) {
console.error(e);
}

setTimeout(() => mailToHelper(SettingsGet('MailToEmail')), 500);
} else {
Expand Down

0 comments on commit 67488a5

Please sign in to comment.