Changelog:
- The "empty CC field" bug was fixed, as well as the
incorrect generation of SMTP headers.
- The application sets its icon now.
- A sysctl call is used instead of uname on BSD systems,
to avoid getting a truncated "uname -a" output.
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
PR: 62727
* The NetBSD pkgsrc patch was imported into the main tree.
* The correct version tag is now printed in the mail header.
* "Open" no longer replaces the text in the Fix section, it includes the file at cursor location.
* A new "Clear" button has been added.
* General code cleanup (mainly GTK_* macros)
PR: 61494
Submitted by: "Miguel Mendez" <flynn@energyhq.es.eu.org> (maintainer)
Approved by: erwin (mentor) (implicitly)
* Only changed preferences are now saved.
* It is now possible to include a file in the Fix section
from inside the program as well as by using the -a
option.
* Use of basename(3) in the filename label
* Quite a lot of code cleanup
PR: ports/59595
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Approved by: adamw (mentor)
* The code was reorganized and all the SMTP logic was moved
to its own file.
* CC: works now
* General code cleanup
PR: 58804
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)