Commit graph

3373 commits

Author SHA1 Message Date
seb
bc3f02f964 Add patch from cyrus imap cvs repository: fix master(8) support for
debugging Cyrus services.

Bump PKGREVISION.
2004-09-26 20:40:37 +00:00
seb
747c08ed6f Update to version 4.1.2
Too many changes and bugfixes to list here, see installed file
${PREFIX}/share/doc/sympa/NEWS.

Highlights of package changes: use regular PREFIX, pervasive use of
bsd.pkg.install.mk framework, add dependencies on mhonarc package and
openssl, use bsd.options.mk framework to select MySQL or PostgreSQL support,
introduce SYMPA_VARBASE to select "/var" directory
(defaults to ${VARBASE}/sympa).

Take stewardship with previous maintainer blessing.

XXX Better startup script(s) than the ones I use should be provided, so
I'm not including them in this package.
2004-09-26 20:13:34 +00:00
agc
d213816536 Use the correct path for p5-Convert-BinHex. 2004-09-26 18:35:51 +00:00
grant
d9c3eab25e statvfs() fix for NetBSD >=2.0D. 2004-09-25 07:45:51 +00:00
rh
074af8918f Don't install CVS directories. 2004-09-25 04:50:01 +00:00
grant
f90c09f233 make it clear that this pkg doesn't depend on packages, but leaves it to
the administrator to install optional packages that mailscanner can
make use of.
2004-09-25 04:18:06 +00:00
grant
2a374310c1 +mailscanner 2004-09-25 00:33:58 +00:00
grant
e2fbe90aa7 Initial import of mailscanner-4.30.3.2 into the NetBSD packages collection.
MailScanner is a complete e-mail security system designed for use on
e-mail gateways. It protects against viruses, and detects attacks against
e-mail client packages (such as Outlook, Outlook Express, Eudora). It
can also detect almost all unsolicited commercial e-mail (spam) passing
through it and respond to all incidents in a wide variety of ways.

Not only can it scan for known viruses, but it can also protect against
unknown viruses hidden inside e-mail attachments by refusing entry to
attachments whose filenames match any given pattern. This can include
generic patterns that trap filenames attempting to hide the true filename
extension (e.g. ".txt.vbs").

It is superior to many commercial packages in its ability to handle
attacks against itself, such as Denial Of Service attacks caused by
messages containing the "Zip of Death". It is easy to install into an
existing e-mail gateway, requiring very little knowledge of sendmail
and no change to an existing sendmail configuration.

MailScanner itself is entirely open source, but it uses widely known
commercial virus scanning packages at its core. The other software it
uses is all high quality open source software, leading to a system that
can be trusted for performance and reliability.
2004-09-25 00:33:19 +00:00
jlam
8c73a455d6 The new wrapper script framework is much better at quoting strange
arguments, and now correctly handles things like:

	CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"

in configure scripts without problems.  Remove the patches in both
mail/mutt and mail/mutt-devel that worked around this limitation in
the old buildlink3 wrappers.
2004-09-24 22:58:31 +00:00
rh
b3da7e1bbf Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.
2004-09-24 01:56:53 +00:00
martti
1faa536f93 Updated postfix to 2.1.5
- The code to eliminate the local MTA from an MX address list did
  not handle the case that the local MTA could appear with different
  MX preferences in both inet_interfaces and proxy_interfaces.

- The SMTP server's kiss-of-death message "421 Timeout exceeded"
  wasn't guarded by setjmp().

- The SMTP server didn't update the per-session error counter when
  a client was denied access with smtpd_delay_reject=no.

- The Postfix sendmail command leaked file descriptors when it was
  unable to execute the postdrop mail submission command.

- The bounce daemon sent the wrong type of bounce message when a

- Plus some portability, safety and documentation fixes.
2004-09-23 16:10:07 +00:00
cube
1c233885e0 Resurrect support for making the daemon run as something else than
"popa3d", and factor the resulting grep with the other one.

Bump PKGREVISION.

