Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fr.po: Translate two new messages. | Matthias Andree | 2019-08-28 | 1 | -33/+3 |
| | |||||
* | Update <fr> French translation to fetchmail-6.4.0.rc3 | Frédéric Marchal | 2019-08-28 | 1 | -500/+503 |
| | |||||
* | Refer to PO checkin helper. | Matthias Andree | 2019-08-26 | 1 | -0/+1 |
| | |||||
* | Update <vi> Vietnamese translation to fetchmail-6.4.0.rc3 | Trần Ngọc Quân | 2019-08-26 | 1 | -501/+504 |
| | |||||
* | Update <sv> Swedish translation to fetchmail 6.4.0.rc3 | Göran Uddeborg | 2019-08-26 | 1 | -523/+526 |
| | |||||
* | Update <cs> Czech translation to fetchmail 6.4.0.rc3 | Petr Pisar | 2019-08-26 | 1 | -499/+502 |
| | |||||
* | Helper script to commit PO updates to Git. | Matthias Andree | 2019-08-26 | 1 | -0/+43 |
| | |||||
* | Update Polish translation to 6.4.0.rc3. | Jakub Bogusz | 2019-08-25 | 1 | -503/+505 |
| | |||||
* | Mention MDA single-quote fix safety check. | Matthias Andree | 2019-08-25 | 1 | -0/+2 |
| | |||||
* | Update Catalan translation to 6.4.0.rc3. | Ernest Adrogué Calveras | 2019-08-25 | 1 | -574/+579 |
| | |||||
* | Update Japanese translation to 6.4.0.rc3. | Takeshi Hamasaki | 2019-08-25 | 1 | -499/+502 |
| | |||||
* | Update German translation. | Matthias Andree | 2019-08-25 | 1 | -488/+488 |
| | |||||
* | Align with legacy_6x. | Matthias Andree | 2019-08-25 | 38 | -234/+153 |
| | | | | | | * Normalize include order. * Backport missed bug fixes. * Remove dead code. | ||||
* | mimedecode: Fix multipart/mixed detection. | Matthias Andree | 2019-08-25 | 2 | -2/+5 |
| | | | | | | | Fixes a regression introduced in release 5.0.0 in March 1999 that was attributed to Henrik Storner. (cherry-pick from master, e45e718a80379391f8ba457e64e19f75f061741a) | ||||
* | Drop #ifdef HAVE_GETCWD, there never was a formal configure check. | Matthias Andree | 2019-08-25 | 2 | -6/+0 |
| | | | | | | | | Assume that getcwd() is present, it is required by the Single Unix Specivication V2 (1997). Previously, fetchmail implicitly relied on AM_HAVE_GETTEXT() to check for getcwd(). | ||||
* | Update sq.po | Besnik Bleta | 2019-08-25 | 1 | -374/+170 |
| | |||||
* | fetchmail.man: fix typo spotted by lintian | Nicolas Boulenguez | 2019-08-25 | 1 | -1/+1 |
| | | | | | Obtained from: https://sources.debian.org/data/main/f/fetchmail/6.4.0~rc3-1/debian/patches/03_typo-manpage.diff Obsoletes: Debian patch 03_typo_manpage.diff | ||||
* | contrib/fetchmail-mode.el: run fetchmail-mode-hook after other settings | Kevin Ryde | 2019-08-25 | 1 | -2/+2 |
| | | | | | Obtained from: https://bugs.debian.org/710319 Obsoletes: Debian patch 02_fetchmail_mode.el.diff | ||||
* | Update <vi> Vietnamese translation to 6.4.0-rc2. | Trần Ngọc Quân | 2019-08-25 | 1 | -69/+69 |
| | |||||
* | Do not reference m4/gethostbyname_r.m4, we don't ship it any more. | Matthias Andree | 2019-08-24 | 1 | -3/+2 |
| | |||||
* | Suspend pushing to local public_html. | Matthias Andree | 2019-08-24 | 1 | -1/+1 |
| | |||||
* | Remove crypt() check, we don't use it. | Matthias Andree | 2019-08-24 | 1 | -3/+0 |
| | |||||
* | Require Python 2.3 (2.0 is no longer sufficient). | Matthias Andree | 2019-08-24 | 1 | -1/+1 |
| | |||||
* | Remove defunct translator mail addresses. | Matthias Andree | 2019-08-24 | 3 | -3/+3 |
| | |||||
* | Merge strings/update .po files. | Matthias Andree | 2019-08-24 | 18 | -71/+477 |
| | |||||
* | Bump version to -rc3. | Matthias Andree | 2019-08-24 | 1 | -1/+1 |
| | |||||
* | Fix option argument enumerations in help output, and refer to manual. | Matthias Andree | 2019-08-24 | 1 | -2/+2 |
| | |||||
* | Update German translation. | Matthias Andree | 2019-08-24 | 1 | -123/+148 |
| | |||||
* | po/POTFILES.in: Add fm_getaddrinfo.c, ntlmsubr.c, pop2.c. | Matthias Andree | 2019-08-24 | 1 | -0/+3 |
| | |||||
* | Update fetchmail translation to 6.4.0-rc2. | Petr Pisar | 2019-08-24 | 1 | -3/+3 |
| | |||||
* | Update fetchmail translation to 6.4.0-rc2. | Takeshi Hamasaki | 2019-08-24 | 1 | -3/+4 |
| | |||||
* | Update fetchmail translation to 6.4.0-rc2. | Göran Uddeborg | 2019-08-24 | 1 | -4/+4 |
| | |||||
* | Revise deprecation warning intro. | Matthias Andree | 2019-08-23 | 1 | -2/+2 |
| | |||||
* | fetchmailconf: Permit editing the first item from a list, and more updates. | Matthias Andree | 2019-08-21 | 2 | -9/+16 |
| | | | | | | | * Remove a bogus check that would prevent editing the first items from list boxes. * Require Python 2.3. * Convert apply() call to function(*(tuple,)) syntax * string.atoi() -> int() on select[0], to continue where it's not a string | ||||
* | Add *.bak to .gitignore patterns. | Matthias Andree | 2019-08-21 | 1 | -0/+1 |
| | |||||
* | Minor Doxygen updates/fixes. | Matthias Andree | 2019-08-20 | 3 | -924/+1846 |
| | | | | Reported by: Jens Schleusener (fossies.org) | ||||
* | Bump version to .rc2. | Matthias Andree | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | Disable installing el fi gl pt_BR sk tr translations. | Matthias Andree | 2019-08-19 | 2 | -1/+5 |
| | | | | These have < 500 translated messages each. | ||||
* | po/: merge with updated .pot file. | Matthias Andree | 2019-08-19 | 24 | -2939/+4315 |
| | |||||
* | Fix up tag nesting issues in FAQ after recent revision. | Matthias Andree | 2019-08-19 | 1 | -4/+4 |
| | |||||
* | Update documentation. | Matthias Andree | 2019-08-19 | 8 | -46/+40 |
| | |||||
* | Flip the switch on sslcertck in fetchmailconf, too. | Matthias Andree | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | Update FAQ, fix/mark broken links. | Matthias Andree | 2019-08-18 | 1 | -127/+66 |
| | |||||
* | Documentation updates. | Matthias Andree | 2019-08-18 | 5 | -29/+54 |
| | |||||
* | README: Update to Portability section. | Matthias Andree | 2019-08-07 | 1 | -7/+6 |
| | |||||
* | fetchmail no longer reports System error during SSL_connect(): Success. | Matthias Andree | 2019-08-05 | 4 | -117/+127 |
| | | | | Fixes Debian Bug#928916, reported by Paul Kimoto. | ||||
* | Bump version to -rc1. | Matthias Andree | 2019-08-05 | 1 | -2/+2 |
| | |||||
* | Fix format overflow warnings by printing IMAP tag as unsigned. | Matthias Andree | 2019-08-05 | 1 | -2/+2 |
| | |||||
* | Remove register qualifier. | Matthias Andree | 2019-08-05 | 4 | -7/+7 |
| | | | | Let the compiler sort out register allocation. | ||||
* | Fix Solaris build with non-c99 compiler (gcc), fixup fileno(). | Matthias Andree | 2019-08-05 | 1 | -3/+1 |
| | | | | | Solaris's headers complain if _XOPEN_SOURCE or thereabouts are defined, but the compiler in use isn't the relevant XPG c99. |