aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bug that prevented installation.Eric S. Raymond1996-11-181-19/+2
* Ready to ship.Eric S. Raymond1996-11-171-1/+7
* Ready to ship.Eric S. Raymond1996-11-161-2/+3
* General cleanup for 2.0 release.Eric S. Raymond1996-11-162-0/+6
* Make the driver code much less sensitive to SMTP errors andEric S. Raymond1996-11-161-8/+
# Makefile variables for PO directory in any package using GNU gettext.

# Usually the message domain is the same as the package name.
DOMAIN = $(PACKAGE)

# These two variables depend on the location of this directory.
subdir = po
top_builddir = ..

# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=GT_ --keyword=N_ \
    --flag=report:2:c-format \
    --flag=report_build:2:c-format \
    --flag=report_complete:2:c-format \
    --flag=report_at_line:5:c-format \
    --flag=gen_send:2:c-format \
    --flag=gen_transact:2:c-format \
    --flag=stuff_warning:2:c-format

# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
# package.  (Note that the msgstr strings, extracted from the package's
# sources, belong to the copyright holder of the package.)  Translators are
# expected to transfer the copyright for their translations to this person
# or entity, or to disclaim their copyright.  The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
COPYRIGHT_HOLDER = Eric S. Raymond

# This is the email address or URL to which the translators shall report
# bugs in the untranslated strings:
# - Strings which are not entire sentences, see the maintainer guidelines
#   in the GNU gettext documentation, section 'Preparing Strings'.
# - Strings which use unclear terms or require additional context to be
#   understood.
# - Strings which make invalid assumptions about notation of date, time or
#   money.
# - Pluralisation problems.
# - Incorrect English spelling.
# - Incorrect formatting.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
MSGID_BUGS_ADDRESS = fetchmail-devel@lists.berlios.de

# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used.  It is usually empty.
EXTRA_LOCALE_CATEGORIES =
release notes.Eric S. Raymond1996-11-091-0/+1 * Zwero the result counter when calling this function.Eric S. Raymond1996-11-091-0/+2 * I *think* this works...Eric S. Raymond1996-11-091-30/+38 * Ready to ship.Eric S. Raymond1996-11-082-2/+3 * We no longer attempt delivery to multidrop mailboxes in the presenceEric S. Raymond1996-11-083-36/+51 * Cheaper error handling.Eric S. Raymond1996-11-081-14/+26 * Improved error notification on SMTP and no-matching-local-address errors.Eric S. Raymond1996-11-081-3/+50 * Prototypes everywhere.Eric S. Raymond1996-11-081-6/+1 * Prototypes everywhere.Eric S. Raymond1996-11-0818-254/+112 * Reset batchcount before each poll cycle.Eric S. Raymond1996-11-083-2/+3 * No known servers now give it indigestion.Eric S. Raymond1996-11-082-10/+3 * No known servers now give it indigestion.Eric S. Raymond1996-11-081-4/+2 * Improved installation instructions.Eric S. Raymond1996-11-081-15/+13 * Automatically link -lresolv if need be.Eric S. Raymond1996-11-081-0/+1 * Comment fix.Eric S. Raymond1996-11-081-2/+1 * Better logging of unmatched names.Eric S. Raymond1996-11-081-6/+12 * More branch cleaning.Eric S. Raymond1996-11-081-4/+4 * Part of the batchlimit diff got mislaid.Eric S. Raymond1996-11-081-0/+12 * De-confuse SMTP response echoing.Eric S. Raymond1996-11-081-1/+1 * We can now work with any bind library.Eric S. Raymond1996-11-084-14/+29 * Implement batchlimit option.Eric S. Raymond1996-11-087-17/+54 * Solaris 2.5 and FreeBSD 2.2.Eric S. Raymond1996-11-083-0/+3 * Better error messages. And accept Resent-From & Apparently-From a la RFC822.Eric S. Raymond1996-11-082-3/+16 * Ready to ship.Eric S. Raymond1996-11-061-1/+1