-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
viewer, editor: Various robustness and UX improvements.
* viewer.c: Fix was_unicode calculation to avoid spurious aborts. * Reduce FETCHLIST interval, since even an interval of 180 can take up to 15 seconds to load a folder. * SMTP: Don't send addresses with double <<>> for RCPT. * editor: Add spaces at beginning of quoted lines, as with viewer, for readability. * editor: Fix erroneous extra spaces at end of format=flowed lines, caused by duplicate logic that would add a space in this case. * editor: Distinguish between message not sent and sent but not saved. * imap: Avoid infinite loop by breaking early if flushed input is empty. * IMAP APPEND: Fix memory leak of flags.
- Loading branch information
1 parent
c485687
commit 4bcb2c7
Showing
6 changed files
with
62 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters