Commit graph

171 commits

Author SHA1 Message Date
xtraeme
d002cc52b8 Update to 2.4.8:
* The encoding method of MIME headers is now determined by outgoing
  encoding rather than the value of MB_CUR_MAX.
* The memory leaks and warnings in LDAP search were fixed.
* The beep on folders with one message when using GTK+ 2.12 was removed.
* Win32: The crash that occurred when trying to display some TIFF files was fixed.
* Win32: Settings are now automatically saved on the shutdown of system.
2008-01-03 22:38:41 +00:00
xtraeme
0bf9b78c7f Update to 2.4.7:
* The bug that 'Set display item of summary...' button in the common
  preferences dialog always show send folder setting was fixed.
* The previous focus is kept when separation of view is changed.
* The status label is automatically resized now when there is not
  enough width.
* The bug that virtual folders were not sorted properly was fixed.
* The crash when trying to use ascii-armored PGP encryption was fixed.
* The most of compiler warnings were removed.

Changes for 2.4.6:

* The 'To' column was added to the summary view.
* In Sent, Draft, and Queue folders, the 'To' column is displayed by
  default.
* The display column setting of send folders became independent from
  normal folders.
* The ascii-armored PGP encryption was fixed.
* The combined method is used now when both PGP encryption and PGP
  signing are specified.
* The PGP passphrase dialog was disabled on filtering and query search.
* The new message notify will be blocked when a new message is read
  on receiving.
* 'LIST "" "*"' command is used instead of 'LIST "" "%"' to obtain
  folder list from IMAP4 server.
* The bug that noinferior and noselect flags were ignored until rebuilding
  folder tree when a new folder was created on IMAP4 server was fixed.
* If attached files become nonexistent on sending, error dialog will be
  displayed and the sending will abort.
2007-10-11 18:12:55 +00:00
drochner
26260e0a4b update to 2.4.5, fixes format string vulnerability in POP3 client
(CVE-2007-2958)
other changes:
-The potential crash bug in address completion was fixed
-The signature separator '--' is not joined on line wrapping now
2007-08-31 11:06:06 +00:00
xtraeme
557be380c1 Update to 2.4.4:
* Reply and forward marks are appended after messages are actually sent.
* The feature to reply to attached message/rfc822 messages was added.
* When a folder is renamed, the path of junk folder is also updated.
* A workaround for the error which occurs with Gmail SMTP server was made.
2007-07-25 16:42:08 +00:00
xtraeme
ad85c2e605 Update to 2.4.3:
* 2.4.3 (stable)

* The quick search entry is cleared when Escape key is pressed on it.
* UTF-8 with BOM is handled correctly when inserting signature.
* A possible crash when adding address from address book was fixed.
2007-07-01 09:03:15 +00:00
xtraeme
c32280b3bd Update to 2.4.2:
* The recursive download of remote folders was enabled.
* The quick search condition for each folder now persists between sessions.
* The selection now persists when the quick search condition is updated.
* SSL ports in Advanced tab of the account prefs dialog are now automatically
  set when SSL is enabled.
* The '--open' command line option which open messages in new window was added.
* Quoted-printable or base64 encoding is now forced on PGP/MIME signing
  instead of stripping trailing spaces
  (except for the case of ISO-2022-JP encoding).
* The quoted-pair in From header is now processed correctly when displaying
  its name.
* The performance of 'Mark all read' on IMAP folders was improved.
* The bug that the character '+' in address was treated as URI-escaped
  space was fixed.
* Unix: the problem that 'Get' and 'Get all' button could not be clicked
  after receiving while mouse pointer was over the buttons was fixed.

2.4.1:

* If shift or control key is pressed on address completion, only address
  string is inserted now.
2007-05-21 05:07:00 +00:00
xtraeme
429d41238f Update to 2.4.0.
* New features

  o Toolbar
    + The customization of the toolbars was implemented.
    + 'Prev', 'Print', 'Address', 'Prefs', 'Account', 'Not junk',
      'Search' and 'Stop' button was added to the toolbars.
    + The overflow menu for the toolbars was added.
    + The option to place toolbar labels at the right of icons was added.
  o Address book
    + Copy and paste of persons in the address book was enabled.
    + In the address book, the import of CSV and Tab-separated text file
      was enabled.
  o The automatic filtering of IMAP4 on receive operation was enabled.
  o The option to toggle the window on the trayicon click was added.

* Feature improvements

  o Junk mails are now filtered when incorporating from local spool.
  o The width of toolbar buttons was reduced when the labels are displayed.
  o The checking of remote folders doesn't abort with non-fatal errors now
    except for network failure.
  o Close button was added to the address book dialog.
  o In-Reply-To header was supported in mailto URL.
  o An error message is displayed now when the decryption of PGP encrypted
    messages failed.
  o 'Within 1 day' and 'Last 5 days' was added to the quick search rule.
  o The toolbar style switch was added to the toolbar context menu.
  o The limitation of the nesting level of MIME structure was relaxed.
  o A margin for text was added to the composition window.
  o An error dialog is displayed if the execution of junk filter command fails.
  o The overwrite confirmation of the file selection dialog was improved.
  o The file copy and move operation were optimized.
  o The included Japanese manual was updated.
  o Unix: Symbolic links are now also scanned when scanning MH folders.

* Bugfixes

  o The problem that the width of the folder view was not saved when the
    main window was maximized was fixed.
  o The crash when verifying signed messages with popup window was fixed.
  o The crash on exit when the order of summary columns were modified by
    DnD was fixed.
  o The wrong handling of quotation in multi-byte strings on MIME header
    encoding was fixed.
  o The behavior of 'Go to next unread' with changing folders was fixed.
  o Several bugs of the search dialog were fixed.
  o Several bugs of the address book were fixed.
  o The crash on the cancellation of sending or receiving was fixed.
  o Unix: The bug that the window was kept being skipped from window list
    after it became visible with window shading or switching workspaces.

* Changes from 2.4.0rc

  o Invalid APOP timestamp is rejected now (CVE-2007-1558).
  o The configuration file is written out after the toolbar is customized.
2007-04-25 17:21:11 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
xtraeme
674298007d Update to 2.3.1:
* The compilation failure with GLib 2.4 was fixed.
* The compilation failure in some OSes was fixed.
* A memory leak on executing external editor was fixed.
* The bug that the handling of IMAP4 server responses became
  out of sync when an error occurred while fetching messages
  was fixed.
* "ca-root.crt" is also looked for as a CA certificates file now.
* The spaces around equals between name and value of MIME
  parameters are now allowed.
* The MIME header encoding of quoted multibyte strings was fixed.
* The edit account dialog is now placed at the center of the
  parent window.
2007-02-04 09:00:57 +00:00
xtraeme
7e1aec7eaa Update to 2.3.0:
2.3.0 provides the new printing function and new mail notification by
the tray icon. 2.3.0 also includes various usability improvements.
In Win32 version, the included GTK+ library has been updated to the
latest 2.10.6, and it introduces the improvements of usability and
bugfixes.
2006-12-28 15:52:06 +00:00
xtraeme
a0aa722dfe Update to 2.2.10:
* 2.2.10 (stable)

    * The change between folders became faster at GTK+ 2.10.x.
    * The text insertion by the action was fixed again.
    * The text redraw problem on the undo of large text was fixed.
    * The crash that occurred when printing a message with empty Subject,
      From and To was fixed.
    * The window position and the layout of the 'Add Address' dialog was
      modified.
    * Libpisock 0.12 was supported.
    * Win32: The bug that window position was reset when quitting Sylpheed
      while window was hidden was fixed.
    * Win32: The selection of the labels on the header view and the alert
      dialog are now visible.
    * Win32: The e-mail menu in the start menu now works when Sylpheed is
      selected as a default mailer.
    * Win32: The character corruption on printing when environment-dependent
      Japanese characters are used was fixed.
2006-11-20 18:37:55 +00:00
xtraeme
fd710762a2 Update to 2.2.9: (I commit it on the freeze because it contains
fixes for GTK+ 2.10)

2.2.9 changes:

* The crash that occurred if the summary was sorted by a key
  which doesn't have visible column was fixed.
* The URI of the about dialog was updated.

2.2.8 changes:

* The bug that possibly lost messages when there was no disk space
  has been fixed, so please upgrade if possible.
* The PLAIN authentication method for IMAP4 was supported.
* The verification of encrypted and signed messages with combined
  method was supported.
* Oniguruma regex library can be used instead of system's regex API.
* The LDIF import of the addressbook was improved.
* Full PGP signature information is displayed on the main text view.
* All trailing spaces are removed when signing with PGP/MIME instead
  of using quoted-printable to improve compatibility with other MUAs.
* A warning is displayed before sending when Bcc is specified at PGP
  encryption.
* The bug that possibly lost relatively small messages on receiving
  when there was no disk space was fixed.
* The behavior of manual junk filtering was fixed.
* UTF-8 text can be inserted correctly in the compose window.
* The error messages of the failure of displaying message body was
  improved.
* Some workarounds for GTK+ 2.10 were made.
* Minor UI fixes were made.
* Other minor bugs were fixed.
2006-09-23 22:03:52 +00:00
obache
6f4d675baf Sylpheed's MASTERSITES and HOMEPAGE has been moved. 2006-09-07 07:52:18 +00:00
xtraeme
a97c4cee73 Update to 2.2.7:
* "Mark all read" was added to the folder context menu.
* "Set as (not) junk mail" was added to the summary context menu.
* The option to filter junk mails before normal filtering was added.
* When replying to all, the original address strings are used for Cc
  instead of stripped ones.
* Windows-1257 was added for display encoding.
* Some menu items of the folder context menu were enabled even on receiving
  messages.
* The bug that manual junk filtering didn't work when no filter rule exist
  was fixed.
* Several crash bugs were fixed.
* Win32: libgpg-error-0.dll and libgpgme-11.dll was updated.
* Win32: The scanning of folders was optimized so that receiving or moving
  of messages become faster when folders contain large number of messages.
2006-08-01 20:24:55 +00:00
xtraeme
4f4da06db8 Update to 2.2.6.
Changes 2.2.6:

    * The 8-bit literal (literal8) in IMAP4 response was supported.
    * The missing timeout handling was added for SMTP.
    * The failure of URI security check when they have leading space
      was fixed.

Changes 2.2.5:

    * The character corruption and crash bug when using Japanese
      half-width kana on sending messages was fixed.
    * The execution failure when using the accessibility module was fixed.
    * The bug that new/unread count becoming negative value was fixed.
    * The bug that bold face was disabled in the folder selection dialog
      with GLib 2.10 and Pango 1.12 was fixed.
    * The incorrect progressbar display when expired messages exist was
      fixed.
2006-06-10 23:38:36 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
chris
7a76e30eb4 Update sylpheed to 2.2.4. Changes are:
* MIME filename encoding with RFC 2322 parameter value extension was
      supported.
    * The clear button for the quick search entry was added.
    * The bug that bold face was disabled in GtkTreeView with GLib 2.10
      and Pango 1.12 was fixed.
    * Win32: libwimp.dll was updated.
    * Win32: The bug that subfolders were duplicated when rebuilding
      folder tree while the settings were shared between Win32 and Unix
      was fixed.
    * Win32: The uninstaller was modified so that it only removes files
      and folders created by the installer.

Also remove extra blank lines at the end of options.mk to appease pkglint.
2006-03-29 22:54:42 +00:00
xtraeme
b6baa3a956 Update to:
* 2.2.3 (stable)

    * The sorting of the result of the query search was enabled.
    * The printing of messages now follows the state of 'Show all headers'.
    * Relative path is allowed for signature files.
    * The To, Cc, and Bcc button of the address book are now always enabled.
    * The window position of the address book is now preserved.
    * The toggle of the Cc entry on the composition window was enabled.
    * The appearance of the address book was modified.
    * Unix: The support of metamail command was removed, and it was replaced
      with the alternative implementation.
    * Win32: libwimp.dll was updated, and the appearance of the UI was
      improved.
    * Win32: zlib1.dll was updated.
    * Win32: The application icon was updated.
    * Win32: The unnecessary message catalog files were removed to reduce the
      archive size.
2006-03-29 22:04:57 +00:00
xtraeme
bf27bef693 Update to 2.2.2.
* 2.2.2 (stable)

    * The crash bug that occurred when trying to move IMAP4 folders right
      under the root folder was fixed.
    * The crash bug that occurred after a message window was closed while the
      search dialog was still open was fixed.
    * Win32: The console window is newly created if --debug or --help option
      is specified.
    * Win32: The non-ASCII filename encoding problem on executing external
      commands was fixed.
    * Win32: The bug that the main window became not responsive when an error
      occurred on automatic receiving while the window was minimized was fixed.
    * Win32: Spanish translation was added for the installer.
    * Win32: The installer was fixed so that it selects correct language on
      environments other than Japanese.
2006-03-04 09:09:36 +00:00
drochner
cf0636c622 update to 2.2.1
relevant changes:
-The bug that account names with filename-unsafe characters couldn't be
 used was fixed
-The crash bug that occurred if non-ascii newsgroup names appeared while
 getting newsgroup list was fixed
-The performance problem of the quick search while the summary was sorted
 by thread date with descending order was fixed
2006-03-01 17:38:38 +00:00
wiz
86cd6e8da5 Needs pkg-config, add it to tools. 2006-03-01 07:21:07 +00:00
xtraeme
d43cad5cef Update to 2.2.0.
* 2.2.0 (stable)

    * The move and copy of messages to queue folders and virtual folders are
      prohibited.
    * The included sylpheed.spec was modified.