Based on patch by pancake at phreaker dot net in PR 27018.
2004-09-23 06:43:45 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jlam
4dc2531aef Remove libimapuw.* symlinks, which wouldn't work on a.out platforms
anyway.  Also convert to use LIBTOOLIZE_PLIST while we're here.  Bump
the PKGREVISION.
2004-09-22 07:38:52 +00:00
jmmv
ac7d647329 Update to 2.0.0. This version corresponds to GNOME 2.8.0.
Evolution 2.0.0, 2004-09-13
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #59582 - Contact incompletely updated to LDAP store, address information lost/not editable (Siva)
   #64084 - addressbook gui component needs to be linked with libcamel (Michael)

 * Calendar

   #65454 - Evolution crashes while opening newly received e-mail (JP)
   #62392 - Crash on close alarm notification (Rodrigo)
   #64800 - broken timezone selector (Rodney)

 * Mail

   #60515 - signature setting is not preserved changing "Autogenerated" to "None"  (Michael)
   #63377 - Crash when replying to a (specific) message  (Jeff)
   #62665 - Wrong Folder is deleted (Jeff)
   #64377 - crash creating new folder (Michael)
   #63456 - crash replying to E-mail (Michael)

Other bugs

  * Addressbook

    - Confirmation dialog was showing up on contact-editor close,
      even if there were no changes (Hans Petter)

  * Calendar

    - 64 bit build fix (Rodrigo)

  * Misc

    - new documentation (Rodney)

Updated translations:

  - ar (Arafat Medini)
  - bn (Runa Bhattacharjee)
  - cs (Miloslav Trmac)
  - cy (Dafydd Harries, Telsa Gwynne)
  - da (Martin Willemoes Hansen)
  - de (Hendrik Richter)
  - el (Nikos Charonitakis)
  - en_CA (Adam Weinberger)
  - en_GB (David Lodge)
  - es (Francisco Javier F. Serrador)
  - et (Priit Laes)
  - fi (Ilkka Tuohela)
  - hi (Rajesh Ranjan)
  - hu (Laszlo Dvornik)
  - id (Mohammad DAMT)
  - ja (Takeshi AIHANA)
  - ko (Changwoo Ryu)
  - ms (Hasbullah Bin Pit)
  - nb (Sigurd Gartmann)
  - nl (Vincent van Adrighem)
  - nn (Åsmund Skjæveland)
  - no (Kjartan Maraas)
  - pl (Artur Flinta)
  - pt (Duarte Loreto)
  - pt_BR (Raphael Higino)
  - ro (Mugurel Tudor)
  - ru (Leonid Kanter)
  - sq (Laurent Dhima)
  - sr (Danilo Segan)
  - sv (Christian Rose)
  - tr (Baris Cicek)
  - uk (Maxim Dziumanenko)
  - zh_CN (Funda Wang)
  - zh_TW (Abel Cheung)

Evolution 1.5.94, 2004-08-27
----------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

 * Addressbook

   #61833 - Blank names in name selector (Hans Petter)
   #62715 - Free-form addresses not loading in contact editor (Hans Petter)

 * Calendar

   #62869 - Crash: attempt to access GW tasks from evolution (Siva)
   #62706 - Changing time-zone doesn't refresh calendar correctly (JP)
   #62063 - Meeting description does not wrap (Jeff)
   #58824 - Stray message or failing to open tasks? (Rodrigo)
   #62911 - ITIP control blocks mailer opening calendar (JP)
   #54101 - In itip control had "Birthdays & Anniversaries" as calendar (JP)

 * Mail

   #63189 - Deleting IMAP folders is too aggressive  (Michael)
   #63504 - Don't send IMAP commands to a disconnected socket  (Jeff)
   #63177 - Can't drag folder to "On This Computer"  (Jeff)
   #62812 - Crash when parent of search window is closed  (Jeff)
   #62963 - C99-isms in smime/gui/cert-trust-dialog.c  (Michael)

Other bugs

  * Addressbook

    - Confirmation dialog was showing up on contact-editor close,
      even if there were no changes (Hans Petter)

  * Calendar

    - Fixed problems in alarm daemon (JP, Siva, Rodrigo)
    - Clean up of stray status messages for tasks (Chen)
    - Don't remove GtkDialog's separator if using GTK >= 2.4.0 (Frederic)
    - Fix copy/move problems when pilot syncing (JP)
    - Don't mark menu accels for translation (Christian)

  * Mail

    - Crash in em-utils on GtkFileChooser with no name selected (Hans Petter)

  * Misc

    - avoid warnings on dialogs with GTK 2.4 (Frederic)
    - upgrade egg tray icon (Rodrigo)
    - fix memory corruption when pilot syncing tasks/events (JP)
