Paul [Thu, 11 Aug 2016 06:47:35 +0000 (07:47 +0100)]
update ru.po
submitted by Mikhail Kurinnoi
Ricardo Mones [Wed, 10 Aug 2016 23:27:55 +0000 (01:27 +0200)]
Fix bug #3666: Typos in Turkish translation
X-Patch-Thanks-To: rypervenche <sub@ryper.org>
Andrej Kacian [Tue, 9 Aug 2016 21:38:32 +0000 (23:38 +0200)]
Fix a potential bug in vcalendar's libical.
Some compilers seem to understand this construction as an empty
for() cycle, followed by an unrelated block enclosed in braces.
We make sure the compiler does what we want by putting the
opening brace at the same line as for().
Ricardo Mones [Sun, 7 Aug 2016 19:09:19 +0000 (21:09 +0200)]
Fix typo
Paul [Sun, 7 Aug 2016 11:06:55 +0000 (12:06 +0100)]
List the current Catalan translator rather than the previous one.
Apologies, David!
Paul [Sun, 7 Aug 2016 08:06:41 +0000 (09:06 +0100)]
for 3.14.0 release
Paul [Sun, 7 Aug 2016 08:05:16 +0000 (09:05 +0100)]
update/add/disable translations
Updated:
[ca] Carles Tubio Terrón <c@rles-tub.io>
[cs] David Vachulka <david@konstrukce-
cad.com>
[de] Thomas Bellmann <ThomasBellmann@gmx.net>
[fi] Flammie Pirinen <flammie@iki.fi>
[fr] Tristan Chabredier <wwp@claws-mail.org>
[hu] Pader Rezso <rezso@rezso.net>
[it] Luigi Votta <luigi.vtt@gmail.com>
[nb] Petter Adsen <petter@synth.no>
[nl] Marcel Pol <mpol@gmx.net>
[pt_BR] Frederico Goncalves Guimaraes
<frederico@teia.bio.br>
[ru] Mikhail Kurinnoi <viewizard@viewizard.com>
[sk] Slavko <slavino@slavino.sk>
[sv] Andreas Rönnquist <gusnan@openmailbox.org>
[tr] Numan Demirdö?en <if.gnu.linux@gmail.com>
[zh_TW] Mark Chang <mark.cyj@gmail.com>
Added:
[da] Erik P. Olsen <epodata@gmail.com>
[id_ID] MSulchan Darmawan <bleketux@gmail.com>
Unmaintained:
[lt] Mindaugas Baranauskas <embar@super.lt>
Ricardo Mones [Sat, 6 Aug 2016 23:32:17 +0000 (01:32 +0200)]
Update list of TLDs for release
Ricardo Mones [Sat, 6 Aug 2016 23:30:16 +0000 (01:30 +0200)]
Update Spanish translation for release
Andrej Kacian [Sat, 6 Aug 2016 19:33:13 +0000 (21:33 +0200)]
Fix filesel_select_file_open_folder() for Win32.
The starting folder needs to be set via the dialog callback
function, as passing it as pidlRoot merely "chroots" us in
the starting folder, so the dialog can't see anything above it.
Paul [Fri, 5 Aug 2016 18:23:42 +0000 (19:23 +0100)]
add Turkish translation to claws-mail.desktop
Ricardo Mones [Fri, 5 Aug 2016 15:54:32 +0000 (17:54 +0200)]
Add passwords file to manpage
Paul [Mon, 1 Aug 2016 20:39:15 +0000 (21:39 +0100)]
fix typo
Andrej Kacian [Mon, 1 Aug 2016 19:07:59 +0000 (21:07 +0200)]
Removed SessionMsgType enum and its use, since it is useless.
The only user was session_send_msg(), which did nothing
with its SessionMsgType parameter.
Andrej Kacian [Mon, 1 Aug 2016 15:56:16 +0000 (17:56 +0200)]
Set correct config_version after first-run wizard finishes.
Patch by Christian Hesse <mail at eworm de>.
Andrej Kacian [Mon, 1 Aug 2016 07:13:47 +0000 (09:13 +0200)]
Added recently added source files to POTFILES.in.
Andrej Kacian [Sun, 31 Jul 2016 12:02:15 +0000 (14:02 +0200)]
Remove an obsolete comment in password.c.
Ricardo Mones [Fri, 29 Jul 2016 18:21:05 +0000 (20:21 +0200)]
Remove more line breaks from g_warning()
Ricardo Mones [Thu, 28 Jul 2016 22:59:11 +0000 (00:59 +0200)]
Fix some debug messages and update headers
Andrej Kacian [Thu, 28 Jul 2016 20:57:23 +0000 (22:57 +0200)]
Only enable "New Book" context menu entry for internal addressbook.
It was confusing to have it active on e.g. LDAP server interface,
when it really only adds a new XML addressbook.
Also, do not enable the "New" button when right-clicking the XML
addressbook interface line, as the button doesn't do anything
useful for interfaces.
Andrej Kacian [Thu, 28 Jul 2016 20:54:31 +0000 (22:54 +0200)]
Fix sensitivity of "Delete book" menu entries in addressbook.
Now it's possible to delete a read-only address datasource
via popup menu.
Ricardo Mones [Thu, 28 Jul 2016 11:55:09 +0000 (13:55 +0200)]
Remove also unused struct member
Andrej Kacian [Thu, 28 Jul 2016 11:12:03 +0000 (13:12 +0200)]
Remove the (now unused) master_passphrase_change plugin function.
Andrej Kacian [Thu, 28 Jul 2016 09:38:32 +0000 (11:38 +0200)]
Do not run config update routine on first run.
The newly created configuration is already up to date.
Paul [Wed, 27 Jul 2016 21:05:20 +0000 (22:05 +0100)]
Improve label
Ricardo Mones [Wed, 27 Jul 2016 14:46:22 +0000 (16:46 +0200)]
Handle configuration versions from the future
Andrej Kacian [Sat, 23 Jul 2016 21:02:55 +0000 (23:02 +0200)]
Embarrassing typo fix in rssyl_subscribe().
Andrej Kacian [Sat, 23 Jul 2016 20:41:04 +0000 (22:41 +0200)]
Added working_directory parameter to execute_command_line()
It gets passed as a first argument to g_spawn_sync/async.
Mostly NULL, since that's what was passed until now, but
bsfilter plugin on Windows needs to change to installation
directory (startup_dir).
Andrej Kacian [Sat, 23 Jul 2016 19:40:02 +0000 (21:40 +0200)]
Updated plugins' claws.def files for win32 build.
Paul [Sat, 23 Jul 2016 14:20:20 +0000 (15:20 +0100)]
replace another: "pixel(s)" -> "pixels"
Paul [Sat, 23 Jul 2016 14:17:30 +0000 (15:17 +0100)]
another one (see last commit)
Paul [Sat, 23 Jul 2016 13:57:07 +0000 (14:57 +0100)]
standardise singlular/plural mix on labels
Ricardo Mones [Sat, 23 Jul 2016 11:09:49 +0000 (13:09 +0200)]
Use current style of preferences for time fields
Ricardo Mones [Sat, 23 Jul 2016 10:13:50 +0000 (12:13 +0200)]
Make label more readable
Ricardo Mones [Sat, 23 Jul 2016 01:00:00 +0000 (03:00 +0200)]
Update copyright headers for previous commit
Ricardo Mones [Sat, 23 Jul 2016 00:59:21 +0000 (02:59 +0200)]
Fix bug #2176: autochk_interval granularity is low
This also fixes Debian bug “Please increase mail auto check period.”
See: https://bugs.debian.org/712758
Former bug wanted sub-minute granularity and latter the opposite: just
check a few times a day, so this allows user to specify also hours and
seconds in addition to existing minutes to address both requests.
Checking range was from 1 minute to 1 hour 40 minutes and now is
extended to a range from 10 seconds to 100 hours minus one second.
Default for new configurations is preserved (10 minutes).
Configuration version is raised to 2 for migrating existing values
from minutes to seconds.
Andrej Kacian [Fri, 22 Jul 2016 18:46:54 +0000 (20:46 +0200)]
Remove last outside gtk_cmclist_freeze/thaw for summaryview&folderview ctrees.
More code maintenance to isolate summaryview and folderview
widgets' internals behind an API.
Paul [Fri, 22 Jul 2016 17:08:00 +0000 (18:08 +0100)]
remove unnecessary 'Encoding' frame
Paul [Fri, 22 Jul 2016 16:56:20 +0000 (17:56 +0100)]
Remove unneeded 'Other' from View/Go to/Other folder...
Ricardo Mones [Fri, 22 Jul 2016 12:14:37 +0000 (14:14 +0200)]
Reorganise send options a bit
Also remove '(Recommended)' from selector, as that's already
mentioned in the tooltip.
Andrej Kacian [Thu, 21 Jul 2016 20:32:37 +0000 (22:32 +0200)]
Further improve API isolation of folderview.
This commit gets rid of all outside access to "opened" and
"selected" struct members, and lot of outside access to
"ctree" member.
Additional work still needed. :)
Andrej Kacian [Thu, 21 Jul 2016 10:12:40 +0000 (12:12 +0200)]
Use folderview_grab_focus() outside of folderview.c.
Andrej Kacian [Thu, 21 Jul 2016 10:02:30 +0000 (12:02 +0200)]
Use folderview_freeze/thaw() functions outside of folderview.c.
These are modeled after summary_freeze/thaw().
Andrej Kacian [Thu, 21 Jul 2016 09:54:36 +0000 (11:54 +0200)]
Make exit_claws() use folderview API and not reach inside _FolderView struct.
Andrej Kacian [Wed, 20 Jul 2016 21:46:39 +0000 (23:46 +0200)]
Remove unused GtkWidget* argument in stock_pix* functions.
stock_pixmap_widget()
stock_pixmap_widget_with_overlay()
stock_pixbuf_gdk()
Ricardo Mones [Wed, 20 Jul 2016 17:01:33 +0000 (19:01 +0200)]
Restore also size of toolbar arrows
Thanks Paul for pointing those out!
Ricardo Mones [Wed, 20 Jul 2016 10:16:19 +0000 (12:16 +0200)]
Restore size of toolbar trash button
Default is 24x24 for toolbar buttons but this was unintentionally
shrinked more than a decade ago.
Ricardo Mones [Wed, 20 Jul 2016 07:13:59 +0000 (09:13 +0200)]
Fix warning about what directory cannot be open
Andrej Kacian [Tue, 19 Jul 2016 09:48:17 +0000 (11:48 +0200)]
Fix up previous commit.
Move the update_fonts check earlier, before the last_*font
pointers get modified.
Andrej Kacian [Tue, 19 Jul 2016 09:09:22 +0000 (11:09 +0200)]
Do not repopulate folderview after account prefs save.
The only reason to repopulate is if user's chosen fonts
change, and that cannot happen in account prefs.
Andrej Kacian [Mon, 18 Jul 2016 19:23:52 +0000 (21:23 +0200)]
Remove APOP and RPOP also from account prefs.
This fixes up previous commit,
358e811.
Andrej Kacian [Fri, 15 Jul 2016 09:56:22 +0000 (11:56 +0200)]
Remove obsolete A_APOP and A_RPOP account protocols.
CLAWS_CONFIG_VERSION bumped to 1.
Andrej Kacian [Thu, 14 Jul 2016 09:55:54 +0000 (11:55 +0200)]
Added config versioning.
This allows us to change meaning of existing preferences,
without losing or mangling user data. Controlled by a common
pref "config_version", which is checked on startup after
reading all configuration. If this version is lower than
what is defined in CLAWS_CONFIG_VERSION, an upgrade is done
incrementally, from one version to the next and to the next,
so that all affected preferences are adjusted.
Ricardo Mones [Thu, 14 Jul 2016 09:59:22 +0000 (11:59 +0200)]
Update lists of authors
Ricardo Mones [Thu, 14 Jul 2016 09:52:43 +0000 (11:52 +0200)]
Fix bug #3573: Out of bounds read in macro LBREAK_IF_REQUIRED
Thanks Hanno Boeck for the patch!
Andrej Kacian [Wed, 13 Jul 2016 19:50:52 +0000 (21:50 +0200)]
When generating a PGP keypair, only ask for passphrase with gpg1.
Also erase all copies of an entered passphrase from memory
when done. Closes bug #3658.
Andrej Kacian [Mon, 11 Jul 2016 22:13:21 +0000 (00:13 +0200)]
Simplify handling of gpg_ask_create_key pref.
Andrej Kacian [Mon, 11 Jul 2016 21:53:34 +0000 (23:53 +0200)]
Fix filesel dialog with filter for Win32.
g_utf8_to_utf16() always stops on first null byte,
so we have to construct the "filter\0filter\0\0"
string for GetOpenFileName() manually.
Andrej Kacian [Sun, 10 Jul 2016 12:57:16 +0000 (14:57 +0200)]
Added --batch option to manual gpg executable calls.
This, together with --no-tty, is to make these calls
really non-interactive, and helps against the calls
hanging on Windows occasionally.
Andrej Kacian [Sun, 10 Jul 2016 12:55:48 +0000 (14:55 +0200)]
Made exporting GPG key to keyserver work on Windows.
Andrej Kacian [Thu, 7 Jul 2016 16:24:41 +0000 (18:24 +0200)]
Updated claws.def file for win32 build of notification plugin.
Ricardo Mones [Tue, 5 Jul 2016 18:58:26 +0000 (20:58 +0200)]
Sync Spanish manual
Ricardo Mones [Tue, 5 Jul 2016 13:01:46 +0000 (15:01 +0200)]
Fix #3653: document plugin path configuration
Ricardo Mones [Mon, 4 Jul 2016 20:22:56 +0000 (22:22 +0200)]
Update Spanish manual
Ricardo Mones [Mon, 4 Jul 2016 16:45:48 +0000 (18:45 +0200)]
Add forgotten block delimiters
Thanks Paul for noticing!
Paul [Mon, 4 Jul 2016 14:58:06 +0000 (15:58 +0100)]
fix bug 2518, ' "Reply-All" message from NNTP-account does not contain CC'ed correspondents'
Paul [Mon, 4 Jul 2016 11:21:29 +0000 (12:21 +0100)]
include Reply-To value when using 'reply to all'
Paul [Mon, 4 Jul 2016 10:02:58 +0000 (11:02 +0100)]
make 'next_on_delete' hidden pref apply after trashing or moving a msg in addition to deleting a msg
fixes bug #3600.
document this hidden pref also
Ricardo Mones [Mon, 4 Jul 2016 09:00:35 +0000 (11:00 +0200)]
Warn on unsuccessful gpgme_set_engine_info calls
Paul [Mon, 4 Jul 2016 08:25:46 +0000 (09:25 +0100)]
modify
61f7c3c5e to catch another hardcoded gpg call
wwp [Sun, 3 Jul 2016 08:40:32 +0000 (10:40 +0200)]
notification plug-in: skip SMTP-only accounts when building the
'Get mail from account' menu.
Pawel Pekala [Sat, 2 Jul 2016 18:12:02 +0000 (20:12 +0200)]
Revert "Place dialogs on center of main window."
This reverts commit
cb67730a260a491ae380fd928d8ca673200972b0.
Pawel Pekala [Sat, 2 Jul 2016 16:05:14 +0000 (18:05 +0200)]
Place dialogs on center of main window. Most window managers place
these dialogs in some weird positions making interacting with
them unwieldy. Windows is biggest offender here putting things
around left top corner of the screen.
wwp [Thu, 30 Jun 2016 10:01:54 +0000 (12:01 +0200)]
Add 'Get mail from account..' to notification plugin's trayicon menu.
Charles Lehner [Mon, 27 Jun 2016 17:52:57 +0000 (13:52 -0400)]
Allocate quoted-printable output buffer on heap
Charles Lehner [Mon, 27 Jun 2016 14:28:41 +0000 (10:28 -0400)]
Handle ical lines longer than 256 bytes
Charles Lehner [Fri, 24 Jun 2016 22:42:05 +0000 (18:42 -0400)]
Indent html in blockquotes
Charles Lehner [Tue, 14 Jun 2016 16:52:54 +0000 (12:52 -0400)]
Line break after <dd>
Ricardo Mones [Thu, 16 Jun 2016 14:28:54 +0000 (16:28 +0200)]
Fix bug #3652 “warning: ordered comparison of pointer…”
Pawel Pekala [Thu, 9 Jun 2016 18:59:37 +0000 (20:59 +0200)]
Implement focused widget saving between iconify/deiconify events in
trayicon notification. Without this focus is lost on deiconify and this
can be painful to keyboard users. This is similar to my old work on
trayicon plugin I've done in the past.
Pawel Pekala [Wed, 8 Jun 2016 20:16:13 +0000 (22:16 +0200)]
Fix python plugin test for BSD family, dlopen(3) on those
systems is part of libc library and linking to nonexistent
libdl will fail.
Tested on FreeBSD 11-Current, Debian 8
Ricardo Mones [Tue, 7 Jun 2016 14:20:20 +0000 (16:20 +0200)]
Install new script also
Ricardo Mones [Tue, 7 Jun 2016 12:21:58 +0000 (14:21 +0200)]
And more documentation
Ricardo Mones [Tue, 7 Jun 2016 11:54:29 +0000 (13:54 +0200)]
Improve script documentation
Ricardo Mones [Tue, 7 Jun 2016 11:18:27 +0000 (13:18 +0200)]
Fix phrasing, terminology and typos
Ricardo Mones [Tue, 7 Jun 2016 10:59:43 +0000 (12:59 +0200)]
Add new action script for fixing threads
Many thanks to H.Merijn Brand for contributing it!
Ricardo Mones [Thu, 2 Jun 2016 09:17:49 +0000 (11:17 +0200)]
Use Unicode, don't restrict ourselves to ASCII
Charles Lehner [Thu, 2 Jun 2016 00:37:02 +0000 (20:37 -0400)]
Indicate list items in html
Andrej Kacian [Mon, 30 May 2016 10:26:17 +0000 (12:26 +0200)]
Fixed calculation of timing.h timer for Windows.
Andrej Kacian [Sat, 28 May 2016 17:54:51 +0000 (19:54 +0200)]
Fix --select CLI option on Windows when selecting a particular message.
Andrej Kacian [Tue, 24 May 2016 16:29:37 +0000 (18:29 +0200)]
Use PBKDF2 to derive encryption key for passwords.
...instead of my previous hash-then-xor nonsense.
Paul [Tue, 24 May 2016 13:20:52 +0000 (14:20 +0100)]
Andrej Kacian [Fri, 20 May 2016 09:38:32 +0000 (11:38 +0200)]
Moved getting random bytes into a separate get_random_bytes() function.
Andrej Kacian [Thu, 12 May 2016 08:03:39 +0000 (10:03 +0200)]
Remove imap_use_trash account preference.
Disabling this preference made deleting messages behave
incorrectly - they were marked for deletion regardless
of whether "delete" or "move to trash" was used, and
these actions were not executed immediately, regardless
of "immediate_execution" common preference.
Paul [Mon, 16 May 2016 16:02:53 +0000 (17:02 +0100)]
remove matcherrc.pre_names migration. 10 years later, we'll assume everyone has been migrated
Andrej Kacian [Fri, 6 May 2016 17:43:16 +0000 (19:43 +0200)]
Improve plural handling for "Delete message" dialog.
Ricardo Mones [Tue, 3 May 2016 10:50:21 +0000 (12:50 +0200)]
Fix typo in manual
Thanks Charles Curley for noticing
Andrej Kacian [Mon, 2 May 2016 19:29:12 +0000 (21:29 +0200)]
Made manual GPG key import work on Windows.
Andrej Kacian [Mon, 2 May 2016 18:54:19 +0000 (20:54 +0200)]
Ask GpgME for path to gpg executable for manual key import.
Ricardo Mones [Sun, 1 May 2016 14:56:18 +0000 (16:56 +0200)]
Fix frequently ocurring typos :)