* 2.2.0rc (development)

    * The 'minimize to tray icon' feature was modified.
    * The command line options help dialog is not duplicated anymore.
    * The problem that the UI was still insensitive after the execution of
      external editor failed was fixed.
    * The nonstandard Japanese encoding 'x-sjis' was supported.
    * Win32: The locale encoding problem on some languages was fixed.
2006-02-19 07:11:08 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
salo
5051e9ecd6 Needs pkg-config to build. Add missing build dependency. 2005-11-27 19:27:20 +00:00
chris
775f14aae9 Update sylpheed to 2.0.4, main changes are:
* [SECURITY] A buffer overflow of LDIF import was fixed.
    * The problem that drag and drop didn't work with GTK+ 2.8 was
      fixed.
2005-11-12 16:43:42 +00:00
xtraeme
f55d267c14 Update to 2.0.3:
* The IMAP4 parser was fixed so that it can handle literals in response.
* A bug that caused crashes on receive if Date header has abnormal time
  was fixed.
2005-10-20 04:55:38 +00:00
chris
8776f6dbcb Update sylpheed to 2.0.2. Main changes are:
* The auto detection of Japanese encoding now supports UTF-8
      encoding.
    * The number of messages to be copied at a time on IMAP4 was
      limited to prevent timeout error.
    * When executing IMAP4 operations which take long time, its
      progress is now displayed on the statusbar, and the UI is
      periodically updated.
    * The selected row of the summary view will be kept when the state
      of thread display is changed.
    * The code conversion error and line limit warning will not be
      displayed anymore when saving as draft.
    * A bug that prevented the expander of the folder tree of the
      address book working was fixed.
    * A bug in which message/rfc822 attachments were broken when
      pgp-signed was fixed.
2005-09-29 22:50:13 +00:00
xtraeme
043d44c64d Update to 2.0.1
Changes:

    * The sorting of summary now fall backs to comparison by date.
    * The folder tree is now expanded/collapsed by double click.
    * localedir, manualdir, and faqdir became user-configurable on configure.
    * A bug that multiple selection of the addressbook with Control key
      didn't work with GTK+ 2.6.9 was fixed.
2005-08-26 13:18:42 +00:00
chris
1ccb6b78cd Update sylpheed to 2.0.0.
Changes since 1.0 are:

    * New features
          o The feature for junk mail control has been added.
          o Filter rules can be applied to sent messages now.
          o Any commands can be executed when new messages arrive.
          o The move of folders has been enabled.

    * Display
          o The anti-aliased font display has been enabled.
          o Icons can be displayed with alpha-blending (translucence)
            now.
          o Attached images can be displayed as inline now.
          o The summary view (message list) now displays its rows with
            alternating row colors.
          o The icons and logo has been renewed.
          o The window icon is displayed now.

    * User interface
          o The file selection dialog has been improved.
          o URL links can be opened by single click now.
          o Right-click menu can be available on the message view now.
          o The order of the buttons now complies with GNOME HIG.
          o The folder view now automatically scrolls on drag'n'drop.
          o The columns of the summary view became reorderable by
            drag'n'drop.

    * Internal changes
          o The GUI toolkit has been switched from GTK1.2 to GTK2.
          o The internal encoding is always UTF-8 despite of the
            current locale, and the multilingual display is now
            possible.

    * Other improvements
          o The auto line-wrapping now supports proper line-breaking.
          o The algorithm of the thread display has been improved.
          o The PLAIN authentication is supported on SMTP AUTH now.
          o The read/write of the summary cache has been optimized.
          o Encryption is enabled by default now when replying to
            PGP-encrypted messages.
          o The displayed file size of attachments became more accurate.
          o The handling of header strings with broken encoding has
            been improved.
2005-07-29 19:32:23 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
chris
4349bc2939 Switch to using PKG_OPTIONS, rather than USE_X defines.
Should be no functional change.
2005-03-25 12:05:09 +00:00
chris
a8dff83524 Update sylpheed to 1.0.4 for another security fix. Changes are:
* A buffer overflow which occurred when displaying a message with
      attachments which have MIME-encoded filenames was fixed.
    * A possible crash on re-edit of messages was fixed.
2005-03-25 02:10:52 +00:00
chris
c887b5165b Update sylpheed to 1.0.3.
Also refresh mime.types file from current apache 2 version.

Changes to sylpheed:

v1.0.3:
    * A buffer overflow which occurred when replying to a message with
      certain headers which contain non-ascii characters was fixed.
    * A memory leak of the composition window was fixed.

v1.0.2:
    * The incompatibility of PGP signature between gnupg-1.2 and 1.4
      which occurred when trailing spaces appeared was fixed.
    * The generation of References header was modified so that it is
      generated even if a replied message doesn't have Message-Id.
    * The documents were update