2004-09-21 17:21:15 +00:00
jmmv
6a6ee287af Let's rename the binary package to evolution14, as it does not conflict with
the new 2.x branch.
2004-09-21 17:21:07 +00:00
jmmv
a32159d0db Add and enable evolution14. 2004-09-21 17:18:46 +00:00
jmmv
fb28b9b266 Reimport of evolution 1.4.6 as evolution14. 2004-09-21 17:17:43 +00:00
jmmv
db8500f829 Update to 1.0.0. This version corresponds to GNOME 2.8.0.
Evolution Data Server 1.0.0, 2004-09-13
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #59582 - Contact incompletely updated to LDAP store, address information lost/not editable
    #63385 - Evolution crash - Adding two email ids with same name

  * Calendar

    #57443 - ics import crashes

Updated Translations:

	- da (Martin Willemoes Hansen)
	- ar (Arafat Medini)
	- nn (Åsmund Skjæveland)
	- en_GB (David Lodge)
	- cy (Telsa Gwynne)
	- el (Kostas Papadimas)
	- tr (Baris Cicek)

Evolution Data Server 0.0.99, 2004-08-27
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

  * Addressbook

    #63844 - avoid locking if authentication needed during auto completion (Siva)
    #63255 - ignore name prefixes when completing (Siva)

  * Calendar

    #62857 - display recurring events upon creation for groupwise (Chen)
    #61782 - handle importing objects with no UID (Rodrigo)
    #62655 - don't crash with NULL uri (Hans)

  * All

    #63051 - solaris build fixes (notzed)

Other bugs

  * Calendar

    - add has-alarms-in-range query type (Rodrigo)
    - always set return value for e_cal_set_default_timezone (Frederic Crozat)
    - don't set the same default timezone multiple times (JP)
    - don't get all items from the groupwise server every time (Chen)

  * Addressbook

    - and thread safety flag for libdb (Toshok)
    - throw error when deleting system address book (Siva)
    - avoid unfiltered system address book searchs (Siva)
    - use cursors to populate the groupwise cache (Siva)
    - prevent groupwise server crash by not doing to cursor requests at the same time (Chen)
    - immediately show meeting status updates in GUI for groupwise (Chen)

  * All

    - fix warnings (Frederic Crozat)
    - set cache file name properly (Siva)

Updated Translations:

  - pt_BR (Gustavo Maciel Dias Vieira)
  - es (Francisco Javier F. Serrador)
  - da (Martin Willemoes Hansen)
  - de (Christian Neumair)
  - hu (Laszlo Dvornik)
  - nb (Kjartan Maraas)
  - no (Kjartan Maraas)
  - sq (Laurent Dhima)
  - uk (Maxim Dziumanenko)
  - az (Metin Amiroff)
  - ja (Takeshi AIHANA)
  - pt (Duarte Loreto)
  - fi (Ilkka Tuohela, Tommi Vainikainen)
2004-09-21 16:56:41 +00:00
xtraeme
8d18b6b1d4 Update mail/clamsmtp to 0.8.
Changes:

0.8
  - clamsmtpd now uses a configuration file
  - Transparent proxy support [Andreas Steinmetz]
  - Compile option -Wall only enabled on debug builds
  - Sample script changed due to configuartion file
  - Fixed other minor bugs
2004-09-21 10:16:05 +00:00
wiz
70f495ecc2 Update to 0.5.3:
2003-09-09  Version 0.5.3
  * toLower() function did nothing. Fixed.
2004-09-21 00:20:54 +00:00
wiz
1ad063193c Fix installation, so this package does not _create_ /etc/rc.d/init.d
during install unconditionally. Fixes a bulk build problem.
Confirmed by kristerw.
2004-09-20 22:49:39 +00:00
wiz
a813ab53a6 Fix PLIST for bulk build. 2004-09-20 14:50:46 +00:00
taya
cfb4fe9d5b Update thunderbird & thunderbird-gtk2 to 0.8
What's new from Release Notes:

*  Global Inbox
POP3 users can now combine all of their POP3 accounts into a single
global inbox under local folders.

