Re: [trojita] Merge threading & sorting options

2013-09-13 Thread Pali Rohár
On Thursday 12 September 2013 16:08:08 Jan Kundrát wrote: > On Thursday, 12 September 2013 15:57:37 CEST, Pali Rohár wrote: > > -allIds.append(node.internalId); > > +allIds.append(offset+1); > > You're mixing ThreadNodeInfo::internalId which is an opaque > internal identifi

Re: [trojita] GSoC: plugins & loader

2013-09-13 Thread Pali Rohár
On Thursday 12 September 2013 13:50:41 Jan Kundrát wrote: > On Thursday, 12 September 2013 13:15:16 CEST, Pali Rohár wrote: > > What about only changing order of applicationDirPath and > > PLUGIN_DIR in QCoreApplication::libraryPaths()? So we will > > have also env QT_PLUGIN_PATH in list? > > Why

[trojita] mailto: support

2013-09-13 Thread Pali Rohár
Hello, I added advanced mailto: support to trojita and its IPC (for delivering mailto from other applications/command line to GUI). Current trojita mailto: implementation in master support only parsing one email address which is specified after scheme. I tried to add advanced support as descri

Re: [trojita] mailto: support

2013-09-13 Thread Jan Kundrát
On Friday, 13 September 2013 17:09:01 CEST, Pali Rohár wrote: mailto:u...@example.org?subject=%3D%3Futf-8%3FQ%3Fcaf%3DC3%3DA9%3F%3D is badly decoded, and trojita new mail window show subject as: =?utf-8?Q?caf=C3=A9?= Just call Imap::decodeRFC2047String(). Jan -- Trojitá, a fast Qt IMAP e-mai

[trojita] Re: Adding a QScrollArea for recipients inside the ComposerWidget

2013-09-13 Thread Thomas Lübking
On Dienstag, 10. September 2013 23:36:13 CEST, Jan Kundrát wrote: Could be, but IIRC I set that already. I suspect that this happened because the QFormLayout works on "fixed rows" and is not designed to "resize stuff that can be resized to better utilize the space". Ahhh, the beloved QFormL

Re: [trojita] mailto: support

2013-09-13 Thread Pali Rohár
On Friday 13 September 2013 17:39:24 Jan Kundrát wrote: > On Friday, 13 September 2013 17:09:01 CEST, Pali Rohár wrote: > > mailto:u...@example.org?subject=%3D%3Futf-8%3FQ%3Fcaf%3DC3%3 > > DA9%3F%3D > > > > is badly decoded, and trojita new mail window show subject > > as: =?utf-8?Q?caf=C3=A9?= >

Re: [trojita] Adding a QScrollArea for recipients inside the ComposerWidget

2013-09-13 Thread Thomas Lübking
Fading version, replaces former patch.From 6eaaa2c88459cde9c36c4598a8d6cd83a4070919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Sat, 14 Sep 2013 01:03:00 +0200 Subject: [PATCH] cc scrolling --- src/Gui/ComposeWidget.cpp | 127 ++