2005-03-06 15:21:16 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
chris
0eb2d72cd6 Update sylpheed to 1.0.1.
Changes since 1.0.0:
    * Gpgme-1.0 has been supported (thanks to Toshio Kuratomi).
      - A warning is displayed if a key for encryption is untrusted.
      - The status of signature validity became more descriptive.
      - Signatures inside nested multipart are now recognized.
    * Messages are not retrieved multiple times anymore after POP3
      session is aborted.
    * Other bugfixes have been made.

Changes since 1.0.0rc:
    * The first official release.
    * The escaping of special characters in action commands has been
      modified.
    * The crash on deleting a remote account has been fixed.

Changes since 1.0.0beta4:
    * The IMAP4 parser has been fixed for 64-bit platforms.
    * Users are now asked to switch to online mode when sending in
      offline.
    * The line-joining problem of auto-wrapping has been fixed.
    * Special characters are now properly escaped when executing action
      commands.
    * Some compiler warnings have been removed.

Changes since 1.0.0beta3:
    * The Japanese manual has been updated.
    * Some icons have been modified, and unused icons have been removed.
    * The menu strings have been fixed.
    * The workaround for invalid CR characters on POP3 has been made.
2005-02-05 14:51:17 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
jmmv
34d790b24e Update to 1.0.0beta3:
* 1.0.0beta3
    * The Japanese JPilot address book has been supported.
    * Back scrolling on Shift/Alt and Space key press has been enabled.
    * Attached text files are now canonicalized before encoded to BASE64
      to conform with RFC 2045.
    * The optimal Content-Transfer-Encoding will be used when attaching
      text files.
    * The icons of the receive dialog have been modified.
    * Mozilla Firefox has become a default web browser.
    * The auto-expanding status bar has been fixed.

* 1.0.0beta2
    * don't move or delete immediately at local filtering when immediate
      execution option is off.
    * 'Empty trash' has been added to the folder context menu.
    * 'Remove mailbox' has been removed from the folder context menu.
    * 'File' menu in the main menu has been reorganized.
    * AND/OR matching option has been added to the summary search dialog.
    * APOP setting became a separate option for POP3.

* 1.0.0beta1
    * Icons are added to the alert dialog and filter edit dialog.
    * Cc is added for the parameter of templates.
    * The menu of composition window has been reorganized.
    * Gettext has been upgraded to 0.14.1.
    * Some minor bugs of filtering have been fixed.

* 0.9.99
    * The new filtering system, which has many new features, has been
      implemented.
    * The handling of 'New' flags for messages has been modified.
    * The spool path setting can now take both file and directory.
    * Invalid URIs used by DnD has been fixed.
    * Other bugfixes have been made.
2004-11-21 08:58:24 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
chris
b76a9052b6 Update sylpheed to 0.9.12.
Note that the cache version change may lose message flags.
However the issue fixed probably does effect NetBSD, as well as FreeBSD.

Main changes are:
    * A session timeout for POP3/SMTP has been implemented.
    * The 'Print' menu on the context menu has been restored.
    * The value of CACHE_VERSION has been increased to prevent a cache
      incompatibility problem on some platforms such as FreeBSD.
2004-06-17 22:22:16 +00:00
chris
1f8d0e883d Update sylpheed to version 0.9.11
Changes:

    * The spring-loaded folder has been implemented for the folder view.
    * A function to filter selected messages has been added.
    * Always move messages by default when using DnD (copy if Ctrl key
      is pressed).
    * On filtering, the matching algorithm of 'not contain' flag has
      been fixed.
    * NNTP servers that require authentication at the beginning of the
      session has been supported.
    * The method of updating the progress dialog has been modified.
    * The context menu on the summary view has been cleaned up.
    * The image viewer has been fixed.
    * The cache handling has been fixed for AMD64 and other 64-bit
      platforms.
    * The SMTP routine has been fixed to fully comply with RFC 2821.
2004-06-01 22:12:39 +00:00
xtraeme
81495749e6 Bump PKGREVISION due to gdk-pixbuf update. 2004-04-25 04:16:42 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
1dc4467816 Bump PKGREVISION to catch with gpgme03 package rename (it was named gpgme
previously) and its associated library.
2004-03-11 12:29:39 +00:00
jmmv
42799c46a1 bl3ify 2004-03-11 12:07:53 +00:00
jmmv
e384e46e4b Remove duplicate inclusion of libiconv's bl2.mk file. 2004-03-11 10:52:11 +00:00
chris
8165a15678 Update Sylpheed to 0.9.10.
Main changes are:
    * A new folder can be created on the folder selection dialog now.
    * The folder view is now updated progressively when receiving.
    * Statasbar has been added to the message view window.
    * The built-in image viewer has been improved, and its memory leaks
      have been fixed.
    * Ukrainian translation has been added.
    * Other bugfixes have been made.