* Comprehensive Data Migration
Switching to Thunderbird has never been easier since Thunderbird can
now migrate all of your e-mail data including settings, mail folders
and address book data from common mail applications such as the
Mozilla 1.x Suite, Outlook Express, Outlook and Eudora.

* RSS Integration
Thunderbird now features a built in RSS reader which allows you to
easily subscribe to and read news and weblogs that support RSS.

* Improved Privacy Controls
In order to help protect your privacy, Thunderbird now automatically
blocks remote image requests in e-mails from senders you don't know.

* Improved Quick Search
Thunderbird now makes it even easier to manage your e-mail. Quick
search now supports many different types of search criteria including
the ability to search message body text. Thunderbird can also
highlight the quick search terms in the message body.

* Other New Features
Support for using a master password to encrypt saved e-mail account passwords.

Linux GNOME users can now make Thunderbird their default e-mail client
(Tools > Options > General).

If your network uses proxy authentication for HTTP, Thunderbird now
correctly prompts for proxy authentication instead of silently
failing.

Bug fixes too numerous to mention!

---
Several security holes have been fixed. See the page bellow for
detail.

http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.3
2004-09-20 12:55:43 +00:00
wiz
3d94afadbf Update to 2.10.1, provided by Kouichirou Hiratsuka in PR 26956.
Changes since 2.10.0:
* Changes in 2.10.1 from 2.10.0
  Version 2.10.1 is a bug fix version of 2.10.0.

** Fixed after message buffer kill, prefetch doesn't work.

** Default value of wl-delete-folder-alist,
   wl-folder-hierarchy-access-folders are changed.

** Support localdir and pipe folder rename.

** Fixed message and error argument. Use %s for variable.

** Now, response from IMAP server (e.g. \Noselect, \Flagged)
   parse case-ignore.

** Fixed elmo-msgdb-extra-fields field are case sensitive.

** Fixed IMAP folder included ~, expand to home directory.

** Fixed the problem that msgdb be destroyed when print-length or
   print-level has Non-nil value.

** Fixed a problem that wl-folder-move-cur-folder doesn't work.

** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.

** Fixed a problem that wl-summary-pack-number doesn't work on
   Maildir, shimbun, and pipe folders.

** Fixed a problem that cache file is not protected even if it is marked
   as important.

** Fixed a problem that %# in wl-summary-line-format cannot handle large
   number.

** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
   phase.

** Default value of wl-message-buffer-prefetch-folder-type-list,
   wl-message-buffer-prefetch-idle-time, and
   wl-message-buffer-prefetch-depth are changed.

** Fixed to compile on XEmacs without mule feature.
2004-09-19 13:41:24 +00:00
wiz
81889d67ce Remove trailing whitespace. 2004-09-19 13:02:55 +00:00
wiz
23a59a9f4b dd options.mk support, from Sergio Jimenez. 2004-09-19 13:02:15 +00:00
wiz
502f2e1a87 Update to 1.2.3, provided by Sergio Jimenez in PR 26975.
Changes since 1.0.0:

Version 1.2.3:
- IPv6 support on Windows systems
- The configuration file supports all commands and arguments related to
  TLS and authentication, even if TLS and/or GNU SASL support is not
  compiled in
- The GNU SASL library is not required to support DIGEST-MD5 and NTLM
  anymore. This means you can now use the packaged versions of the library
  from Gentoo or Debian sarge.
- You can use the -v/--version option to find out which authentication
  methods are supported.

Version 1.2.2:
- Enhancements to the logfile command:
  - All available information is now written to the logfile (new fields:
    mailsize=..., smtpmsg='...', errormsg='...').
  - Logging to standard output is possible by using "logfile -"

Version 1.2.1:
- No new features.

Version 1.2.0:
- This version can be compiled without TLS/SSL support; use
  --disable-ssl if you really want that.
- Read the entries for versions 1.1.x for more changes since the last
  stable version 1.0.0.

Version 1.1.3:
- New option -i for compatibility with mail(1).
- New 'logfile' command; see man page for details.

Version 1.1.2:
- No user visible changes.

Version 1.1.1:
- The tls_nostarttls command now sets the default port to 465 (ssmtp).

Version 1.1.0:
- Support for SMTP command pipelining. On high latency networks, this
  may increase transmission speed, especially when sending to many
  recipients.
