Skip to content

Version 1.6

Compare
Choose a tag to compare
@koppor koppor released this 15 Jan 19:28
· 61 commits to main since this release

Changed

  • Homepage and code moved from sourceforge to GitHub.
  • Linebreaks in DEFAULT_QUOTING_TEMPLATE changed from vbCr to "\n"

Added

  • Now recognizes LastnameFirstname as sender name format, too.
  • Internationalization: Add FixedReplyAllEnglish() with a separate template for replies in English.
  • In case a sender name takes something in braces at the end, that text is removed (e.g., "Test Name (42)" is converted to "Test Name")

Fixed

  • If sender name is encloded in quotes, these quotes are stripped
  • Applied fix by "helper-01" to enable macro usage at 64bit Outlook
  • Always use "Firstname Lastname" as sender name, even if some names are formatted "Lastname, Firstname"