2004-03-02 20:44:15 +00:00
chris
07ede8eb1b Update sylpheed to 0.9.9, main changes are:
* Word wrapping on multibyte locales has been improved.
    * The receive menu has been improved.
    * The combo button for toolbar has been implemented.
    * The download feature for IMAP / News folders has been implemented.
    * URL is now shown on the statusbar when links are clicked, and
      warning is displayed in case of fake URL.
    * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208
      when sending.
    * Crashes on 64-bit environments has been fixed.
    * Other bugfixes have been made.
2004-01-31 13:56:09 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
xtraeme
88dd97cb3e Disable IPv6 support if USE_INET6 is not enabled, from Min Sik Kim
in PR pkg/24009.
2004-01-07 01:40:43 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
chris
f018ef49b5 Remove patch line from distinfo 2003-12-15 23:56:08 +00:00
chris
db13ab1699 Update sylpheed to 0.9.8a, only one change:
The bug that caused the failure of cache data read has been fixed.

Also remove my workaround for the above.
2003-12-15 23:36:14 +00:00
chris
a82d796b3f Add a workaround patch to sylpheed for an issue with cache files appearing
to be corrupt.  The use of setvbuf after a file has had IO performed causes
a discard of data from that stream, so the cache file appears corrupt.

This cures performance issues with imap folders, where all the headers were
refetched all the time, rather than using the cached versions.
2003-12-15 00:30:52 +00:00
wiz
26be669fe0 Depend on gpgme03 package. Bump PKGREVISION. 2003-12-14 17:56:39 +00:00
xtraeme
c53e65145f Updated to 0.9.8
Changes:

    o The offline mode has been implemented.
    o The performance of the scanning of MH folders has been improved on
      the platforms which support d_type in 'struct dirent'.
    o The error checking on moving/deleting messages has become strict.
    o When getting IMAP4 message list, it now fallbacks to FETCH command
      if server doesn't fully support SEARCH command.
    o Outbox for accounts are now correctly chosen when sending from queue.
    o Gettext has been upgraded to 0.12.1.
    o IPv6 support is now enabled by default.
    o Other bugfixes have been made.
2003-12-13 11:01:33 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
chris
e9df43dde1 Update Sylpheed to 0.9.7 to catch a security fix.
Changes are:
    * The vulnerability in SMTP response handling, which is exploitable
      by a malicious SMTP server, has been fixed.
    * The structure of folder system has been sorted out.
    * The checking of the existence of IMAP root directory has been
      modified.
2003-10-15 23:39:39 +00:00
xtraeme
5e46cf2c2c Bump package revision (Conflict with sylpheed-gtk2) 2003-09-28 11:38:51 +00:00
recht
8ce6b25bcc Update to 0.9.6.
* A crash bug when deleting currently opened folder has been fixed.
* The performance issue of the address book has been fixed.
* The behavior of manual signature insertion has been reverted.
* A crash bug on startup when a font can't be loaded has been fixed.
* The format of MIME boundary has been modified again.
* Other minor bugfixes have been made.

ok'ed by chris@
2003-09-17 23:01:53 +00:00
chris
7f0b4e86bb Update Sylpheed to 0.9.5.
Changes:

    * The size, the position, and the visibility of separated views are
      now remembered.
    * The per-folder settings are now preserved even if a folder tree is
      rebuilt.
    * The receive dialog's option to display the dialog only on manual
      receiving has been added.
    * 'Top' and 'Bottom' button has been added on the filter setting
      dialog.
    * The UIDPLUS extension of IMAP4rev1 has been supported.
    * The folder system has been cleaned up a bit.
    * The sylpheed.spec file bundled in the source package has been
      improved.
    * The format of MIME boundary has been modified.
    * A memory leak and a buffer overrun have been fixed.
2003-09-04 09:55:25 +00:00
chris
b642ec70f9 Add USE_JPILOT to BUILD_DEF so that it shows in the list of things you can
alter about sylpheed.
2003-08-28 23:03:59 +00:00
chris
014a40e4cf Update Sylpheed to 0.9.4, main changes are:
* The performance of the operation of IMAP4 folders, such as
      move,copy, delete and mark, has been greatly improved.
    * The contents of IMAP4 folders are now always synchronized with the
      server.
    * Message flags are now properly taken over when copying messages
      into IMAP4 folders from others.
    * The CRAM-MD5 authentication mechanism has been supported for
      IMAP4rev1.
    * Message move, copy and delete are now possible while receiving
      mails.
    * The non-blocking SSL can be turned off as a workaround for the
      connection problem.
    * The bug that ran into infinite loop if connection was closed by
      remote host has been fixed.
    * The configuration files will not be overwritten on startup
      anymore.