- The short option for --file, -f, has changed to -F
- A new option --from/-f is available to set the envelope from address.
- A new option --serverinfo/-S is available to print information
  about the capabilities and limitations of an SMTP server
2004-09-19 13:02:00 +00:00
taca
8dcc78c332 Revert bumped PKGREVISION since previous change is build problem only.
(no functional change nor fixing running problem.)
2004-09-18 04:52:22 +00:00
taca
942f540e8e Fix compile problem with gcc-3.X. This patch is from
FreeBSD's japanese/mh ports.

Bump PKGREVISION.
2004-09-18 04:43:39 +00:00
wiz
3da92330b8 It's better to fix the configure script in pre-configure than in
post-configure.

From Masanori Mikawa in PR 26952.
2004-09-15 07:43:01 +00:00
jlam
5f0c6d2ab2 Rename mail/mutt's SASL option to 'sasl1' so that setting USE_SASL2 in
/etc/mk.conf won't cause mutt to try to build using SASL (since it only
supports SASLv1, which conflicts with SASLv2).  This fixes PR pkg/26821
by Martin Husemann.
2004-09-12 04:33:12 +00:00
jlam
d75bef1f62 Avoid using ncurses functions when using S-Lang as the curses library.
Fix from PR pkg/26758 by Holger Weiss.
2004-09-12 04:26:20 +00:00
agc
753fad1fe4 Make this package a bit more statvfs-friendly, enables build on
NetBSD-current systems.
2004-09-10 10:41:59 +00:00
sketch
bfbafe8b05 Fix build on systems with strcasestr(3). There was already an autoconf test
for it, but the result was never used.
2004-09-08 13:09:54 +00:00
danw
bb0c160129 use hard links rather than symlinks for the libimap -> libc-client
mapping, to fix PR 21652 (darwin build problem)
2004-09-08 02:42:23 +00:00
tron
73e8e84dd5 Fix too complicated and broken shell code in "post-extract" target which
clobbered the contents of the manual pages.
2004-09-06 19:55:07 +00:00
cjep
119eb61dbe Update of mail/nail to 11.5.
Full list of changes:
* A new message addressing mode '(criteria)' is now available. It uses the
  IMAP SEARCH command if possible, and otherwise performs the equivalent
  actions locally. This addressing mode is of interest even for those people
  who do not use IMAP with nail because it adds powerful generic search
  methods, such as a way to search within message bodies.
* The 'folders' command now really works with IMAP accounts. It also accepts
  an argument to list the subfolders of a specific folder.
* The new 'headline' variable allows to customize the columns in the header
  summary.
* The new 'attrlist' variable allows to customize the attributes column in
  the header summary.
* The message flags 'Flagged' (F), 'Answered' (A), and 'Draft' (T) are now
  available, for IMAP mailboxes as well as for local folders. See the 'flag',
  'unflag', 'answered', 'unanswered', 'draft', and 'undraft' commands and the
  'markanswered' variable.
* The 'kill'/'unkill'/'score' commands were added to make messages invisible
  on the user's wish.
* It is now possible to define sequences of commands as macros, see the
  'define', 'call', and 'undef' commands. Macros can also be automatically
  invoked when a folder is opened using the 'folder-hook' and
  'folder-hook-fullname' variables.
* The new 'move' and 'Move' commands mark messages for deletion when they
  have been successfully transferred to the target folder.
* The new addressing mode '`' selects all messages that were included in the
  message list to the previous command.
* The combination of the previous additions allows a score/filter file to be
  set up; this is described in the EXAMPLES section of the manual page.
* New 'noop' command to send NOOP to POP3 or IMAP servers.
* The IMAP UIDPLUS extension (RFC 2359) is now used if available on the
  server. It speeds up the IMAP cache when copying messages to IMAP folders;
  the message is copied directly to the cached target folder then and does
  not need to be downloaded again when it is accessed there.
* When an IMAP SELECT command fails and a connection to a folder that is
  not located on the same server is made afterwards, the connection to
  the old server is properly terminated now.
* Command lines like 'nail -A imap -f @mailbox' now work.
* IMAP or POP3 user names that contain an '@' character, such as 'foo@bar'
  in 'imap://foo@bar@hostname', are now handled (Bugreport by Lars
  Kellogg-Stedman).
* If the 'autoinc'/'newmail' variables are set and new mail arrives in
  threaded/sorted mode, no summary of old headers is printed anymore.
