mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
87dba382a8
Summary: We used to parse the quoted text on each keystroke in the composer for a reply so that we could continue to determine what was quoted text. However, that resulted in dramatically slow typing for replies to complex HTML emails. Now, the quoted text isn't a part of the reply until `prepareDraftForSyncback`, after all of the extensions have run their transformations—we use a marker to determine whether quoted text should be appended or not. The quoted text control is now a one-way operation—you can't hide the quoted text after showing it (Gmail-style). Test Plan: Tested locally (but didn't run unit tests because they won't run on my machine...) Reviewers: bengotow, juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D3106 |
||
---|---|---|
.. | ||
account-sidebar | ||
attachments | ||
category-picker | ||
composer | ||
composer-emoji | ||
composer-signature | ||
composer-spellcheck | ||
composer-templates | ||
composer-translate | ||
draft-list | ||
events | ||
github-contact-card | ||
keybase | ||
message-autoload-images | ||
message-list | ||
message-view-on-github | ||
mode-switch | ||
notification-mailto | ||
notification-update-available | ||
notifications | ||
onboarding | ||
participant-profile | ||
personal-level-indicators | ||
phishing-detection | ||
plugins | ||
preferences | ||
remove-tracking-pixels | ||
screenshot-mode | ||
send-and-archive | ||
system-tray | ||
theme-picker | ||
thread-list | ||
thread-search | ||
thread-search-index | ||
thread-snooze | ||
ui-dark | ||
ui-darkside | ||
ui-less-is-more | ||
ui-light | ||
ui-taiga | ||
ui-ubuntu | ||
undo-redo | ||
unread-notifications | ||
worker-sync | ||
worker-ui |