2003-07-26 21:26:12 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
chris
30afcdfa43 Update sylpheed to 0.9.3, main changes are:
* The network I/O system has been rewritten to use non-blocking
      I/O, and the performance of POP3 and SMTP has been improved much.
    * '--status-full' option has been added, and '--status' option now
      takes arguments for folders.
    * Minor bugfixes have been made.
2003-07-04 19:17:37 +00:00
chris
25149c107d Enable support for jpilot to sylpheed. Enabled by setting USE_JPILOT=YES.
Only compile tested, sylpheed still runs with it enabled.

Patch supplied by tom (surname unknown)
2003-06-15 23:33:09 +00:00
chris
380e4dc615 Update sylpheed to 0.9.2, from email on sylpheed list:
(Note: this includes the fix of a serious bug, so I'll recommend upgrading
       for 0.9.0 and 0.9.1 users (the older version doesn't have the bug).)

Changes:

    * The bug that removed messages from server if "Don't receive"
      action is specified by the filter rule has been fixed.
    * The bug that caused abort when a button is double-clicked on some
      dialogs has been fixed.
    * A warning that was displayed when address book was empty has been
      fixed.
2003-06-06 07:03:51 +00:00
chris
f7a74c945f Update sylpheed to 0.9.1, main changes are:
* The bug in handling folder names which include '+' in IMAP4
      modified UTF-7 conversion has been fixed.
    * The wrong parsing of message/rfc822 parts in multipart messages
      has been fixed.
    * Several bugs of auto signature replacement has been fixed.
    * A bug that didn't hide user string in the Action dialog has been
      fixed.
    * Socket I/O timeout interval is now configurable.
2003-05-30 09:07:20 +00:00
chris
f473e88235 Update Sylpheed to 0.9.0, too many new features to list, see the Changelog.
Fixes PR pkg/21579
2003-05-25 23:41:33 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
chris
0e7450e5fc Update sylpheed to use USE_X11 rather than USE_X11BASE. 2003-03-22 13:47:56 +00:00
salo
5cd59b1a48 Updated to version 0.8.11.
Patch provided by Juan RP via PR pkg/20611.

Changes:

0.8.11:
=======
- The folder option to remove parentheses and brackets at the beginning
  of subject has been added.
- The option to use command output for signature has been added.
- The summary search now also looks for collapsed nodes.
- The size of the source window is now remembered.
- Euro locales (ISO-8859-15) have been supported.
- Many locales and encodings which were not supported before have been
  added.
- Galician translation has been added.
- Support for Latin locales (ISO-8859) has been fixed.
- UTF-8 locale support has been fixed.
- The folding problem of headers has been fixed.
- The more workaround for abort problem in Japanese locale has been made.
- Other bugfixes have been made.
2003-03-07 21:58:01 +00:00
salo
fe0ce6dfbb Depends on metamail to support reading attachments by double-clicking on them.
Bump PKGREVISION.

From Christian Biere via PR pkg/20169.
2003-02-15 00:49:10 +00:00
chris
c1f9909f08 Update sylpheed to 0.8.10, main changes are:
* The validity check of EUC-JP code became more strict.
    * The handling of strings which failed to be converted has been modified.
    * Minor bugfixes and a speed improvement have been made.
2003-02-04 11:25:21 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
chris
928e687a6b Update sylpheed to 0.8.9, closes pkg/19937.
Main changes are, for full changes see source codes changelog:
    * Transition from libjconv to direct use of iconv() API has been made.
    * Quoted-Printable encoding for outgoing messages has been enabled.
    * Content-Transfer-Encoding for outgoing messages became user definable.
    * The abbreviation method of newsgroup name has been improved.
    * Russian locales support has been improved.
    * Fixes for message canonicalization have been made.
    * Bugs of header MIME encoding have been fixed.
2003-01-19 23:08:19 +00:00
chris
62584e7cc5 Update sylpheed to 0.8.8.
Main changes are:
    * The option to sort by recipient has been added.
    * The performance of initial sorting when opening folders has been
      improved.
    * The bug which would run into infinite loop and eventual crash when
      encountering invalid characters in header MIME encoding has been fixed.
2002-12-29 22:39:55 +00:00
jmmv
3665a60845 mime.types needs to be installed (under share/examples/sylpheed) so that
CONF_FILES will work with binary packages. Bump PKGREVISION to 1.
2002-12-28 14:49:35 +00:00
chris
4e8535040f Update sylpheed to 0.8.7.
Changes are:
* 0.8.7

    * The extended regular expression has been supported on filtering.
    * The option to resize images to fit the size of view has been added.
    * The previous account is now restored on reediting draft messages.
    * The routine of MIME header encoding has been rewritten completely,
      and Q-encoding for single-byte locales has been also implemented.
    * Strings beginning with "www." are now treated as URI.
    * The default WWW browser has been changed to Mozilla.
    * The common preferences dialog has been reorganized a bit.
    * The remote command operation can be executed without X now.
    * Code cleanups for the implementation of SMTP has been made.
    * Autotools and libtool have been updated.
    * A fix for font loading problem has been made.
    * Other minor bugfixes have been made.

For the complete list see ChangeLog.
2002-12-22 14:22:38 +00:00
salo
e225805136 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 15:37:58 +00:00
chris
eac1c3f0d5 Take the latest mime.types from apache2 so that it can be installed
into ${PKG_SYSCONFDIR}/sylpheed.

It also means by default attaching files won't attach everything as an
application/octet-stream file.

This also fies the warnings about no mime.types file being found.
2002-11-24 13:31:56 +00:00
chris
bcfa88d3eb Adding missing include of libiconv
Add optional support for openldap, while not doing everything in PR
pkg/18778 I really don't want to change the default behaviour from what
it always has been.

Bump pkgrevision number.
2002-11-24 12:39:20 +00:00
chris
0a2f4d3d6d Update sylpheed from 0.8.5 to 0.8.6.
For the list of changes see:
http://sylpheed.good-day.net/#changes

Also move BUILD_USES_MSGFMT up a couple of lines, to make pkglint happy.
2002-11-20 10:29:53 +00:00
chris
986451f3e7 Update sylpheed to 0.8.5.
Mostly bugfixes (see website for complete change list)
2002-10-16 10:09:24 +00:00
jlam
d4bc5b1b4c buildlink1 -> buildlink2, and use faces instead of compface if it's
installed.
2002-09-24 21:58:43 +00:00
mjl
56afdfcf77 Update sylpheed to 0.8.3
* The state of compose window is now changed automatically when the
    account is selected.
  * The option to only mark message as read when opened in new window has
    been added.
  * The receive progress dialog now shows detailed information in the
    status list.
  * The receive progress dialog can be kept open.
  * The line-joining problem of auto-wrapping has been fixed.
  * IMAP and News cache files/directores are now correctly purged if
    they become unnecessary.
  * The wrong news article number calculation has been fixed.
  * The summary refresh problem has been fixed.
2002-09-17 23:35:15 +00:00
wiz
4be9755b96 Remove non-standard mime-types file again.
Users are encouraged to copy it from the www/apache if needed.
Bump PKGREVISION.
Closes pkg/18101.
2002-09-03 14:33:47 +00:00
mjl
8af5b227af Add dependency for correct version of gpgme, so that the privacy
managing stuff gets included.
2002-08-26 13:45:37 +00:00
mjl
a2796de28f Update to 0.8.2
* GnuPG improvements and fix
    o The line endings are canonicalized correctly before signing.

      WARNING: don't sign messages with Sylpheed prior to this version
               since they didn't fully conform RFC3156 and may cause
               incompatibility between other MUAs.

    o The feature to store passphrase in memory temporarily has been
      implemented.
    o The ascii-armored encryption and clear text signing has been
      implemented.
  * Line-wrapping improvements and fix
    o The cursor movement on auto-wrapping has been fixed.
    o Flickers on auto-wrapping has been repressed.
  * Socket I/O timeout has been implemented.
  * The '--attach' command line option has been implemented.
  * Automatic cache expiration for News has been implemented.
  * Time stamp has been added to the log messages.
  * Temporary files are created under ~/.sylpheed/tmp/.
  * The problem of folder and summary view refresh on incorporation has
    been fixed.
  * The correct FQDN will be returned to server.
  * Some major memory leaks have been fixed.
  * Some other bugs have been fixed.
2002-08-26 12:11:20 +00:00
grant
d6635a2b7a Update to sylpheed-0.8.1.
Changes since 0.8.0:

* The regression of Japanese code conversion have been fixed.
* The problem in MIME header encoding has been fixed.
* Several memory leaks in the address book have been fixed.
2002-08-22 05:10:56 +00:00
kei
33dbdaff6e add dependancy with gdk-pixbuf. sylpheed binary is acutually linked against
libgdk_pixbuf.so.
2002-08-19 03:13:17 +00:00