aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update po/*.po for 6.4.1, complete de translation.Matthias Andree2019-09-2818-3943/+4087
|
* Regression fix for realpath() buffer.Matthias Andree2019-09-282-11/+26
| | | | | | | | Let the system allocate realpath() buffers intead of trying to portably derive a buffer size. This was found with default GCC fortify settings on Ubuntu 18.04 and showed with -D_FORTIFY_SOURCE=2 on Fedora, too.
* Do not unlink release notes from autobuild/README.Matthias Andree2019-09-281-1/+1
|
* Cheat release note generator to include 6.4.0 notes in 6.4.1.Matthias Andree2019-09-281-1/+1
| | | | | dist-tools/makerelease.pl looks for lines matching ^fetchmail- to extract from NEWS, so make fetchmail 6.4.0 not match that regex.
* Update website for 6.4.1.Matthias Andree2019-09-281-3/+3
|
* 6.4.1, regression fix for default file locations.Matthias Andree2019-09-287-20/+74
| | | | | | | | The fix between 6.4.0-rc4 and 6.4.0 for Debian Bug#941129 caused a regression in the default file locations, some files were looked for without dot (.fetchmail.pid, .fetchmailrc). Reported by Cy Schubert.
* Fix link in sidebar.Matthias Andree2019-09-281-2/+2
|
* Update website after 6.4.0 release.Matthias Andree2019-09-271-23/+5
|
* Prepare for 6.4.0 release.Matthias Andree2019-09-2721-147/+146
| | | | This entails recording new line numbers in po/*.po files.
* env.c: make FETCHMAILHOME (fmhome) absolute.Matthias Andree2019-09-272-1/+17
| | | | | | | | If FETCHMAILHOME is specified as relative path, then it can become the victim of a chdir("/") that happens in daemon mode, so that switching to daemon mode will change behaviour of FETCHMAILHOME. Reported by Alex Andreotti, Debian Bug #941129.
* socket.c: Make SockKeepalive static, and readability variable renames.Matthias Andree2019-09-271-9/+9
|
* Decode .po's author name to locale according to Content-Type header.Matthias Andree2019-09-051-8/+14
|
* Update <ca> Catalan translation to fetchmail 6.4.0.rc4Ernest Adrogué Calveras2019-09-051-4/+4
|
* Update <vi> Vietnamese translation to fetchmail 6.4.0.rc4Trần Ngọc Quân2019-09-051-3/+5
|
* Update <sv> Swedish translation to fetchmail 6.4.0.rc4Göran Uddeborg2019-09-051-11/+5
|
* Update <pl> Polish translation to fetchmail 6.4.0.rc4Jakub Bogusz2019-09-051-9/+4
|
* Update <ja> Japanese translation to fetchmail 6.4.0.rc4Takeshi Hamasaki2019-09-051-3/+4
|
* Update <fr> French translation to fetchmail-6.4.0.rc4Frédéric Marchal2019-09-051-3/+5
|
* Update <cs> Czech translation to fetchmail 6.4.0.rc4Petr Pisar2019-09-051-4/+4
|
* website/host-scripts/: Waive local mirror for now.Matthias Andree2019-09-021-2/+2
|
* website/: Update for -rc4, update links, and remove dead references.Matthias Andree2019-09-021-53/+32
|
* Add two translations.Frédéric Marchal2019-09-021-3/+3
|
* Bump version to -rc4.Matthias Andree2019-09-021-1/+1
|
* po/: Commit new line numbers.Matthias Andree2019-09-0223-10747/+8642
|
* dist-tools/git-commit-po-updates.sh updatesMatthias Andree2019-09-021-2/+26
| | | | | | - add copyright notice and license - add a terse documentation as header - add an option -n (dry-run) that only prints what would be done.
* Update <eo> Esperanto translation to fetchmail 6.4.0.rc3Felipe Castro2019-09-021-500/+503
|
* Merge branch 'ujdhesa/fetchmail-patch-1' into legacy_64Matthias Andree2019-08-281-2/+2
|\ | | | | | | | | * ujdhesa/fetchmail-patch-1: Upated header for sq.po
| * Upated header for sq.poBesnik Bleta2019-08-271-2/+2
| |
* | fr.po: Translate two new messages.Matthias Andree2019-08-281-33/+3
| |
* | Update <fr> French translation to fetchmail-6.4.0.rc3Frédéric Marchal2019-08-281-500/+503
| |
* | Refer to PO checkin helper.Matthias Andree2019-08-261-0/+1
| |
* | Update <vi> Vietnamese translation to fetchmail-6.4.0.rc3Trần Ngọc Quân2019-08-261-501/+504
| |
* | Update <sv> Swedish translation to fetchmail 6.4.0.rc3Göran Uddeborg2019-08-261-523/+526
| |
* | Update <cs> Czech translation to fetchmail 6.4.0.rc3Petr Pisar2019-08-261-499/+502
| |
* | Helper script to commit PO updates to Git.Matthias Andree2019-08-261-0/+43
| |
* | Update Polish translation to 6.4.0.rc3.Jakub Bogusz2019-08-251-503/+505
| |
* | Mention MDA single-quote fix safety check.Matthias Andree2019-08-251-0/+2
| |
* | Update Catalan translation to 6.4.0.rc3.Ernest Adrogué Calveras2019-08-251-574/+579
| |
* | Update Japanese translation to 6.4.0.rc3.Takeshi Hamasaki2019-08-251-499/+502
| |
* | Update German translation.Matthias Andree2019-08-251-488/+488
| |
* | Align with legacy_6x.Matthias Andree2019-08-2538-234/+153
| | | | | | | | | | | | * Normalize include order. * Backport missed bug fixes. * Remove dead code.
* | mimedecode: Fix multipart/mixed detection.Matthias Andree2019-08-252-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 Andree2019-08-252-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.poBesnik Bleta2019-08-251-374/+170
|
* fetchmail.man: fix typo spotted by lintianNicolas Boulenguez2019-08-251-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 settingsKevin Ryde2019-08-251-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ân2019-08-251-69/+69
|
* Do not reference m4/gethostbyname_r.m4, we don't ship it any more.Matthias Andree2019-08-241-3/+2
|
* Suspend pushing to local public_html.Matthias Andree2019-08-241-1/+1
|
* Remove crypt() check, we don't use it.Matthias Andree2019-08-241-3/+0
|