* If new mail arrives and messages are expunged on an IMAP server at the same
  time, all of the new messages are now announced correctly.
* The 'inc'/'newmail' commands now set the current message to the first new
  message again. This undoes the change made for version 11.1.
* When the 'autoinc'/'newmail' variables are set and new mail arrives, the
  'next' command or enter key prints the next message as usual if the current
  one has been printed; it printed the current message again in this situation.
* IMAP performance improvement: When new mail arrives, or when messages have
  been expunged, metadata is fetched only for the new messages, instead of
  fetching it for all messages in the folder again as it was done before.
* IMAP performance improvement: If the header of a message was already
  fetched from an IMAP server, nail now uses 'BODY.PEEK[TEXT]' when
  fetching the whole message and does not download it again.
* IMAP performance improvement: The CLOSE command is now used instead of
  EXPUNGE when a mailbox is quit.
* Cached IMAP performance improvement: When a mailbox is opened and messages
  are cached, their sizes and internal dates are taken from the cache.
* The wcwidth() library function is now used to determine the width of
  multibyte characters if it is available.
* If $MAIL does not exist and 'emptystart' is set, a proper error message
  is printed now, and a following 'account' command succeeds.
* The SSL code compiles with older versions of OpenSSL (e.g. 0.9.6b) again
  (Bugreport by Lutz Horn).
2004-09-06 08:20:53 +00:00
lukem
477c024617 Provide rc.d script wrapper to mailmanctl 2004-09-06 06:29:42 +00:00
lukem
ce7b33aeac Allow IMAGE3_URL IMAGE3_IMG and IMAGE3_ALT to be specified in mm_cfg.py to
override the third image in the web pages (which is currently the "gnu head").
2004-09-06 04:12:46 +00:00
wiz
0b5894ad53 Sort. 2004-09-05 18:43:10 +00:00
adrianp
c2e18332da options.mk fixes for this package including:
- Option handling was ignoring old USE_* statements
- Don't try and compile sendmail with SASLv1 _and_ SASLv2 support
- Add missing migration option for USE_STARTTLS
2004-09-02 21:09:17 +00:00
grant
3187b3280f add optional db2 support via PKG_OPTIONS.cucipop=db2. fix some bugs in
db2 code using hints from debian's fix.

makevpopdb works now, but there are still bugs lurking in the virtual
domain code.

no PKGREVISION bump as db2 is not enabled by default.
2004-09-02 10:39:04 +00:00
grant
80a06f2cc2 the man pages installed are not gzip'd. 2004-09-02 09:49:03 +00:00
grant
ad4d9cfad5 remove bogus stuff about enabling in inetd - it's already in the MESSAGE. 2004-09-02 09:46:12 +00:00
grant
cdf36e8f62 whitespace nits 2004-09-02 09:39:26 +00:00
schmonz
982d622f9f Update to 4.1.4. From the changelog:
-change failure of a message filter to produce at least as many mail headers
  as it was provided from a non-fatal error to warning.  If your filter strips
  headers, getmail will now warn you about it, but will not consider it an
  error.
  -documentation additions.
2004-09-02 02:35:58 +00:00
recht
d5c9ee4f2c update to sylpheed-0.9.12-gtk2-20040622
Change PKGVERSION to 0.9.12.0.1 for this, since we already have 0.9.12.

Changes:
* Do not detect as "Edited" just after creating a new mail on compose
  window. (OGUCHI Takuya)
* Parse gtkrc-2.0 instead of gtkrc.
* Fixed auto completion bug in address entries on compose window.
  (Michael Graham)
2004-09-01 12:12:14 +00:00
schmonz
c4885b4c9c Update to 4.1.3. From the changelog:
-enhance warning diagnostics about non-accessible or non-writable maildirs.
  -change method of determining name of local host; only fall back to
  getfqdn() if the result of gethostname() does not contain a dot.
  -documentation enhancements.
2004-08-31 15:37:52 +00:00
adrianp
5f28a5aebe - Add errata patch from sendmail.org - suggestion from Takahiro Kambe <taca@>
- Ok'ed wiz@

http://www.sendmail.org/8.13.1.html#ERRATA
http://www.sendmail.org/patches/parseaddr.c.cataddr.8.379
2004-08-31 10:51:22 +00:00