From nathan at nathansamson.be Sat Mar 9 15:51:45 2013 From: nathan at nathansamson.be (Nathan Samson) Date: Sat, 9 Mar 2013 16:51:45 +0100 Subject: [Geary] Problems building git master on Fedora 18 Message-ID: Partial Error is @ http://pastebin.com/vTUWE1Xr Other VAPI files return similar results. I've installed all packages as described on the wiki, So it is not the same problem as http://lists.yorba.org/pipermail/geary/2013-February/000147.html Cheers, Nathan From eric at yorba.org Sun Mar 10 00:43:51 2013 From: eric at yorba.org (Eric Gregory) Date: Sat, 9 Mar 2013 16:43:51 -0800 Subject: [Geary] Problems building git master on Fedora 18 In-Reply-To: References: Message-ID: <47FE7B25-778E-45F4-BC04-B65CCF0F0396@yorba.org> On Mar 9, 2013, at 7:51 AM, Nathan Samson wrote: > Partial Error is @ http://pastebin.com/vTUWE1Xr > > > Other VAPI files return similar results. > > I've installed all packages as described on the wiki, So it is not the same > problem as http://lists.yorba.org/pipermail/geary/2013-February/000147.html Since the compilation errors are in the Vapi files rather than Geary, that's a sign that there's something very wrong with your Vala installation. What OS are you using, and how exactly did you install Vala? Do other Vala/GTK applications compile on your system? - Eric From ogtifs at gmail.com Sun Mar 10 09:08:46 2013 From: ogtifs at gmail.com (Oliver) Date: Sun, 10 Mar 2013 09:10:46 +0002 Subject: [Geary] Can't enable message previews Message-ID: <513c4cca.84ac0e0a.634e.2b63@mx.google.com> With the latest Geary compiled from git, running under a minimal Arch-Linux system, I can't seem to enable message previews; each entry in the list contains only the message sender and the date. Changing the option in preferences or in dconf-editor appears to have no effect From eric at yorba.org Sun Mar 10 09:22:58 2013 From: eric at yorba.org (Eric Gregory) Date: Sun, 10 Mar 2013 01:22:58 -0800 Subject: [Geary] Can't enable message previews In-Reply-To: <513c4cca.84ac0e0a.634e.2b63@mx.google.com> References: <513c4cca.84ac0e0a.634e.2b63@mx.google.com> Message-ID: <6A0C17B4-1634-4F80-ADEB-C27B00297B5E@yorba.org> On Mar 10, 2013, at 1:08 AM, Oliver wrote: > With the latest Geary compiled from git, running under a minimal Arch-Linux system, I can't seem to enable message previews; each entry in the list contains only the message sender and the date. Changing the option in preferences or in dconf-editor appears to have no effect Hi Oliver, I haven't seen this. If anyone has, feel free to chime in. When you say there's only a sender and date, can you see the subject? Does turning on previews show a blank space in the conversation list where the preview would normally appear? - Eric From nathan at nathansamson.be Sun Mar 10 10:02:58 2013 From: nathan at nathansamson.be (Nathan Samson) Date: Sun, 10 Mar 2013 11:02:58 +0100 Subject: [Geary] Problems building git master on Fedora 18 In-Reply-To: <47FE7B25-778E-45F4-BC04-B65CCF0F0396@yorba.org> References: <47FE7B25-778E-45F4-BC04-B65CCF0F0396@yorba.org> Message-ID: I am using Fedora 18 (as stated in the topic). I installed vala from default fedora repositories. (0.18.1) Shotwell has exactly the same problem so it seems. I've tried reinstallig vala but that didn't help... Cheers, Nathan On Sun, Mar 10, 2013 at 1:43 AM, Eric Gregory wrote: > > On Mar 9, 2013, at 7:51 AM, Nathan Samson wrote: > > > Partial Error is @ http://pastebin.com/vTUWE1Xr > > > > > > Other VAPI files return similar results. > > > > I've installed all packages as described on the wiki, So it is not the > same > > problem as > http://lists.yorba.org/pipermail/geary/2013-February/000147.html > > Since the compilation errors are in the Vapi files rather than Geary, > that's a sign that there's something very wrong with your Vala > installation. What OS are you using, and how exactly did you install Vala? > > Do other Vala/GTK applications compile on your system? > > - Eric From jim at yorba.org Mon Mar 11 21:14:22 2013 From: jim at yorba.org (Jim Nelson) Date: Mon, 11 Mar 2013 21:07:22 -0007 Subject: [Geary] Problems building git master on Fedora 18 In-Reply-To: References: <47FE7B25-778E-45F4-BC04-B65CCF0F0396@yorba.org> Message-ID: <513e491f.44d3440a.7c8b.ffff9478@mx.google.com> Hi Nathan, Eric's right, that means something's wrong with the compiler. ?If you type this on the console, what do you see? $ valac --version You might search /usr and be sure that you don't have an older version of Vala installed. -- Jim On Sun, Mar 10, 2013 at 3:02 AM, Nathan Samson wrote: > I am using Fedora 18 (as stated in the topic). I installed vala from > default fedora repositories. (0.18.1) > > Shotwell has exactly the same problem so it seems. > I've tried reinstallig vala but that didn't help... > > Cheers, > Nathan > > > On Sun, Mar 10, 2013 at 1:43 AM, Eric Gregory wrote: > >> >> On Mar 9, 2013, at 7:51 AM, Nathan Samson wrote: >> >> > Partial Error is @ http://pastebin.com/vTUWE1Xr >> > >> > >> > Other VAPI files return similar results. >> > >> > I've installed all packages as described on the wiki, So it is >> not the >> same >> > problem as >> http://lists.yorba.org/pipermail/geary/2013-February/000147.html >> >> Since the compilation errors are in the Vapi files rather than >> Geary, >> that's a sign that there's something very wrong with your Vala >> installation. What OS are you using, and how exactly did you >> install Vala? >> >> Do other Vala/GTK applications compile on your system? >> >> - Eric >> > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > From nathan at nathansamson.be Mon Mar 11 22:34:59 2013 From: nathan at nathansamson.be (Nathan Samson) Date: Mon, 11 Mar 2013 23:34:59 +0100 Subject: [Geary] Problems building git master on Fedora 18 In-Reply-To: <513e491f.44d3440a.7c8b.ffff9478@mx.google.com> References: <47FE7B25-778E-45F4-BC04-B65CCF0F0396@yorba.org> <513e491f.44d3440a.7c8b.ffff9478@mx.google.com> Message-ID: [nathan at psi ~]$ valac --version Vala 0.18.1 [nathan at psi ~]$ type -a valac valac is /usr/bin/valac valac is /bin/valac [nathan at psi ~]$ cd /usr/ [nathan at psi usr]$ find -iname valac ^C [nathan at psi usr]$ find -iname '*valac*' ./share/man/man1/valac.1 ./share/man/man1/valac-0.18.1.gz ./share/man/man1/valac.1.gz ./share/man/man1/valac-0.18.1 find: `./share/polkit-1/rules.d': Toegang geweigerd ./include/vala-0.18/valacodegen.h ./include/vala-0.18/valaccode.h ./bin/valac-0.18 ./bin/valac find: `./lib/firewalld': Toegang geweigerd find: `./lib64/audit': Toegang geweigerd find: `./var/lib/udisks2': Toegang geweigerd [nathan at psi usr]$ ls -l /bin/valac lrwxrwxrwx 1 root root 23 10 mrt 11:01 /bin/valac -> /etc/alternatives/valac [nathan at psi usr]$ ls -l /usr/bin/valac lrwxrwxrwx 1 root root 23 10 mrt 11:01 /usr/bin/valac -> /etc/alternatives/valac [ Note that as per Fedoras "/" and "/usr" merge, /usr/bin and /bin are exactly the same. Cheers, Nathan On Mon, Mar 11, 2013 at 10:14 PM, Jim Nelson wrote: > Hi Nathan, > > Eric's right, that means something's wrong with the compiler. If you type > this on the console, what do you see? > > $ valac --version > > You might search /usr and be sure that you don't have an older version of > Vala installed. > > -- Jim > > > On Sun, Mar 10, 2013 at 3:02 AM, Nathan Samson > wrote: > > I am using Fedora 18 (as stated in the topic). I installed vala from > default fedora repositories. (0.18.1) > > Shotwell has exactly the same problem so it seems. > I've tried reinstallig vala but that didn't help... > > Cheers, > Nathan > > > On Sun, Mar 10, 2013 at 1:43 AM, Eric Gregory wrote: > > > > On Mar 9, 2013, at 7:51 AM, Nathan Samson wrote: > > > Partial Error is @ http://pastebin.com/vTUWE1Xr > > > > > > Other VAPI files return similar results. > > > > I've installed all packages as described on the wiki, So it is not the > same > > problem as > http://lists.yorba.org/pipermail/geary/2013-February/000147.html > > Since the compilation errors are in the Vapi files rather than Geary, > that's a sign that there's something very wrong with your Vala > installation. What OS are you using, and how exactly did you install Vala? > > Do other Vala/GTK applications compile on your system? > > - Eric > > _______________________________________________ > Geary mailing listGeary at lists.yorba.orghttp://lists.yorba.org/cgi-bin/mailman/listinfo/geary > > From jim at yorba.org Wed Mar 13 02:41:38 2013 From: jim at yorba.org (Jim Nelson) Date: Wed, 13 Mar 2013 02:34:38 -0007 Subject: [Geary] Call for testing: Geary 0.3 Message-ID: <513fe751.aade320a.62c2.072c@mx.google.com> Hello everyone, We're brushing off the sawdust and taking down the scaffolding! ?Geary 0.3.0 will be released in the next week or so. ?This new version has a bunch of features and fixes Geary users have been asking for: * Multiple accounts! ?Check all your email accounts at once. * Full conversations: see *all* the messages in a conversation, not just the messages in the current folder. * Mark as spam * Display Gmail's "Important" folder * New keyboard shortcuts for marking / starring messages * And a bunch of stability and compatibility fixes But we know there are still bugs lurking. ?The more eyeballs the better! ?If you could spend a little time running the latest version of Geary and reporting bugs to us, that would be a huge help! To build from source, follow the instructions at http://redmine.yorba.org/projects/geary/wiki/Wiki/edit?section=5 Or, if you're running Ubuntu, install Geary from our Daily Build PPA: https://launchpad.net/~yorba/+archive/daily-builds/ To report bugs, go to our Redmine tracker at http://redmine.yorba.org/projects/geary ?You'll need an account on our Redmine server. ?From there, click "New issue" to report a bug. If you're worried about backing up your Geary database, copy the directory at ~/.local/share/geary to some place safe while working on the newest version. ?Note that, with the exception of unsent messages in your Outbox, everything in Geary's database is available on your email server. ?However, once you run the newest version, it will update your database and it can't be reverted, meaning older versions of Geary will not be able to work with it. ?A backup means you can go back to the old version of Geary, if you'd like. ?(We hope you won't.) Thanks! -- Jim From mdgeorge at cs.cornell.edu Wed Mar 13 18:34:06 2013 From: mdgeorge at cs.cornell.edu (Michael George) Date: Wed, 13 Mar 2013 14:34:06 -0400 Subject: [Geary] can't connect to smtp server Message-ID: <1363199646.2716.20.camel@localhost.localdomain> Hello, I tried out geary today, but was immediately stymied in creating my account. I've attached a dump from geary --debug: it looks like the problem is connecting to the smtp server. My evolution config has the same smtp server with "Security" set to "STARTTLS after connecting", and the same port. When I ask evolution to check for supported authentication types, it returns the following options: - NTLM / SPA - GSSAPI - Login Is it possible for me to use geary, and if so, how? Thanks! --Mike PS. An error message of some kind would be very helpful! Guessing what the problem was led me on a wild goose chase playing with my IMAP settings before I figured out the --debug command and realized that the problem was SMTP. -------------- next part -------------- [deb] 14:26:58 imap-client-session.vala:1360: [ClientSession:0000/128.84.103.140:993/GEARY_IMAP_CLIENT_CONNECTION_STATE_CONNECTED [GEARY_IMAP_CLIENT_SESSION_STATE_CONNECTING]] Connected to mail.cs.cornell.edu/default:993 [deb] 14:26:58 imap-client-session.vala:1407: [ClientSession:0000/128.84.103.140:993/GEARY_IMAP_CLIENT_CONNECTION_STATE_CONNECTED] CAPABILITY: #1: AUTH=NTLM AUTH=GSSAPI NAMESPACE AUTH=PLAIN LITERAL+ IMAP4rev1 IDLE IMAP4 [deb] 14:26:58 imap-client-session.vala:586: [ClientSession:0000/128.84.103.140:993/GEARY_IMAP_CLIENT_CONNECTION_STATE_CONNECTED] use_starttls=false is_ssl=true starttls=false [deb] 14:26:58 imap-client-session.vala:614: [ClientSession:0000/128.84.103.140:993/GEARY_IMAP_CLIENT_CONNECTION_STATE_CONNECTED] No STARTTLS attempted [deb] 14:26:58 imap-client-session.vala:1407: [ClientSession:0000/128.84.103.140:993/GEARY_IMAP_CLIENT_CONNECTION_STATE_CONNECTED] CAPABILITY: #2: AUTH=NTLM AUTH=GSSAPI NAMESPACE AUTH=PLAIN LITERAL+ IMAP4rev1 IDLE IMAP4 [deb] 14:26:58 imap-client-session.vala:648: [ClientSession:0000/128.84.103.140:993/GEARY_IMAP_CLIENT_CONNECTION_STATE_CONNECTED] No compression available [deb] 14:26:58 imap-deserializer.vala:202: [Machine Geary.Imap.Deserializer [GEARY_IMAP_DESERIALIZER_STATE_TAG]/GEARY_IMAP_DESERIALIZER_MODE_LINE] Waiting for deserializer to close... [deb] 14:26:58 imap-deserializer.vala:691: [Machine Geary.Imap.Deserializer [GEARY_IMAP_DESERIALIZER_STATE_TAG]/GEARY_IMAP_DESERIALIZER_MODE_LINE] input error: Operation was cancelled [deb] 14:26:58 imap-deserializer.vala:204: [Machine Geary.Imap.Deserializer [GEARY_IMAP_DESERIALIZER_STATE_CLOSED]/GEARY_IMAP_DESERIALIZER_MODE_CLOSED] Deserializer closed [deb] 14:26:58 imap-client-connection.vala:336: [0000/mail.cs.cornell.edu/default:993/GEARY_IMAP_CLIENT_CONNECTION_STATE_CONNECTED] Disconnecting... [deb] 14:26:59 imap-client-connection.vala:338: [0000/mail.cs.cornell.edu/default:993/GEARY_IMAP_CLIENT_CONNECTION_STATE_CONNECTED] Disconnected [deb] 14:26:59 imap-client-session.vala:1368: [ClientSession:0000/mail.cs.cornell.edu/default:993/GEARY_IMAP_CLIENT_CONNECTION_STATE_DISCONNECTED [GEARY_IMAP_CLIENT_SESSION_STATE_DISCONNECTING]] Disconnected from mail.cs.cornell.edu/default:993 [deb] 14:26:59 smtp-client-session.vala:62: [mail.cs.cornell.edu/default:587] Using PLAIN authenticator [deb] 14:27:05 geary-account-information.vala:132: Error validating SMTP account info: Unable to authenticate with mail.cs.cornell.edu/default:587 [deb] 14:27:06 geary-application.vala:212: Validation failed. Prompting user for revised account information From nathan at nathansamson.be Wed Mar 13 19:53:38 2013 From: nathan at nathansamson.be (Nathan Samson) Date: Wed, 13 Mar 2013 20:53:38 +0100 Subject: [Geary] Problems building git master on Fedora 18 In-Reply-To: References: <47FE7B25-778E-45F4-BC04-B65CCF0F0396@yorba.org> <513e491f.44d3440a.7c8b.ffff9478@mx.google.com> Message-ID: Only after installing vala 0.19 from source it started to build. Might it be that the minimal vala version is 0.19 and not 0.17.X? Cheers, Nathan On Mon, Mar 11, 2013 at 11:34 PM, Nathan Samson wrote: > [nathan at psi ~]$ valac --version > Vala 0.18.1 > [nathan at psi ~]$ type -a valac > valac is /usr/bin/valac > valac is /bin/valac > [nathan at psi ~]$ cd /usr/ > [nathan at psi usr]$ find -iname valac > ^C > [nathan at psi usr]$ find -iname '*valac*' > ./share/man/man1/valac.1 > ./share/man/man1/valac-0.18.1.gz > ./share/man/man1/valac.1.gz > ./share/man/man1/valac-0.18.1 > find: `./share/polkit-1/rules.d': Toegang geweigerd > ./include/vala-0.18/valacodegen.h > ./include/vala-0.18/valaccode.h > ./bin/valac-0.18 > ./bin/valac > find: `./lib/firewalld': Toegang geweigerd > find: `./lib64/audit': Toegang geweigerd > find: `./var/lib/udisks2': Toegang geweigerd > [nathan at psi usr]$ ls -l /bin/valac > lrwxrwxrwx 1 root root 23 10 mrt 11:01 /bin/valac -> > /etc/alternatives/valac > [nathan at psi usr]$ ls -l /usr/bin/valac > lrwxrwxrwx 1 root root 23 10 mrt 11:01 /usr/bin/valac -> > /etc/alternatives/valac > [ > > Note that as per Fedoras "/" and "/usr" merge, /usr/bin and /bin are > exactly the same. > > Cheers, > Nathan > > > On Mon, Mar 11, 2013 at 10:14 PM, Jim Nelson wrote: > >> Hi Nathan, >> >> Eric's right, that means something's wrong with the compiler. If you >> type this on the console, what do you see? >> >> $ valac --version >> >> You might search /usr and be sure that you don't have an older version of >> Vala installed. >> >> -- Jim >> >> >> On Sun, Mar 10, 2013 at 3:02 AM, Nathan Samson >> wrote: >> >> I am using Fedora 18 (as stated in the topic). I installed vala from >> default fedora repositories. (0.18.1) >> >> Shotwell has exactly the same problem so it seems. >> I've tried reinstallig vala but that didn't help... >> >> Cheers, >> Nathan >> >> >> On Sun, Mar 10, 2013 at 1:43 AM, Eric Gregory wrote: >> >> >> >> On Mar 9, 2013, at 7:51 AM, Nathan Samson wrote: >> >> > Partial Error is @ http://pastebin.com/vTUWE1Xr >> > >> > >> > Other VAPI files return similar results. >> > >> > I've installed all packages as described on the wiki, So it is not the >> same >> > problem as >> http://lists.yorba.org/pipermail/geary/2013-February/000147.html >> >> Since the compilation errors are in the Vapi files rather than Geary, >> that's a sign that there's something very wrong with your Vala >> installation. What OS are you using, and how exactly did you install Vala? >> >> Do other Vala/GTK applications compile on your system? >> >> - Eric >> >> _______________________________________________ >> Geary mailing listGeary at lists.yorba.orghttp://lists.yorba.org/cgi-bin/mailman/listinfo/geary >> >> > From nathan at nathansamson.be Wed Mar 13 20:00:19 2013 From: nathan at nathansamson.be (Nathan Samson) Date: Wed, 13 Mar 2013 21:00:19 +0100 Subject: [Geary] Geary git crashes after importing mail Message-ID: ERROR:/home/nathan/Documenten/bronnen/geary/src/engine/imap/transport/imap-mailbox.vala:79:geary_imap_mailbox_accumulate_email: assertion failed: (uid != null) geary -d --log-replay-queue [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: "<01b001ce1dde$375fe620$a61fb26" [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: "0$@ mailerser.com>" [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: "<01b001ce1dde$375fe620$a61fb26" [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: "0$@ mailerser.com>" [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: "<01b001ce1dde$375fe620$a61fb26" [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: "0$@ mailerser.com>" ** ERROR:/home/nathan/Documenten/bronnen/geary/src/engine/imap/transport/imap-mailbox.vala:79:geary_imap_mailbox_accumulate_email: assertion failed: (uid != null) Afgebroken (geheugendump gemaakt) Commit is 8b55c0debd1a84b88dd493dd199e4650c3993204 Any other debug info needed? From jim at yorba.org Wed Mar 13 20:06:37 2013 From: jim at yorba.org (Jim Nelson) Date: Wed, 13 Mar 2013 19:59:37 -0007 Subject: [Geary] Geary git crashes after importing mail In-Reply-To: References: Message-ID: <5140dc42.41e1440a.4449.1773@mx.google.com> You've been hit by this bug: http://redmine.yorba.org/issues/5703 ?This is something we definitely want to fix in the next release! -- Jim On Wed, Mar 13, 2013 at 1:00 PM, Nathan Samson wrote: > ERROR:/home/nathan/Documenten/bronnen/geary/src/engine/imap/transport/imap-mailbox.vala:79:geary_imap_mailbox_accumulate_email: > assertion failed: (uid != null) > > > geary -d --log-replay-queue > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: > "<01b001ce1dde$375fe620$a61fb26" > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID > found: "0$@ > mailerser.com>" > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: > "<01b001ce1dde$375fe620$a61fb26" > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID > found: "0$@ > mailerser.com>" > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: > "<01b001ce1dde$375fe620$a61fb26" > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID > found: "0$@ > mailerser.com>" > ** > ERROR:/home/nathan/Documenten/bronnen/geary/src/engine/imap/transport/imap-mailbox.vala:79:geary_imap_mailbox_accumulate_email: > assertion failed: (uid != null) > Afgebroken (geheugendump gemaakt) > > > > Commit is 8b55c0debd1a84b88dd493dd199e4650c3993204 > > > Any other debug info needed? > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > From jim at yorba.org Wed Mar 13 20:12:20 2013 From: jim at yorba.org (Jim Nelson) Date: Wed, 13 Mar 2013 20:05:20 -0007 Subject: [Geary] can't connect to smtp server In-Reply-To: <1363199646.2716.20.camel@localhost.localdomain> References: <1363199646.2716.20.camel@localhost.localdomain> Message-ID: <5140dd93.87da440a.2722.5c35@mx.google.com> What version of Geary are you using? ?This looks like a bug that was fixed some time back. Regarding the error message, that's something we've improved in master and will release as part of 0.3. ?You might consider trying Geary from our git repo or, if you're using Ubuntu, our Daily Build PPA: https://launchpad.net/~yorba/+archive/daily-builds/ -- Jim On Wed, Mar 13, 2013 at 11:34 AM, Michael George wrote: > Hello, > > I tried out geary today, but was immediately stymied in creating my > account. I've attached a dump from geary --debug: it looks like the > problem is connecting to the smtp server. > > My evolution config has the same smtp server with "Security" set to > "STARTTLS after connecting", and the same port. When I ask evolution > to > check for supported authentication types, it returns the following > options: > - NTLM / SPA > - GSSAPI > - Login > > Is it possible for me to use geary, and if so, how? > > Thanks! > > --Mike > > PS. An error message of some kind would be very helpful! Guessing > what > the problem was led me on a wild goose chase playing with my IMAP > settings before I figured out the --debug command and realized that > the > problem was SMTP. > From rschroll at gmail.com Thu Mar 14 00:21:49 2013 From: rschroll at gmail.com (Robert Schroll) Date: Thu, 14 Mar 2013 00:18:49 -0003 Subject: [Geary] Problems building git master on Fedora 18 In-Reply-To: References: <47FE7B25-778E-45F4-BC04-B65CCF0F0396@yorba.org> <513e491f.44d3440a.7c8b.ffff9478@mx.google.com> Message-ID: <51411828.c95fb40a.44ad.ffffc07b@mx.google.com> On Wed, Mar 13, 2013 at 4:53 PM, Nathan Samson wrote: > Only after installing vala 0.19 from source it started to build. > > Might it be that the minimal vala version is 0.19 and not 0.17.X? > I'm having no problems building with vala 0.18.1. ?I'm on Ubuntu 12.04, using an updated vala from a PPA, for those keeping score at home. Robert From mdgeorge at cs.cornell.edu Thu Mar 14 00:47:21 2013 From: mdgeorge at cs.cornell.edu (Michael George) Date: Wed, 13 Mar 2013 20:47:21 -0400 Subject: [Geary] Problems building git master on Fedora 18 In-Reply-To: References: <47FE7B25-778E-45F4-BC04-B65CCF0F0396@yorba.org> <513e491f.44d3440a.7c8b.ffff9478@mx.google.com> Message-ID: <1363222041.2716.24.camel@localhost.localdomain> I was just having the same problem. I noticed that it was failing to find some gobject introspection files; I installed gobject-introspection-devel and it worked. --Mike On Wed, 2013-03-13 at 15:53 -0400, Nathan Samson wrote: > Only after installing vala 0.19 from source it started to build. > > Might it be that the minimal vala version is 0.19 and not 0.17.X? > > Cheers, > Nathan > > > On Mon, Mar 11, 2013 at 11:34 PM, Nathan Samson wrote: > > > [nathan at psi ~]$ valac --version > > Vala 0.18.1 > > [nathan at psi ~]$ type -a valac > > valac is /usr/bin/valac > > valac is /bin/valac > > [nathan at psi ~]$ cd /usr/ > > [nathan at psi usr]$ find -iname valac > > ^C > > [nathan at psi usr]$ find -iname '*valac*' > > ./share/man/man1/valac.1 > > ./share/man/man1/valac-0.18.1.gz > > ./share/man/man1/valac.1.gz > > ./share/man/man1/valac-0.18.1 > > find: `./share/polkit-1/rules.d': Toegang geweigerd > > ./include/vala-0.18/valacodegen.h > > ./include/vala-0.18/valaccode.h > > ./bin/valac-0.18 > > ./bin/valac > > find: `./lib/firewalld': Toegang geweigerd > > find: `./lib64/audit': Toegang geweigerd > > find: `./var/lib/udisks2': Toegang geweigerd > > [nathan at psi usr]$ ls -l /bin/valac > > lrwxrwxrwx 1 root root 23 10 mrt 11:01 /bin/valac -> > > /etc/alternatives/valac > > [nathan at psi usr]$ ls -l /usr/bin/valac > > lrwxrwxrwx 1 root root 23 10 mrt 11:01 /usr/bin/valac -> > > /etc/alternatives/valac > > [ > > > > Note that as per Fedoras "/" and "/usr" merge, /usr/bin and /bin are > > exactly the same. > > > > Cheers, > > Nathan > > > > > > On Mon, Mar 11, 2013 at 10:14 PM, Jim Nelson wrote: > > > >> Hi Nathan, > >> > >> Eric's right, that means something's wrong with the compiler. If you > >> type this on the console, what do you see? > >> > >> $ valac --version > >> > >> You might search /usr and be sure that you don't have an older version of > >> Vala installed. > >> > >> -- Jim > >> > >> > >> On Sun, Mar 10, 2013 at 3:02 AM, Nathan Samson > >> wrote: > >> > >> I am using Fedora 18 (as stated in the topic). I installed vala from > >> default fedora repositories. (0.18.1) > >> > >> Shotwell has exactly the same problem so it seems. > >> I've tried reinstallig vala but that didn't help... > >> > >> Cheers, > >> Nathan > >> > >> > >> On Sun, Mar 10, 2013 at 1:43 AM, Eric Gregory wrote: > >> > >> > >> > >> On Mar 9, 2013, at 7:51 AM, Nathan Samson wrote: > >> > >> > Partial Error is @ http://pastebin.com/vTUWE1Xr > >> > > >> > > >> > Other VAPI files return similar results. > >> > > >> > I've installed all packages as described on the wiki, So it is not the > >> same > >> > problem as > >> http://lists.yorba.org/pipermail/geary/2013-February/000147.html > >> > >> Since the compilation errors are in the Vapi files rather than Geary, > >> that's a sign that there's something very wrong with your Vala > >> installation. What OS are you using, and how exactly did you install Vala? > >> > >> Do other Vala/GTK applications compile on your system? > >> > >> - Eric > >> > >> _______________________________________________ > >> Geary mailing listGeary at lists.yorba.orghttp://lists.yorba.org/cgi-bin/mailman/listinfo/geary > >> > >> > > > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary From mdgeorge at cs.cornell.edu Thu Mar 14 01:27:28 2013 From: mdgeorge at cs.cornell.edu (Michael George) Date: Wed, 13 Mar 2013 21:27:28 -0400 Subject: [Geary] geary desktop file Message-ID: <1363224448.2716.28.camel@localhost.localdomain> Hi, While trying to build an rpm for geary git master, I discovered that the generated desktop file does not validate because of a missing semicolons in the translations of the keywords. I fixed it up and I've attached a patch. --Mike From jim at yorba.org Thu Mar 14 01:29:23 2013 From: jim at yorba.org (Jim Nelson) Date: Thu, 14 Mar 2013 01:22:23 -0007 Subject: [Geary] geary desktop file In-Reply-To: <1363224448.2716.28.camel@localhost.localdomain> References: <1363224448.2716.28.camel@localhost.localdomain> Message-ID: <514127e1.e4ca440a.7359.2e11@mx.google.com> Hi Mike, Our mailer doesn't allow for attachments. ?Could you send it to geary at yorba.org directly? ?Thanks! -- Jim On Wed, Mar 13, 2013 at 6:27 PM, Michael George wrote: > Hi, > > While trying to build an rpm for geary git master, I discovered that > the > generated desktop file does not validate because of a missing > semicolons > in the translations of the keywords. I fixed it up and I've attached > a > patch. > > --Mike > From mdgeorge at cs.cornell.edu Thu Mar 14 01:38:11 2013 From: mdgeorge at cs.cornell.edu (Michael George) Date: Wed, 13 Mar 2013 21:38:11 -0400 Subject: [Geary] Geary git crashes after importing mail In-Reply-To: <5140dc42.41e1440a.4449.1773@mx.google.com> References: <5140dc42.41e1440a.4449.1773@mx.google.com> Message-ID: <1363225091.28701.1.camel@localhost.localdomain> I'm also getting hit by this bug. Would further logs be helpful? --Mike On Wed, 2013-03-13 at 16:06 -0400, Jim Nelson wrote: > You've been hit by this bug: http://redmine.yorba.org/issues/5703 > This is something we definitely want to fix in the next release! > > -- Jim > > On Wed, Mar 13, 2013 at 1:00 PM, Nathan Samson > wrote: > > ERROR:/home/nathan/Documenten/bronnen/geary/src/engine/imap/transport/imap-mailbox.vala:79:geary_imap_mailbox_accumulate_email: > > assertion failed: (uid != null) > > > > > > geary -d --log-replay-queue > > > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: > > "<01b001ce1dde$375fe620$a61fb26" > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID > > found: "0$@ > > mailerser.com>" > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: > > "<01b001ce1dde$375fe620$a61fb26" > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID > > found: "0$@ > > mailerser.com>" > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: > > "<01b001ce1dde$375fe620$a61fb26" > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID > > found: "0$@ > > mailerser.com>" > > ** > > ERROR:/home/nathan/Documenten/bronnen/geary/src/engine/imap/transport/imap-mailbox.vala:79:geary_imap_mailbox_accumulate_email: > > assertion failed: (uid != null) > > Afgebroken (geheugendump gemaakt) > > > > > > > > Commit is 8b55c0debd1a84b88dd493dd199e4650c3993204 > > > > > > Any other debug info needed? > > _______________________________________________ > > Geary mailing list > > Geary at lists.yorba.org > > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > > > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary From ogtifs at gmail.com Fri Mar 15 12:27:09 2013 From: ogtifs at gmail.com (Oliver) Date: Fri, 15 Mar 2013 12:29:09 +0002 Subject: [Geary] Content-disposition:inline behaviour Message-ID: <514312d1.83040e0a.4583.ffff9438@mx.google.com> In my inbox I have an email from an iOS Mail client that has attached a PDF (clearly visible base-64 encoded in the source). Geary gives no indication of any attachment or any way to download the PDF. All headers look OK except for some reason Content-disposition is set to inline - I suspect this is the cause. I guess there is no reason why any attachment could not be set to CD:inline, but if the client has no way to display it inline, it should fall back to displaying it as an attachment (Thunderbird displays the PDF as an attachment). This could be quite serious since attachments could be lost. If there are no objections and it is not already known I'll raise a bug report? From rschroll at gmail.com Fri Mar 15 12:56:16 2013 From: rschroll at gmail.com (Robert Schroll) Date: Fri, 15 Mar 2013 12:53:16 -0003 Subject: [Geary] Content-disposition:inline behaviour In-Reply-To: <514312d1.83040e0a.4583.ffff9438@mx.google.com> References: <514312d1.83040e0a.4583.ffff9438@mx.google.com> Message-ID: <51431a9e.2253b40a.0f13.ffffc526@mx.google.com> On Fri, Mar 15, 2013 at 9:27 AM, Oliver wrote: > In my inbox I have an email from an iOS Mail client that has attached > a PDF (clearly visible base-64 encoded in the source). Geary gives no > indication of any attachment or any way to download the PDF. All > headers look OK except for some reason Content-disposition is set to > inline - I suspect this is the cause. > Yep, that's the problem. ?This is ticketed as #5748. ?I was just bitten by this one too, so let's hope Jim's right and this is an easy change. Robert From thinkndev at gmail.com Fri Mar 15 14:09:01 2013 From: thinkndev at gmail.com (John Kim) Date: Fri, 15 Mar 2013 07:09:01 -0700 Subject: [Geary] Call for testing: Geary 0.3 In-Reply-To: <513fe751.aade320a.62c2.072c@mx.google.com> References: <513fe751.aade320a.62c2.072c@mx.google.com> Message-ID: Count me in on this. It's been so long since I volunteered for this project. I've been playing around with geary, and I see some major improvements. Will be reporting a bunch soon. When exactly will 0.3.3 be released? Also, what will the developers do ASAP as the final bug reports for this version come in? Thanks, John On Mar 12, 2013 7:41 PM, "Jim Nelson" wrote: > Hello everyone, > > We're brushing off the sawdust and taking down the scaffolding! Geary > 0.3.0 will be released in the next week or so. This new version has a > bunch of features and fixes Geary users have been asking for: > > * Multiple accounts! Check all your email accounts at once. > * Full conversations: see *all* the messages in a conversation, not just > the messages in the current folder. > * Mark as spam > * Display Gmail's "Important" folder > * New keyboard shortcuts for marking / starring messages > * And a bunch of stability and compatibility fixes > > But we know there are still bugs lurking. The more eyeballs the better! > If you could spend a little time running the latest version of Geary and > reporting bugs to us, that would be a huge help! > > To build from source, follow the instructions at http://redmine.yorba.org/ > **projects/geary/wiki/Wiki/edit?**section=5 > > Or, if you're running Ubuntu, install Geary from our Daily Build PPA: > https://launchpad.net/~yorba/+**archive/daily-builds/ > > To report bugs, go to our Redmine tracker at http://redmine.yorba.org/** > projects/geary You'll need an > account on our Redmine server. From there, click "New issue" to report a > bug. > > If you're worried about backing up your Geary database, copy the directory > at ~/.local/share/geary to some place safe while working on the newest > version. Note that, with the exception of unsent messages in your Outbox, > everything in Geary's database is available on your email server. However, > once you run the newest version, it will update your database and it can't > be reverted, meaning older versions of Geary will not be able to work with > it. A backup means you can go back to the old version of Geary, if you'd > like. (We hope you won't.) > > Thanks! > > -- Jim > > > ______________________________**_________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-**bin/mailman/listinfo/geary > From jim at yorba.org Fri Mar 15 18:45:08 2013 From: jim at yorba.org (Jim Nelson) Date: Fri, 15 Mar 2013 11:45:08 -0700 Subject: [Geary] Call for testing: Geary 0.3 In-Reply-To: References: <513fe751.aade320a.62c2.072c@mx.google.com> Message-ID: We expect Geary to be released in the next week or so. We can't guarantee that all the bugs will be fixed; rather, we'll traige as they come in and prioritize accordingly. -- Jim On Fri, Mar 15, 2013 at 7:09 AM, John Kim wrote: > Count me in on this. It's been so long since I volunteered for this > project. > > I've been playing around with geary, and I see some major improvements. > Will be reporting a bunch soon. > > When exactly will 0.3.3 be released? Also, what will the developers do > ASAP as the final bug reports for this version come in? > > Thanks, > > John > On Mar 12, 2013 7:41 PM, "Jim Nelson" wrote: > >> Hello everyone, >> >> We're brushing off the sawdust and taking down the scaffolding! Geary >> 0.3.0 will be released in the next week or so. This new version has a >> bunch of features and fixes Geary users have been asking for: >> >> * Multiple accounts! Check all your email accounts at once. >> * Full conversations: see *all* the messages in a conversation, not just >> the messages in the current folder. >> * Mark as spam >> * Display Gmail's "Important" folder >> * New keyboard shortcuts for marking / starring messages >> * And a bunch of stability and compatibility fixes >> >> But we know there are still bugs lurking. The more eyeballs the better! >> If you could spend a little time running the latest version of Geary and >> reporting bugs to us, that would be a huge help! >> >> To build from source, follow the instructions at >> http://redmine.yorba.org/**projects/geary/wiki/Wiki/edit?**section=5 >> >> Or, if you're running Ubuntu, install Geary from our Daily Build PPA: >> https://launchpad.net/~yorba/+**archive/daily-builds/ >> >> To report bugs, go to our Redmine tracker at http://redmine.yorba.org/** >> projects/geary You'll need an >> account on our Redmine server. From there, click "New issue" to report a >> bug. >> >> If you're worried about backing up your Geary database, copy the >> directory at ~/.local/share/geary to some place safe while working on the >> newest version. Note that, with the exception of unsent messages in your >> Outbox, everything in Geary's database is available on your email server. >> However, once you run the newest version, it will update your database and >> it can't be reverted, meaning older versions of Geary will not be able to >> work with it. A backup means you can go back to the old version of Geary, >> if you'd like. (We hope you won't.) >> >> Thanks! >> >> -- Jim >> >> >> ______________________________**_________________ >> Geary mailing list >> Geary at lists.yorba.org >> http://lists.yorba.org/cgi-**bin/mailman/listinfo/geary >> > From jim at yorba.org Fri Mar 15 19:14:03 2013 From: jim at yorba.org (Jim Nelson) Date: Fri, 15 Mar 2013 12:14:03 -0700 Subject: [Geary] Geary git crashes after importing mail In-Reply-To: <1363225091.28701.1.camel@localhost.localdomain> References: <5140dc42.41e1440a.4449.1773@mx.google.com> <1363225091.28701.1.camel@localhost.localdomain> Message-ID: Not at this point. I have a good idea of the problem and a solution, it's just a matter of coding and testing it against various IMAP servers. Thanks for the offer, though. -- Jim On Wed, Mar 13, 2013 at 6:38 PM, Michael George wrote: > I'm also getting hit by this bug. Would further logs be helpful? > > --Mike > > On Wed, 2013-03-13 at 16:06 -0400, Jim Nelson wrote: > > You've been hit by this bug: http://redmine.yorba.org/issues/5703 > > This is something we definitely want to fix in the next release! > > > > -- Jim > > > > On Wed, Mar 13, 2013 at 1:00 PM, Nathan Samson > > wrote: > > > > ERROR:/home/nathan/Documenten/bronnen/geary/src/engine/imap/transport/imap-mailbox.vala:79:geary_imap_mailbox_accumulate_email: > > > assertion failed: (uid != null) > > > > > > > > > geary -d --log-replay-queue > > > > > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: > > > "<01b001ce1dde$375fe620$a61fb26" > > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID > > > found: "0$@ > > > mailerser.com>" > > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: > > > "<01b001ce1dde$375fe620$a61fb26" > > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID > > > found: "0$@ > > > mailerser.com>" > > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID found: > > > "<01b001ce1dde$375fe620$a61fb26" > > > [deb] 20:58:39 rfc822-message-data.vala:71: Invalid Message-ID > > > found: "0$@ > > > mailerser.com>" > > > ** > > > > ERROR:/home/nathan/Documenten/bronnen/geary/src/engine/imap/transport/imap-mailbox.vala:79:geary_imap_mailbox_accumulate_email: > > > assertion failed: (uid != null) > > > Afgebroken (geheugendump gemaakt) > > > > > > > > > > > > Commit is 8b55c0debd1a84b88dd493dd199e4650c3993204 > > > > > > > > > Any other debug info needed? > > > _______________________________________________ > > > Geary mailing list > > > Geary at lists.yorba.org > > > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > > > > > _______________________________________________ > > Geary mailing list > > Geary at lists.yorba.org > > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > > > From thinkndev at gmail.com Fri Mar 15 21:22:02 2013 From: thinkndev at gmail.com (John Kim) Date: Fri, 15 Mar 2013 14:22:02 -0700 Subject: [Geary] How to identify duplicates when reporting? Message-ID: Hello, Before reporting bugs, I would like to make sure that I'm not reporting a duplicate. How can I be sure of this? The only option to find out so far is the search bar, but my choice of keywords might not appear in the potential duplicate bug report. Thanks, John Kim From jim at yorba.org Sat Mar 16 01:22:38 2013 From: jim at yorba.org (Jim Nelson) Date: Fri, 15 Mar 2013 18:22:38 -0700 Subject: [Geary] How to identify duplicates when reporting? In-Reply-To: References: Message-ID: Hi John, It's just a matter of doing some creative searches and trying synonyms for the same thing. Also make sure you tell Redmine to only search Issues, not changesets or wiki, to keep the result counts low. Sometimes it's just hard to find. Duplicates do serve a benefit in that if the next person searches for a similar term, they'll at least find the duplicate ticket and can then find the original. -- Jim On Fri, Mar 15, 2013 at 2:22 PM, John Kim wrote: > Hello, > > Before reporting bugs, I would like to make sure that I'm not reporting a > duplicate. How can I be sure of this? The only option to find out so far > is the search bar, but my choice of keywords might not appear in the > potential duplicate bug report. > > Thanks, > > John Kim > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > From rupert at primarycore.homelinux.net Sat Mar 16 14:12:04 2013 From: rupert at primarycore.homelinux.net (rupert) Date: Sun, 17 Mar 2013 01:12:04 +1100 Subject: [Geary] Please remove me Message-ID: Sent from my GT-N7105T on the Telstra 4G network From thinkndev at gmail.com Sat Mar 16 22:05:46 2013 From: thinkndev at gmail.com (John Kim) Date: Sat, 16 Mar 2013 15:05:46 -0700 Subject: [Geary] Reviewing patches. In-Reply-To: <5143d4e7.6783440a.6551.3411@mx.google.com> References: <5143d4e7.6783440a.6551.3411@mx.google.com> Message-ID: Hello, If there is one thing about development I want to understand, it's reviewing code or patches. I see that some issues are ready for review? Is anyone allowed to do the review, developer or contributor? If so, how can he apply the patch and test it? I'm interested in reviewing some issues, though I'm not sure of who gets to do it or what must be done. John From jim at yorba.org Mon Mar 18 17:40:48 2013 From: jim at yorba.org (Jim Nelson) Date: Mon, 18 Mar 2013 17:33:48 -0007 Subject: [Geary] Reviewing patches. In-Reply-To: References: <5143d4e7.6783440a.6551.3411@mx.google.com> Message-ID: <51475187.08c2440a.64f4.ffffb0b4@mx.google.com> Hi John, For most open-source projects, code review is done by the committers or core developers. ?That's true as well for Yorba's projects. If you're interested in contributing, I would recommend reading the following pages on our wiki: http://redmine.yorba.org/projects/yorba/wiki/ExternalContributors http://redmine.yorba.org/projects/yorba/wiki/CodingConventions http://redmine.yorba.org/projects/yorba/wiki/PatchSubmissionCodeReviews If you submit a patch, you'll go through our review process, but on the other side, as someone whose code is being reviewed. ?Still, it might give you an idea of the process and how we, at least, interpret it. -- Jim On Sat, Mar 16, 2013 at 3:05 PM, John Kim wrote: > Hello, > > If there is one thing about development I want to understand, it's > reviewing code or patches. I see that some issues are ready for > review? > Is anyone allowed to do the review, developer or contributor? If > so, how > can he apply the patch and test it? > > I'm interested in reviewing some issues, though I'm not sure of who > gets to > do it or what must be done. > > John > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > From chaz at yorba.org Wed Mar 20 02:36:02 2013 From: chaz at yorba.org (Charles Lindsay) Date: Tue, 19 Mar 2013 19:36:02 -0700 Subject: [Geary] Geary 0.3 released Message-ID: We at Yorba are pleased to announce the release of Geary 0.3. We're really excited about this release, which is jam packed with highly-anticipated features and bug fixes, including: * Support for multiple accounts (finally!) * A simple account editor * Basic full conversations (you can now see your own replies in conversations, etc.) * Some lightweight background downloading of messages to make Geary load even faster * Mark as spam/not spam * And many more features and significant bug fixes The Geary 0.3 tarball is available for download at ; Ubuntu Quantal and Precise users can get the latest version using our PPA . See Yorba?s wiki for information on building, running, and contributing to Geary. If you have any questions or comments about this release, please feel free to reply to this message. Cheers! Charles From thinkndev at gmail.com Wed Mar 20 04:18:17 2013 From: thinkndev at gmail.com (John Kim) Date: Tue, 19 Mar 2013 21:18:17 -0700 Subject: [Geary] Installing Daily Build in Ubuntu In-Reply-To: <5149385e.e787440a.7508.242d@mx.google.com> References: <5149385e.e787440a.7508.242d@mx.google.com> Message-ID: Sent mail with wrong email earlier. ---------- Forwarded message ---------- From: "John Kim" Date: Mar 19, 2013 9:17 PM Subject: Fwd: Installing Daily Build in Ubuntu To: "John Kim" Cc: ---------- Forwarded message ---------- From: John Kim Subject:Installing Daily Build in Ubuntu Date: Wed, 20 Mar 2013 04:05:50 -0007 To: Geary Hi, I had trouble getting the daily build. I followed Building and Running http://redmine.yorba.org/projects/geary/wiki in the Geary wiki, yet my geary in my raring computer continues to show, in its About version, 0.2.2+ trunk. On the command line, the package's version is the latest one, which is peculiar. Jim, I tried putting your suggested command on issue 6587 http://redmine.yorba.org/issues/6587, but it brought no output. I also cannot reorganize my accounts still. Does the valateam ppa (suggested by the wiki page) have the daily builds? I might as well build from source, since the ppa doesn't seem to have it. This may seem a little off topic. When it comes to packages and different package management, do you guys use two different package trackers, like Git and Launchpad, and maintain them simultaneously? How come I may be using version 0.2.2+ trunk from the valateam ppa? Thanks, John Kim From eric at yorba.org Wed Mar 20 04:47:38 2013 From: eric at yorba.org (Eric Gregory) Date: Tue, 19 Mar 2013 21:47:38 -0700 Subject: [Geary] Installing Daily Build in Ubuntu In-Reply-To: References: <5149385e.e787440a.7508.242d@mx.google.com> Message-ID: <71E3E908-EC2E-43C4-9CD3-8E3F2671010A@yorba.org> On Mar 19, 2013, at 9:18 PM, John Kim wrote: > Sent mail with wrong email earlier. > ---------- Forwarded message ---------- > From: "John Kim" > Date: Mar 19, 2013 9:17 PM > Subject: Fwd: Installing Daily Build in Ubuntu > To: "John Kim" > Cc: > > > > ---------- Forwarded message ---------- > > From: John Kim > Subject:Installing Daily Build in Ubuntu > Date: Wed, 20 Mar 2013 04:05:50 -0007 > To: Geary > > Hi, > > I had trouble getting the daily build. I followed Building and Running > http://redmine.yorba.org/projects/geary/wiki in the Geary wiki, yet my > geary in my raring computer continues to show, in its About version, 0.2.2+ > trunk. On the command line, the package's version is the latest one, which > is peculiar. > > Jim, I tried putting your suggested command on issue 6587 > http://redmine.yorba.org/issues/6587, but it brought no output. > > I also cannot reorganize my accounts still. Does the valateam ppa > (suggested by the wiki page) have the daily builds? I might as well build > from source, since the ppa doesn't seem to have it. > > This may seem a little off topic. When it comes to packages and different > package management, do you guys use two different package trackers, like > Git and Launchpad, and maintain them simultaneously? How come I may be > using version 0.2.2+ trunk from the valateam ppa? > > Thanks, > > John Kim John, Can you run the following command in a terminal and copy/paste the output here? apt-cache show geary Since Geary 0.3 is now out, I'd recommend installing that from our PPA. Just add ppa:yorba/ppa, refresh your packages, and update. See if that doesn't solve it. The valateam PPA is where you can find a build of the latest Vala compiler and related tools. If you want to try building Geary from source you can install valac from that PPA. As for Launchpad, they have a clever system that copies our git repo into a bzr repo on their server. Launchpad's daily build system is based on bzr, so it runs off of that copy. (I hope that makes sense.) - Eric From sil at kryogenix.org Wed Mar 20 14:41:49 2013 From: sil at kryogenix.org (Stuart Langridge) Date: Wed, 20 Mar 2013 14:41:49 +0000 Subject: [Geary] Geary 0.3 released In-Reply-To: References: Message-ID: Hooray, Geary 0.3, which I have just installed from Ubuntu. And it's very pretty, isn't it? I have a little moan and a bigger one, though. The little moan, and I know you guys are already on top of this, is that conversation view only shows messages that are in this folder. The bigger moan is this: I've taught gmail that my email address is sil at kryogenix.org. Note: this is not a google apps hosted account. It's a stock gmail account, but you can teach gmail "I have these other email addresses", and then gmail will send mail *from the other addresses* once you've verified it. Geary doesn't seem to know about this. That means that any mail I send from geary is from stuart.langridge at gmail.com rather than sil at kryogenix.org, which is unfortunately a total massive dealbreaker. Is there any way that I can teach Geary the same thing? sil On Wed, Mar 20, 2013 at 2:36 AM, Charles Lindsay wrote: > We at Yorba are pleased to announce the release of Geary 0.3. We're > really excited about this release, which is jam packed with > highly-anticipated features and bug fixes, including: > > * Support for multiple accounts (finally!) > * A simple account editor > * Basic full conversations (you can now see your own replies in > conversations, etc.) > * Some lightweight background downloading of messages to make Geary > load even faster > * Mark as spam/not spam > * And many more features and significant bug fixes > > The Geary 0.3 tarball is available for download at > ; Ubuntu > Quantal and Precise users can get the latest version using our PPA > . See Yorba?s wiki > for information on > building, running, and contributing to Geary. > > If you have any questions or comments about this release, please feel > free to reply to this message. > > > Cheers! > Charles > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > -- New Year's Day -- everything is in blossom! I feel about average. -- Kobayashi Issa From chaz at yorba.org Wed Mar 20 17:12:44 2013 From: chaz at yorba.org (Charles Lindsay) Date: Wed, 20 Mar 2013 17:05:44 -0007 Subject: [Geary] Geary 0.3 released In-Reply-To: References: Message-ID: <5149ee14.a401440a.6077.ffffd96e@mx.google.com> Thanks! A couple of notes: first, Geary now does pull in messages outside of the current folder for conversations. ?It's not the most robust algorithm yet, but it should show conversations including any direct replies and parents for any messages in the folder, regardless of what folder they're in. There's currently no way to associate other email addresses with an account. ?We've got a ticket for it here . On Wed, Mar 20, 2013 at 7:41 AM, Stuart Langridge wrote: > Hooray, Geary 0.3, which I have just installed from Ubuntu. And it's > very pretty, isn't it? > > I have a little moan and a bigger one, though. The little moan, and I > know you guys are already on top of this, is that conversation view > only shows messages that are in this folder. > > The bigger moan is this: I've taught gmail that my email address is > sil at kryogenix.org. Note: this is not a google apps hosted account. > It's a stock gmail account, but you can teach gmail "I have these > other email addresses", and then gmail will send mail *from the other > addresses* once you've verified it. Geary doesn't seem to know about > this. That means that any mail I send from geary is from > stuart.langridge at gmail.com rather than sil at kryogenix.org, which is > unfortunately a total massive dealbreaker. Is there any way that I > can teach Geary the same thing? > > sil > > > > > On Wed, Mar 20, 2013 at 2:36 AM, Charles Lindsay > wrote: >> We at Yorba are pleased to announce the release of Geary 0.3. ?We're >> really excited about this release, which is jam packed with >> highly-anticipated features and bug fixes, including: >> >> * Support for multiple accounts (finally!) >> * A simple account editor >> * Basic full conversations (you can now see your own replies in >> conversations, etc.) >> * Some lightweight background downloading of messages to make Geary >> load even faster >> * Mark as spam/not spam >> * And many more features and significant bug fixes >> >> The Geary 0.3 tarball is available for download at >> ; Ubuntu >> Quantal and Precise users can get the latest version using our PPA >> . ?See Yorba?s wiki >> for information on >> building, running, and contributing to Geary. >> >> If you have any questions or comments about this release, please feel >> free to reply to this message. >> >> >> Cheers! >> Charles >> _______________________________________________ >> Geary mailing list >> Geary at lists.yorba.org >> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary >> > > > > -- > New Year's Day -- > everything is in blossom! > I feel about average. > ?? -- Kobayashi Issa From sil at kryogenix.org Wed Mar 20 17:20:38 2013 From: sil at kryogenix.org (Stuart Langridge) Date: Wed, 20 Mar 2013 17:20:38 +0000 Subject: [Geary] Geary 0.3 released In-Reply-To: <5149ee14.a401440a.6077.ffffd96e@mx.google.com> References: <5149ee14.a401440a.6077.ffffd96e@mx.google.com> Message-ID: Hrm. Grouping doesn't seem to do what I'm expecting. I have a conversation with one message in the inbox and all the preceding conversation archived. Clicking All Mail correctly collects the whole conversation into one thing. Switching to the Inbox shows the one latest message all lonely by itself and doesn't show the preceding conversation at all. What information should I provide to help with this? I'm happy to try and give you data that'll help fix it :) (sad about the multiple email addresses point, but cool that you have an open bug! I shall try again in 0.4...) sil On Wed, Mar 20, 2013 at 5:12 PM, Charles Lindsay wrote: > Thanks! > > A couple of notes: first, Geary now does pull in messages outside of the > current folder for conversations. It's not the most robust algorithm yet, > but it should show conversations including any direct replies and parents > for any messages in the folder, regardless of what folder they're in. > > There's currently no way to associate other email addresses with an > account. We've got a ticket for it here < > http://redmine.yorba.org/issues/5964>. > > > On Wed, Mar 20, 2013 at 7:41 AM, Stuart Langridge > wrote: > > Hooray, Geary 0.3, which I have just installed from Ubuntu. And it's very > pretty, isn't it? > > I have a little moan and a bigger one, though. The little moan, and I know > you guys are already on top of this, is that conversation view only shows > messages that are in this folder. > > The bigger moan is this: I've taught gmail that my email address is > sil at kryogenix.org. Note: this is not a google apps hosted account. It's a > stock gmail account, but you can teach gmail "I have these other email > addresses", and then gmail will send mail *from the other addresses* once > you've verified it. Geary doesn't seem to know about this. That means that > any mail I send from geary is from stuart.langridge at gmail.com rather than > sil at kryogenix.org, which is unfortunately a total massive dealbreaker. Is > there any way that I can teach Geary the same thing? > > sil > > > > > On Wed, Mar 20, 2013 at 2:36 AM, Charles Lindsay wrote: > >> We at Yorba are pleased to announce the release of Geary 0.3. We're >> really excited about this release, which is jam packed with >> highly-anticipated features and bug fixes, including: >> >> * Support for multiple accounts (finally!) >> * A simple account editor >> * Basic full conversations (you can now see your own replies in >> conversations, etc.) >> * Some lightweight background downloading of messages to make Geary >> load even faster >> * Mark as spam/not spam >> * And many more features and significant bug fixes >> >> The Geary 0.3 tarball is available for download at >> ; Ubuntu >> Quantal and Precise users can get the latest version using our PPA >> . See Yorba?s wiki >> for information on >> building, running, and contributing to Geary. >> >> If you have any questions or comments about this release, please feel >> free to reply to this message. >> >> >> Cheers! >> Charles >> _______________________________________________ >> Geary mailing list >> Geary at lists.yorba.org >> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary >> > > > > -- > New Year's Day -- > everything is in blossom! > I feel about average. > -- Kobayashi Issa > > -- New Year's Day -- everything is in blossom! I feel about average. -- Kobayashi Issa From chaz at yorba.org Wed Mar 20 18:58:18 2013 From: chaz at yorba.org (Charles Lindsay) Date: Wed, 20 Mar 2013 18:51:18 -0007 Subject: [Geary] Geary 0.3 released In-Reply-To: References: <5149ee14.a401440a.6077.ffffd96e@mx.google.com> Message-ID: <514a06d2.8918420a.660a.ffffe637@mx.google.com> We know the algorithm used to group emails from other folders has some flaws -- for example, it can only scan for the Message-ID and In-Reply-To headers (omitting the more powerful References header), among other things. ?Apparently your case is one of the *relatively* few where it fails. Is it like that all the time for you, or are there other similar conversations where it seems to work as expected? On Wed, Mar 20, 2013 at 10:20 AM, Stuart Langridge wrote: > Hrm. Grouping doesn't seem to do what I'm expecting. I have a > conversation with one message in the inbox and all the preceding > conversation archived. Clicking All Mail correctly collects the whole > conversation into one thing. Switching to the Inbox shows the one > latest message all lonely by itself and doesn't show the preceding > conversation at all. What information should I provide to help with > this? I'm happy to try and give you data that'll help fix it :) > > (sad about the multiple email addresses point, but cool that you have > an open bug! I shall try again in 0.4...) > > sil > > > On Wed, Mar 20, 2013 at 5:12 PM, Charles Lindsay > wrote: >> Thanks! >> >> A couple of notes: first, Geary now does pull in messages outside of >> the current folder for conversations. ?It's not the most robust >> algorithm yet, but it should show conversations including any direct >> replies and parents for any messages in the folder, regardless of >> what folder they're in. >> >> There's currently no way to associate other email addresses with an >> account. ?We've got a ticket for it here >> . >> >> >> On Wed, Mar 20, 2013 at 7:41 AM, Stuart Langridge >> wrote: >>> Hooray, Geary 0.3, which I have just installed from Ubuntu. And >>> it's very pretty, isn't it? >>> >>> I have a little moan and a bigger one, though. The little moan, and >>> I know you guys are already on top of this, is that conversation >>> view only shows messages that are in this folder. >>> >>> The bigger moan is this: I've taught gmail that my email address is >>> sil at kryogenix.org. Note: this is not a google apps hosted account. >>> It's a stock gmail account, but you can teach gmail "I have these >>> other email addresses", and then gmail will send mail *from the >>> other addresses* once you've verified it. Geary doesn't seem to >>> know about this. That means that any mail I send from geary is from >>> stuart.langridge at gmail.com rather than sil at kryogenix.org, which is >>> unfortunately a total massive dealbreaker. Is there any way that I >>> can teach Geary the same thing? >>> >>> sil >>> >>> >>> >>> >>> On Wed, Mar 20, 2013 at 2:36 AM, Charles Lindsay >>> wrote: >>>> We at Yorba are pleased to announce the release of Geary 0.3. >>>> ?We're >>>> really excited about this release, which is jam packed with >>>> highly-anticipated features and bug fixes, including: >>>> >>>> * Support for multiple accounts (finally!) >>>> * A simple account editor >>>> * Basic full conversations (you can now see your own replies in >>>> conversations, etc.) >>>> * Some lightweight background downloading of messages to make Geary >>>> load even faster >>>> * Mark as spam/not spam >>>> * And many more features and significant bug fixes >>>> >>>> The Geary 0.3 tarball is available for download at >>>> ; Ubuntu >>>> Quantal and Precise users can get the latest version using our PPA >>>> . ?See Yorba?s wiki >>>> for information on >>>> building, running, and contributing to Geary. >>>> >>>> If you have any questions or comments about this release, please >>>> feel >>>> free to reply to this message. >>>> >>>> >>>> Cheers! >>>> Charles >>>> _______________________________________________ >>>> Geary mailing list >>>> Geary at lists.yorba.org >>>> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary >>>> >>> >>> >>> >>> -- >>> New Year's Day -- >>> everything is in blossom! >>> I feel about average. >>> ?? -- Kobayashi Issa >>> >> > > > > -- > New Year's Day -- > everything is in blossom! > I feel about average. > ?? -- Kobayashi Issa From sil at kryogenix.org Wed Mar 20 19:21:39 2013 From: sil at kryogenix.org (Stuart Langridge) Date: Wed, 20 Mar 2013 19:21:39 +0000 Subject: [Geary] Geary 0.3 released In-Reply-To: <514a06d2.8918420a.660a.ffffe637@mx.google.com> References: <5149ee14.a401440a.6077.ffffd96e@mx.google.com> <514a06d2.8918420a.660a.ffffe637@mx.google.com> Message-ID: I've found one single conversation where I can view a mail in my inbox and it retrieves a previous message from that conversation (although not *all* previous messages from that conversation). Every other one (including this one that we're having!) shows only the most recent mail in the inbox and doesn't show any of the previous ones at all :( sil On Wed, Mar 20, 2013 at 6:58 PM, Charles Lindsay wrote: > We know the algorithm used to group emails from other folders has some > flaws -- for example, it can only scan for the Message-ID and In-Reply-To > headers (omitting the more powerful References header), among other things. > Apparently your case is one of the *relatively* few where it fails. > > Is it like that all the time for you, or are there other similar > conversations where it seems to work as expected? > > > On Wed, Mar 20, 2013 at 10:20 AM, Stuart Langridge > wrote: > > Hrm. Grouping doesn't seem to do what I'm expecting. I have a conversation > with one message in the inbox and all the preceding conversation archived. > Clicking All Mail correctly collects the whole conversation into one thing. > Switching to the Inbox shows the one latest message all lonely by itself > and doesn't show the preceding conversation at all. What information should > I provide to help with this? I'm happy to try and give you data that'll > help fix it :) > > (sad about the multiple email addresses point, but cool that you have an > open bug! I shall try again in 0.4...) > > sil > > > On Wed, Mar 20, 2013 at 5:12 PM, Charles Lindsay wrote: > >> Thanks! >> >> A couple of notes: first, Geary now does pull in messages outside of the >> current folder for conversations. It's not the most robust algorithm yet, >> but it should show conversations including any direct replies and parents >> for any messages in the folder, regardless of what folder they're in. >> >> There's currently no way to associate other email addresses with an >> account. We've got a ticket for it here < >> http://redmine.yorba.org/issues/5964>. >> >> >> On Wed, Mar 20, 2013 at 7:41 AM, Stuart Langridge >> wrote: >> >> Hooray, Geary 0.3, which I have just installed from Ubuntu. And it's very >> pretty, isn't it? >> >> I have a little moan and a bigger one, though. The little moan, and I >> know you guys are already on top of this, is that conversation view only >> shows messages that are in this folder. >> >> The bigger moan is this: I've taught gmail that my email address is >> sil at kryogenix.org. Note: this is not a google apps hosted account. It's >> a stock gmail account, but you can teach gmail "I have these other email >> addresses", and then gmail will send mail *from the other addresses* once >> you've verified it. Geary doesn't seem to know about this. That means that >> any mail I send from geary is from stuart.langridge at gmail.com rather >> than sil at kryogenix.org, which is unfortunately a total massive >> dealbreaker. Is there any way that I can teach Geary the same thing? >> >> sil >> >> >> >> >> On Wed, Mar 20, 2013 at 2:36 AM, Charles Lindsay wrote: >> >>> We at Yorba are pleased to announce the release of Geary 0.3. We're >>> really excited about this release, which is jam packed with >>> highly-anticipated features and bug fixes, including: >>> >>> * Support for multiple accounts (finally!) >>> * A simple account editor >>> * Basic full conversations (you can now see your own replies in >>> conversations, etc.) >>> * Some lightweight background downloading of messages to make Geary >>> load even faster >>> * Mark as spam/not spam >>> * And many more features and significant bug fixes >>> >>> The Geary 0.3 tarball is available for download at >>> ; Ubuntu >>> Quantal and Precise users can get the latest version using our PPA >>> . See Yorba?s wiki >>> for information on >>> building, running, and contributing to Geary. >>> >>> If you have any questions or comments about this release, please feel >>> free to reply to this message. >>> >>> >>> Cheers! >>> Charles >>> _______________________________________________ >>> Geary mailing list >>> Geary at lists.yorba.org >>> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary >>> >> >> >> >> -- >> New Year's Day -- >> everything is in blossom! >> I feel about average. >> -- Kobayashi Issa >> >> > > > -- > New Year's Day -- > everything is in blossom! > I feel about average. > -- Kobayashi Issa > > -- New Year's Day -- everything is in blossom! I feel about average. -- Kobayashi Issa From chaz at yorba.org Wed Mar 20 20:08:49 2013 From: chaz at yorba.org (Charles Lindsay) Date: Wed, 20 Mar 2013 20:01:49 -0007 Subject: [Geary] Geary 0.3 released In-Reply-To: References: <5149ee14.a401440a.6077.ffffd96e@mx.google.com> <514a06d2.8918420a.660a.ffffe637@mx.google.com> Message-ID: <514a1753.080e430a.1bda.ffffef3a@mx.google.com> Interesting. ?What mail server are you on, Gmail, Yahoo, or something else? If you'd like to send us the source of a couple emails you'd expect to be grouped as a conversation, we'd be happy to take a look and see if we can figure out what's going on. ?You can mail them to geary at yorba.org, our internal Geary team address. ?(I suppose there's not a lot of private information in this conversation, for example, but I believe our public mailing list strips attachments anyway.) On Wed, Mar 20, 2013 at 12:21 PM, Stuart Langridge wrote: > I've found one single conversation where I can view a mail in my > inbox and it retrieves a previous message from that conversation > (although not *all* previous messages from that conversation). Every > other one (including this one that we're having!) shows only the most > recent mail in the inbox and doesn't show any of the previous ones at > all :( > > sil > > > On Wed, Mar 20, 2013 at 6:58 PM, Charles Lindsay > wrote: >> We know the algorithm used to group emails from other folders has >> some flaws -- for example, it can only scan for the Message-ID and >> In-Reply-To headers (omitting the more powerful References header), >> among other things. ?Apparently your case is one of the >> *relatively* few where it fails. >> >> Is it like that all the time for you, or are there other similar >> conversations where it seems to work as expected? >> >> >> On Wed, Mar 20, 2013 at 10:20 AM, Stuart Langridge >> wrote: >>> Hrm. Grouping doesn't seem to do what I'm expecting. I have a >>> conversation with one message in the inbox and all the preceding >>> conversation archived. Clicking All Mail correctly collects the >>> whole conversation into one thing. Switching to the Inbox shows the >>> one latest message all lonely by itself and doesn't show the >>> preceding conversation at all. What information should I provide to >>> help with this? I'm happy to try and give you data that'll help fix >>> it :) >>> >>> (sad about the multiple email addresses point, but cool that you >>> have an open bug! I shall try again in 0.4...) >>> >>> sil >>> >>> >>> On Wed, Mar 20, 2013 at 5:12 PM, Charles Lindsay >>> wrote: >>>> Thanks! >>>> >>>> A couple of notes: first, Geary now does pull in messages outside >>>> of the current folder for conversations. ?It's not the most >>>> robust algorithm yet, but it should show conversations including >>>> any direct replies and parents for any messages in the folder, >>>> regardless of what folder they're in. >>>> >>>> There's currently no way to associate other email addresses with >>>> an account. ?We've got a ticket for it here >>>> . >>>> >>>> >>>> On Wed, Mar 20, 2013 at 7:41 AM, Stuart Langridge >>>> wrote: >>>>> Hooray, Geary 0.3, which I have just installed from Ubuntu. And >>>>> it's very pretty, isn't it? >>>>> >>>>> I have a little moan and a bigger one, though. The little moan, >>>>> and I know you guys are already on top of this, is that >>>>> conversation view only shows messages that are in this folder. >>>>> >>>>> The bigger moan is this: I've taught gmail that my email address >>>>> is sil at kryogenix.org. Note: this is not a google apps hosted >>>>> account. It's a stock gmail account, but you can teach gmail "I >>>>> have these other email addresses", and then gmail will send mail >>>>> *from the other addresses* once you've verified it. Geary doesn't >>>>> seem to know about this. That means that any mail I send from >>>>> geary is from stuart.langridge at gmail.com rather than >>>>> sil at kryogenix.org, which is unfortunately a total massive >>>>> dealbreaker. Is there any way that I can teach Geary the same >>>>> thing? >>>>> >>>>> sil >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Mar 20, 2013 at 2:36 AM, Charles Lindsay >>>>> wrote: >>>>>> We at Yorba are pleased to announce the release of Geary 0.3. >>>>>> ?We're >>>>>> really excited about this release, which is jam packed with >>>>>> highly-anticipated features and bug fixes, including: >>>>>> >>>>>> * Support for multiple accounts (finally!) >>>>>> * A simple account editor >>>>>> * Basic full conversations (you can now see your own replies in >>>>>> conversations, etc.) >>>>>> * Some lightweight background downloading of messages to make >>>>>> Geary >>>>>> load even faster >>>>>> * Mark as spam/not spam >>>>>> * And many more features and significant bug fixes >>>>>> >>>>>> The Geary 0.3 tarball is available for download at >>>>>> ; Ubuntu >>>>>> Quantal and Precise users can get the latest version using our >>>>>> PPA >>>>>> . ?See Yorba?s wiki >>>>>> for information on >>>>>> building, running, and contributing to Geary. >>>>>> >>>>>> If you have any questions or comments about this release, please >>>>>> feel >>>>>> free to reply to this message. >>>>>> >>>>>> >>>>>> Cheers! >>>>>> Charles >>>>>> _______________________________________________ >>>>>> Geary mailing list >>>>>> Geary at lists.yorba.org >>>>>> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> New Year's Day -- >>>>> everything is in blossom! >>>>> I feel about average. >>>>> ?? -- Kobayashi Issa >>>>> >>>> >>> >>> >>> >>> -- >>> New Year's Day -- >>> everything is in blossom! >>> I feel about average. >>> ?? -- Kobayashi Issa >>> >> > > > > -- > New Year's Day -- > everything is in blossom! > I feel about average. > ?? -- Kobayashi Issa From sil at kryogenix.org Wed Mar 20 20:50:07 2013 From: sil at kryogenix.org (Stuart Langridge) Date: Wed, 20 Mar 2013 20:50:07 +0000 Subject: [Geary] Geary 0.3 released In-Reply-To: <514a1753.080e430a.1bda.ffffef3a@mx.google.com> References: <5149ee14.a401440a.6077.ffffd96e@mx.google.com> <514a06d2.8918420a.660a.ffffe637@mx.google.com> <514a1753.080e430a.1bda.ffffef3a@mx.google.com> Message-ID: Mail sent to geary at yorba.org. As you'll see, I'm using gmail... sil On Wed, Mar 20, 2013 at 8:08 PM, Charles Lindsay wrote: > Interesting. What mail server are you on, Gmail, Yahoo, or something else? > > If you'd like to send us the source of a couple emails you'd expect to be > grouped as a conversation, we'd be happy to take a look and see if we can > figure out what's going on. You can mail them to geary at yorba.org, our > internal Geary team address. (I suppose there's not a lot of private > information in this conversation, for example, but I believe our public > mailing list strips attachments anyway.) > > > On Wed, Mar 20, 2013 at 12:21 PM, Stuart Langridge > wrote: > > I've found one single conversation where I can view a mail in my inbox and > it retrieves a previous message from that conversation (although not *all* > previous messages from that conversation). Every other one (including this > one that we're having!) shows only the most recent mail in the inbox and > doesn't show any of the previous ones at all :( > > sil > > > On Wed, Mar 20, 2013 at 6:58 PM, Charles Lindsay wrote: > >> We know the algorithm used to group emails from other folders has some >> flaws -- for example, it can only scan for the Message-ID and In-Reply-To >> headers (omitting the more powerful References header), among other things. >> Apparently your case is one of the *relatively* few where it fails. >> >> Is it like that all the time for you, or are there other similar >> conversations where it seems to work as expected? >> >> >> On Wed, Mar 20, 2013 at 10:20 AM, Stuart Langridge >> wrote: >> >> Hrm. Grouping doesn't seem to do what I'm expecting. I have a >> conversation with one message in the inbox and all the preceding >> conversation archived. Clicking All Mail correctly collects the whole >> conversation into one thing. Switching to the Inbox shows the one latest >> message all lonely by itself and doesn't show the preceding conversation at >> all. What information should I provide to help with this? I'm happy to try >> and give you data that'll help fix it :) >> >> (sad about the multiple email addresses point, but cool that you have an >> open bug! I shall try again in 0.4...) >> >> sil >> >> >> On Wed, Mar 20, 2013 at 5:12 PM, Charles Lindsay wrote: >> >>> Thanks! >>> >>> A couple of notes: first, Geary now does pull in messages outside of the >>> current folder for conversations. It's not the most robust algorithm yet, >>> but it should show conversations including any direct replies and parents >>> for any messages in the folder, regardless of what folder they're in. >>> >>> There's currently no way to associate other email addresses with an >>> account. We've got a ticket for it here < >>> http://redmine.yorba.org/issues/5964>. >>> >>> >>> On Wed, Mar 20, 2013 at 7:41 AM, Stuart Langridge >>> wrote: >>> >>> Hooray, Geary 0.3, which I have just installed from Ubuntu. And it's >>> very pretty, isn't it? >>> >>> I have a little moan and a bigger one, though. The little moan, and I >>> know you guys are already on top of this, is that conversation view only >>> shows messages that are in this folder. >>> >>> The bigger moan is this: I've taught gmail that my email address is >>> sil at kryogenix.org. Note: this is not a google apps hosted account. It's >>> a stock gmail account, but you can teach gmail "I have these other email >>> addresses", and then gmail will send mail *from the other addresses* once >>> you've verified it. Geary doesn't seem to know about this. That means that >>> any mail I send from geary is from stuart.langridge at gmail.com rather >>> than sil at kryogenix.org, which is unfortunately a total massive >>> dealbreaker. Is there any way that I can teach Geary the same thing? >>> >>> sil >>> >>> >>> >>> >>> On Wed, Mar 20, 2013 at 2:36 AM, Charles Lindsay wrote: >>> >>>> We at Yorba are pleased to announce the release of Geary 0.3. We're >>>> really excited about this release, which is jam packed with >>>> highly-anticipated features and bug fixes, including: >>>> >>>> * Support for multiple accounts (finally!) >>>> * A simple account editor >>>> * Basic full conversations (you can now see your own replies in >>>> conversations, etc.) >>>> * Some lightweight background downloading of messages to make Geary >>>> load even faster >>>> * Mark as spam/not spam >>>> * And many more features and significant bug fixes >>>> >>>> The Geary 0.3 tarball is available for download at >>>> ; Ubuntu >>>> Quantal and Precise users can get the latest version using our PPA >>>> . See Yorba?s wiki >>>> for information on >>>> building, running, and contributing to Geary. >>>> >>>> If you have any questions or comments about this release, please feel >>>> free to reply to this message. >>>> >>>> >>>> Cheers! >>>> Charles >>>> _______________________________________________ >>>> Geary mailing list >>>> Geary at lists.yorba.org >>>> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary >>>> >>> >>> >>> >>> -- >>> New Year's Day -- >>> everything is in blossom! >>> I feel about average. >>> -- Kobayashi Issa >>> >>> >> >> >> -- >> New Year's Day -- >> everything is in blossom! >> I feel about average. >> -- Kobayashi Issa >> >> > > > -- > New Year's Day -- > everything is in blossom! > I feel about average. > -- Kobayashi Issa > > -- New Year's Day -- everything is in blossom! I feel about average. -- Kobayashi Issa From tommost at gmail.com Thu Mar 21 03:55:40 2013 From: tommost at gmail.com (Tom Most) Date: Thu, 21 Mar 2013 03:48:40 -0007 Subject: [Geary] Geary consuming lots of CPU, memory Message-ID: <514a84c2.106e420a.19ee.44dd@mx.google.com> My Geary seems to be consuming all of my CPU (100%+ on my dual-core system) and a somewhat excessive amount of memory (710M resident). ?It's still running, and apparently functioning normally aside from the above. The platform is 32-bit Arch Linux. ?This is a build from git commit a87528f9dadf346a89a871f0f1a4f5f9069eb586. > ./geary --version geary 0.3.0pr1+trunk It's connected to a single GMail account, looking at the inbox, with two (one by the time you get this) compose windows open. ?Is there anything I can do to the running process to diagnose this issue? ?Tom From rcares at gmail.com Thu Mar 21 13:00:12 2013 From: rcares at gmail.com (Rodrigo Cares) Date: Thu, 21 Mar 2013 10:00:12 -0300 Subject: [Geary] Geary consuming lots of CPU, memory In-Reply-To: <514a84c2.106e420a.19ee.44dd@mx.google.com> References: <514a84c2.106e420a.19ee.44dd@mx.google.com> Message-ID: <1363870812.1340.20.camel@max.valdivia.telsur.cl> Hi, Here the same problem on archlinux. $ geary --version geary 0.3.0 Regards -- Rodrigo Cares El jue, 21-03-2013 a las 03:48 -0007, Tom Most escribi?: > My Geary seems to be consuming all of my CPU (100%+ on my dual-core > system) and a somewhat excessive amount of memory (710M resident). > It's still running, and apparently functioning normally aside from > the above. > > The platform is 32-bit Arch Linux. This is a build from git commit > a87528f9dadf346a89a871f0f1a4f5f9069eb586. > > > ./geary --version > geary 0.3.0pr1+trunk > > It's connected to a single GMail account, looking at the inbox, with > two (one by the time you get this) compose windows open. Is there > anything I can do to the running process to diagnose this issue? > > ?Tom > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary From moritz.kiefer at gmail.com Thu Mar 21 16:04:47 2013 From: moritz.kiefer at gmail.com (Moritz Kiefer) Date: Thu, 21 Mar 2013 16:05:47 +0001 Subject: [Geary] Password saving Message-ID: <514b2fb0.46000e0a.7e79.ffffb88e@mx.google.com> Hi, I'm using Geary on Archlinux 64bit. It's great, but I have one really annoying problem: Password saving does not work. As I'm not using gnome I thought it might be related to gnome-keyring-daemon not running and I started it manually with "gnome-keyring-daemon -s -f". This seems to work fine. Here the output: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ixzdLR SSH_AUTH_SOCK=/run/user/1000/keyring-ixzdLR/ssh GPG_AGENT_INFO=/run/user/1000/keyring-ixzdLR/gpg:0:1 However Geary is still unable to read and save passwords. On startup, I get this error: [deb] 16:58:42 gnome-keyring-mediator.vala:36: Unable to fetch password in GNOME keyring: GNOME_KEYRING_RESULT_NO_MATCH After I enter the password, I get this error: [deb] 16:58:51 gnome-keyring-mediator.vala:49: Unable to store password in GNOME keyring: GNOME_KEYRING_RESULT_CANCELLED I'm not sure if this is a bug in Geary or in my setup and how to fix this, so it would be great if you could help me. Cheers Moritz From tommost at gmail.com Thu Mar 21 17:55:49 2013 From: tommost at gmail.com (Tom Most) Date: Thu, 21 Mar 2013 10:55:49 -0700 Subject: [Geary] Geary consuming lots of CPU, memory In-Reply-To: <1363870812.1340.20.camel@max.valdivia.telsur.cl> References: <514a84c2.106e420a.19ee.44dd@mx.google.com> <1363870812.1340.20.camel@max.valdivia.telsur.cl> Message-ID: Mine eventually failed an allocation and died (SIGABRT). I notice that my geary.db file is now several hundred megabytes. What was it doing, downloading all of my archived e-mail? ?Tom On Thu, Mar 21, 2013 at 6:00 AM, Rodrigo Cares wrote: > Hi, > > Here the same problem on archlinux. > $ geary --version > geary 0.3.0 > > Regards > -- > Rodrigo Cares > > El jue, 21-03-2013 a las 03:48 -0007, Tom Most escribi?: > > My Geary seems to be consuming all of my CPU (100%+ on my dual-core > > system) and a somewhat excessive amount of memory (710M resident). > > It's still running, and apparently functioning normally aside from > > the above. > > > > The platform is 32-bit Arch Linux. This is a build from git commit > > a87528f9dadf346a89a871f0f1a4f5f9069eb586. > > > > > ./geary --version > > geary 0.3.0pr1+trunk > > > > It's connected to a single GMail account, looking at the inbox, with > > two (one by the time you get this) compose windows open. Is there > > anything I can do to the running process to diagnose this issue? > > > > ?Tom > > _______________________________________________ > > Geary mailing list > > Geary at lists.yorba.org > > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > > From chaz at yorba.org Thu Mar 21 18:47:35 2013 From: chaz at yorba.org (Charles Lindsay) Date: Thu, 21 Mar 2013 18:40:35 -0007 Subject: [Geary] Geary consuming lots of CPU, memory In-Reply-To: References: <514a84c2.106e420a.19ee.44dd@mx.google.com> <1363870812.1340.20.camel@max.valdivia.telsur.cl> Message-ID: <514b55ca.4f79420a.02e7.1821@mx.google.com> Geary currently is a little too aggressive with its CPU usage. ?I believe it's because we're trying too hard to make sure the local database is in sync with the server, something IMAP makes somewhat difficult unfortunately. ?This is ticketed at if you'd like to track its progress. ?It's something we'd like to take care of very soon. As to the memory usage, we've known about a memory leak for a while, and have recently traced much of the issue down to bugs in Vala and its libraries. ?This is ticketed at , and of course we'd also like to knock this out as soon as possible. The database size is due to Geary downloading some emails in the background. ?Geary now has a configurable amount of time in the past it downloads messages to have local copies for fast access. ?There's currently no way to tell Geary to discard email that's older than the date it tries to keep locally (Geary won't delete any local messages currently); that's ticketed at . ?Also, it might be bigger than you expect because it's storing attachments and some other metadata as well as the messages themselves. Sorry I can't offer any specific help! ?We're working on fixing these issues as soon as we can. ?Thanks for your patience. Charles On Thu, Mar 21, 2013 at 10:55 AM, Tom Most wrote: > Mine eventually failed an allocation and died (SIGABRT). I notice > that my > geary.db file is now several hundred megabytes. What was it doing, > downloading all of my archived e-mail? > > ?Tom > > On Thu, Mar 21, 2013 at 6:00 AM, Rodrigo Cares > wrote: > >> Hi, >> >> Here the same problem on archlinux. >> $ geary --version >> geary 0.3.0 >> >> Regards >> -- >> Rodrigo Cares >> >> El jue, 21-03-2013 a las 03:48 -0007, Tom Most escribi?: >> > My Geary seems to be consuming all of my CPU (100%+ on my >> dual-core >> > system) and a somewhat excessive amount of memory (710M resident). >> > It's still running, and apparently functioning normally aside >> from >> > the above. >> > >> > The platform is 32-bit Arch Linux. This is a build from git >> commit >> > a87528f9dadf346a89a871f0f1a4f5f9069eb586. >> > >> > > ./geary --version >> > geary 0.3.0pr1+trunk >> > >> > It's connected to a single GMail account, looking at the inbox, >> with >> > two (one by the time you get this) compose windows open. Is there >> > anything I can do to the running process to diagnose this issue? >> > >> > ?Tom >> > _______________________________________________ >> > Geary mailing list >> > Geary at lists.yorba.org >> > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary >> >> >> > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > From chaz at yorba.org Thu Mar 21 19:01:18 2013 From: chaz at yorba.org (Charles Lindsay) Date: Thu, 21 Mar 2013 18:54:18 -0007 Subject: [Geary] Password saving In-Reply-To: <514b2fb0.46000e0a.7e79.ffffb88e@mx.google.com> References: <514b2fb0.46000e0a.7e79.ffffb88e@mx.google.com> Message-ID: <514b5900.ca10440a.751f.1ab8@mx.google.com> Geary more or less targets the GNOME desktop, hence the dependency on its keyring. ?I'm afraid if you aren't running the GNOME services there's not much we can do to help. ?What DE are you using? I'm not 100% sure why it doesn't work when you run the daemon manually. ?I believe the keyring API simply turns around and makes calls on DBUS, where the keyring service is supposed to be listening. ?I'm not sure how specifically gnome-keyring-daemon fits into that puzzle, but the man page doesn't mention anything about DBUS, and neither does the output you pasted. Cheers, Charles On Thu, Mar 21, 2013 at 9:04 AM, Moritz Kiefer wrote: > Hi, > I'm using Geary on Archlinux 64bit. It's great, but I have one really > annoying problem: Password saving does not work. As I'm not using > gnome I thought it might be related to gnome-keyring-daemon not > running and I started it manually with "gnome-keyring-daemon -s -f". > This seems to work fine. > Here the output: > GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ixzdLR > SSH_AUTH_SOCK=/run/user/1000/keyring-ixzdLR/ssh > GPG_AGENT_INFO=/run/user/1000/keyring-ixzdLR/gpg:0:1 > However Geary is still unable to read and save passwords. > On startup, I get this error: > [deb] 16:58:42 gnome-keyring-mediator.vala:36: Unable to fetch > password in GNOME keyring: GNOME_KEYRING_RESULT_NO_MATCH > After I enter the password, I get this error: > [deb] 16:58:51 gnome-keyring-mediator.vala:49: Unable to store > password in GNOME keyring: GNOME_KEYRING_RESULT_CANCELLED > I'm not sure if this is a bug in Geary or in my setup and how to fix > this, so it would be great if you could help me. > Cheers > Moritz > > > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary From moritz.kiefer at gmail.com Thu Mar 21 19:04:46 2013 From: moritz.kiefer at gmail.com (Moritz Kiefer) Date: Thu, 21 Mar 2013 19:05:46 +0001 Subject: [Geary] Password saving In-Reply-To: <514b5900.ca10440a.751f.1ab8@mx.google.com> References: <514b2fb0.46000e0a.7e79.ffffb88e@mx.google.com> <514b5900.ca10440a.751f.1ab8@mx.google.com> Message-ID: <514b5a0c.83040e0a.1024.fffff47b@mx.google.com> I'm not using a DE, only Awesome WM. If there's any other information I can provide to you to help debug this, just tell me which one. Am Do, 21. M?r, 2013 um 8:01 ,Charles Lindsay schrieb: > Geary more or less targets the GNOME desktop, hence the dependency on > its keyring. ?I'm afraid if you aren't running the GNOME services > there's not much we can do to help. ?What DE are you using? > > I'm not 100% sure why it doesn't work when you run the daemon > manually. ?I believe the keyring API simply turns around and makes > calls on DBUS, where the keyring service is supposed to be listening. > ?I'm not sure how specifically gnome-keyring-daemon fits into that > puzzle, but the man page doesn't mention anything about DBUS, and > neither does the output you pasted. > > > Cheers, > Charles > > > On Thu, Mar 21, 2013 at 9:04 AM, Moritz Kiefer > wrote: >> Hi, >> I'm using Geary on Archlinux 64bit. It's great, but I have one >> really annoying problem: Password saving does not work. As I'm not >> using gnome I thought it might be related to gnome-keyring-daemon >> not running and I started it manually with "gnome-keyring-daemon -s >> -f". This seems to work fine. >> Here the output: >> GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ixzdLR >> SSH_AUTH_SOCK=/run/user/1000/keyring-ixzdLR/ssh >> GPG_AGENT_INFO=/run/user/1000/keyring-ixzdLR/gpg:0:1 >> However Geary is still unable to read and save passwords. >> On startup, I get this error: >> [deb] 16:58:42 gnome-keyring-mediator.vala:36: Unable to fetch >> password in GNOME keyring: GNOME_KEYRING_RESULT_NO_MATCH >> After I enter the password, I get this error: >> [deb] 16:58:51 gnome-keyring-mediator.vala:49: Unable to store >> password in GNOME keyring: GNOME_KEYRING_RESULT_CANCELLED >> I'm not sure if this is a bug in Geary or in my setup and how to fix >> this, so it would be great if you could help me. >> Cheers >> Moritz >> >> >> _______________________________________________ >> Geary mailing list >> Geary at lists.yorba.org >> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary From tc at tnktp.com Thu Mar 21 19:32:31 2013 From: tc at tnktp.com (TC Meggs) Date: Thu, 21 Mar 2013 15:32:31 -0400 Subject: [Geary] Geary consuming lots of CPU, memory In-Reply-To: <514b55ca.4f79420a.02e7.1821@mx.google.com> References: <514a84c2.106e420a.19ee.44dd@mx.google.com> <1363870812.1340.20.camel@max.valdivia.telsur.cl> <514b55ca.4f79420a.02e7.1821@mx.google.com> Message-ID: I also stopped running it yesterday after a recent build because of sustained system load. On Thu, Mar 21, 2013 at 2:47 PM, Charles Lindsay wrote: > Geary currently is a little too aggressive with its CPU usage. I believe > it's because we're trying too hard to make sure the local database is in > sync with the server, something IMAP makes somewhat difficult > unfortunately. This is ticketed at issues/6602 > if you'd like to > track its progress. It's something we'd like to take care of very soon. > > As to the memory usage, we've known about a memory leak for a while, and > have recently traced much of the issue down to bugs in Vala and its > libraries. This is ticketed at >, > and of course we'd also like to knock this out as soon as possible. > > The database size is due to Geary downloading some emails in the > background. Geary now has a configurable amount of time in the past it > downloads messages to have local copies for fast access. There's currently > no way to tell Geary to discard email that's older than the date it tries > to keep locally (Geary won't delete any local messages currently); that's > ticketed at >. > Also, it might be bigger than you expect because it's storing attachments > and some other metadata as well as the messages themselves. > > Sorry I can't offer any specific help! We're working on fixing these > issues as soon as we can. Thanks for your patience. > > > Charles > > > > On Thu, Mar 21, 2013 at 10:55 AM, Tom Most wrote: > >> Mine eventually failed an allocation and died (SIGABRT). I notice that my >> geary.db file is now several hundred megabytes. What was it doing, >> downloading all of my archived e-mail? >> >> ?Tom >> >> On Thu, Mar 21, 2013 at 6:00 AM, Rodrigo Cares wrote: >> >> Hi, >>> >>> Here the same problem on archlinux. >>> $ geary --version >>> geary 0.3.0 >>> >>> Regards >>> -- >>> Rodrigo Cares >>> >>> El jue, 21-03-2013 a las 03:48 -0007, Tom Most escribi?: >>> > My Geary seems to be consuming all of my CPU (100%+ on my dual-core >>> > system) and a somewhat excessive amount of memory (710M resident). >>> > It's still running, and apparently functioning normally aside from >>> > the above. >>> > >>> > The platform is 32-bit Arch Linux. This is a build from git commit >>> > a87528f9dadf346a89a871f0f1a4f5**f9069eb586. >>> > >>> > > ./geary --version >>> > geary 0.3.0pr1+trunk >>> > >>> > It's connected to a single GMail account, looking at the inbox, with >>> > two (one by the time you get this) compose windows open. Is there >>> > anything I can do to the running process to diagnose this issue? >>> > >>> > ?Tom >>> > ______________________________**_________________ >>> > Geary mailing list >>> > Geary at lists.yorba.org >>> > http://lists.yorba.org/cgi-**bin/mailman/listinfo/geary >>> >>> >>> >>> ______________________________**_________________ >> Geary mailing list >> Geary at lists.yorba.org >> http://lists.yorba.org/cgi-**bin/mailman/listinfo/geary >> >> ______________________________**_________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-**bin/mailman/listinfo/geary > From chaz at yorba.org Thu Mar 21 19:36:51 2013 From: chaz at yorba.org (Charles Lindsay) Date: Thu, 21 Mar 2013 19:29:51 -0007 Subject: [Geary] Password saving In-Reply-To: <514b5a0c.83040e0a.1024.fffff47b@mx.google.com> References: <514b2fb0.46000e0a.7e79.ffffb88e@mx.google.com> <514b5900.ca10440a.751f.1ab8@mx.google.com> <514b5a0c.83040e0a.1024.fffff47b@mx.google.com> Message-ID: <514b6155.a1fd440a.7596.1aa9@mx.google.com> I'm afraid bare Awesome isn't an environment we can support. ?You might try installing various GNOME infrastructure packages and seeing if you can get it to work. ?It's been a long time since I ran Arch, but I'm sure the necessary GNOME packages are in there somewhere. Let us know if you figure out what the requirements are! Cheers, Charles On Thu, Mar 21, 2013 at 12:04 PM, Moritz Kiefer wrote: > I'm not using a DE, only Awesome WM. If there's any other information > I can provide to you to help debug this, just tell me which one. > > Am Do, 21. M?r, 2013 um 8:01 ,Charles Lindsay > schrieb: >> Geary more or less targets the GNOME desktop, hence the dependency >> on its keyring. ?I'm afraid if you aren't running the GNOME >> services there's not much we can do to help. ?What DE are you using? >> >> I'm not 100% sure why it doesn't work when you run the daemon >> manually. ?I believe the keyring API simply turns around and makes >> calls on DBUS, where the keyring service is supposed to be >> listening. ?I'm not sure how specifically gnome-keyring-daemon fits >> into that puzzle, but the man page doesn't mention anything about >> DBUS, and neither does the output you pasted. >> >> >> Cheers, >> Charles >> >> >> On Thu, Mar 21, 2013 at 9:04 AM, Moritz Kiefer >> wrote: >>> Hi, >>> I'm using Geary on Archlinux 64bit. It's great, but I have one >>> really annoying problem: Password saving does not work. As I'm not >>> using gnome I thought it might be related to gnome-keyring-daemon >>> not running and I started it manually with "gnome-keyring-daemon -s >>> -f". This seems to work fine. >>> Here the output: >>> GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ixzdLR >>> SSH_AUTH_SOCK=/run/user/1000/keyring-ixzdLR/ssh >>> GPG_AGENT_INFO=/run/user/1000/keyring-ixzdLR/gpg:0:1 >>> However Geary is still unable to read and save passwords. >>> On startup, I get this error: >>> [deb] 16:58:42 gnome-keyring-mediator.vala:36: Unable to fetch >>> password in GNOME keyring: GNOME_KEYRING_RESULT_NO_MATCH >>> After I enter the password, I get this error: >>> [deb] 16:58:51 gnome-keyring-mediator.vala:49: Unable to store >>> password in GNOME keyring: GNOME_KEYRING_RESULT_CANCELLED >>> I'm not sure if this is a bug in Geary or in my setup and how to >>> fix this, so it would be great if you could help me. >>> Cheers >>> Moritz >>> >>> >>> _______________________________________________ >>> Geary mailing list >>> Geary at lists.yorba.org >>> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary From jim at yorba.org Thu Mar 21 20:03:19 2013 From: jim at yorba.org (Jim Nelson) Date: Thu, 21 Mar 2013 19:56:19 -0007 Subject: [Geary] Password saving In-Reply-To: <514b6155.a1fd440a.7596.1aa9@mx.google.com> References: <514b2fb0.46000e0a.7e79.ffffb88e@mx.google.com> <514b5900.ca10440a.751f.1ab8@mx.google.com> <514b5a0c.83040e0a.1024.fffff47b@mx.google.com> <514b6155.a1fd440a.7596.1aa9@mx.google.com> Message-ID: <514b676f.c100440a.15c0.1b58@mx.google.com> We do have a ticket to allow Geary to compile without gnome-keyring support: http://redmine.yorba.org/issues/5813 ?The idea would be that other platforms could be supported via a keyring plugin-style architecture. For now, however, Geary requires GNOME keyring. -- Jim On Thu, Mar 21, 2013 at 12:36 PM, Charles Lindsay wrote: > I'm afraid bare Awesome isn't an environment we can support. ?You > might try installing various GNOME infrastructure packages and seeing > if you can get it to work. ?It's been a long time since I ran Arch, > but I'm sure the necessary GNOME packages are in there somewhere. > > Let us know if you figure out what the requirements are! > > Cheers, > Charles > > > On Thu, Mar 21, 2013 at 12:04 PM, Moritz Kiefer > wrote: > > I'm not using a DE, only Awesome WM. If there's any other > information > > I can provide to you to help debug this, just tell me which one. > > > > Am Do, 21. M?r, 2013 um 8:01 ,Charles Lindsay > > schrieb: > >> Geary more or less targets the GNOME desktop, hence the dependency > >> on its keyring. ?I'm afraid if you aren't running the GNOME > >> services there's not much we can do to help. ?What DE are you > using? > >> > >> I'm not 100% sure why it doesn't work when you run the daemon > >> manually. ?I believe the keyring API simply turns around and > makes > >> calls on DBUS, where the keyring service is supposed to be > >> listening. ?I'm not sure how specifically gnome-keyring-daemon > fits > >> into that puzzle, but the man page doesn't mention anything about > >> DBUS, and neither does the output you pasted. > >> > >> > >> Cheers, > >> Charles > >> > >> > >> On Thu, Mar 21, 2013 at 9:04 AM, Moritz Kiefer > >> wrote: > >>> Hi, > >>> I'm using Geary on Archlinux 64bit. It's great, but I have one > >>> really annoying problem: Password saving does not work. As I'm > not > >>> using gnome I thought it might be related to gnome-keyring-daemon > >>> not running and I started it manually with "gnome-keyring-daemon > -s > >>> -f". This seems to work fine. > >>> Here the output: > >>> GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ixzdLR > >>> SSH_AUTH_SOCK=/run/user/1000/keyring-ixzdLR/ssh > >>> GPG_AGENT_INFO=/run/user/1000/keyring-ixzdLR/gpg:0:1 > >>> However Geary is still unable to read and save passwords. > >>> On startup, I get this error: > >>> [deb] 16:58:42 gnome-keyring-mediator.vala:36: Unable to fetch > >>> password in GNOME keyring: GNOME_KEYRING_RESULT_NO_MATCH > >>> After I enter the password, I get this error: > >>> [deb] 16:58:51 gnome-keyring-mediator.vala:49: Unable to store > >>> password in GNOME keyring: GNOME_KEYRING_RESULT_CANCELLED > >>> I'm not sure if this is a bug in Geary or in my setup and how to > >>> fix this, so it would be great if you could help me. > >>> Cheers > >>> Moritz > >>> > >>> > >>> _______________________________________________ > >>> Geary mailing list > >>> Geary at lists.yorba.org > >>> http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > From thinkndev at gmail.com Fri Mar 22 07:00:57 2013 From: thinkndev at gmail.com (John Kim) Date: Fri, 22 Mar 2013 06:53:57 -0007 Subject: [Geary] Installing Daily Build in Ubuntu In-Reply-To: <71E3E908-EC2E-43C4-9CD3-8E3F2671010A@yorba.org> References: <5149385e.e787440a.7508.242d@mx.google.com> <71E3E908-EC2E-43C4-9CD3-8E3F2671010A@yorba.org> Message-ID: <514c02c4.87da440a.10bc.68af@mx.google.com> Hello Eric, Here is the output. john at epikvision:~$ apt-cache show geary Package: geary Priority: optional Section: gnome Installed-Size: 4087 Maintainer: Jim Nelson Architecture: amd64 Version: 0.3.0+934~raring1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libcanberra0 (>= 0.28), libgdk-pixbuf2.0-0 (>= 2.23.0), libgee2 (>= 0.6.0), libglib2.0-0 (>= 2.31.8), libgmime-2.6-0 (>= 2.6.4), libgnome-keyring0 (>= 3.2.2), libgtk-3-0 (>= 3.3.16), libindicate5 (>= 0.6.1), libnotify4 (>= 0.7.5), libpango1.0-0 (>= 1.20.0), libsqlite3-0 (>= 3.7.4), libunique-3.0-0 (>= 3.0.0), libunity9 (>= 5.12.0), libwebkitgtk-3.0-0 (>= 1.8.0), dconf-gsettings-backend | gsettings-backend, libxml2 (>= 2.6.32) Filename: pool/main/g/geary/geary_0.3.0+934~raring1_amd64.deb Size: 1144240 MD5sum: e51db45250c94e0b7d00c4524746c0e8 SHA1: 69cd6e7558d0e29c0a6c8271079d55fa2b4ec804 Description: Email client ?Geary is an email client built for the GNOME desktop environment. It ?allows you to read and send email with a simple, modern interface. ?. ?Visit http://www.yorba.org to read about the current state of ?Geary's development. Package: geary Priority: extra Section: universe/gnome Installed-Size: 4034 Maintainer: Sebastien Bacher Architecture: amd64 Version: 0.3.0~pr1-0ubuntu1 Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.23.0), libgee2 (>= 0.5.0), libglib2.0-0 (>= 2.31.8), libgmime-2.6-0 (>= 2.6.4), libgnome-keyring0 (>= 2.22.2), libgtk-3-0 (>= 3.3.16), libmessaging-menu0 (>= 12.10.0), libnotify4 (>= 0.7.0), libpango1.0-0 (>= 1.20.0), libsqlite3-0 (>= 3.5.9), libunique-3.0-0 (>= 2.90.1), libunity9 (>= 3.4.6), libwebkitgtk-3.0-0 (>= 1.3.13), dconf-gsettings-backend | gsettings-backend Filename: pool/universe/g/geary/geary_0.3.0~pr1-0ubuntu1_amd64.deb Size: 1134582 MD5sum: 11a30aa56e8cabe66e34920596a0bdcb SHA1: 15b31f73d4a0ff996052643610690053405b00a1 SHA256: 36a2b03c3919d32d275dbfc3dc7fbb5af8e00371e8045dac0fc8e445172c71ef Description-en: email client ?Geary is an email client built for the GNOME desktop environment. It ?allows you to read and write email with a simple, modern interface. Homepage: http://www.yorba.org/geary Description-md5: 62dd95b0c0cebf941ce299c31941e5ae Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu I even added the repository ppa:yorba/daily-build, and still, my geary's About shows 0.2.2+ trunk. ?I really don't understand it. ?It's been hugely problematic on Ubuntu 13.04, and whether I get it from the software center or command line, I always return to this version. ? On another Ubuntu laptop running 12.10, it's perfectly fine. ?It has Geary 0.3.0. ?But not my raring development machine. ? John Kim On ?, 3? 19, 2013 at 9:47 ??, Eric Gregory wrote: On Mar 19, 2013, at 9:18 PM, John Kim wrote: > Sent mail with wrong email earlier. > ---------- Forwarded message ---------- > From: "John Kim" > Date: Mar 19, 2013 9:17 PM > Subject: Fwd: Installing Daily Build in Ubuntu > To: "John Kim" > Cc: > > > > ---------- Forwarded message ---------- > > From: John Kim > Subject:Installing Daily Build in Ubuntu > Date: Wed, 20 Mar 2013 04:05:50 -0007 > To: Geary > > Hi, > > I had trouble getting the daily build. I followed Building and Running > http://redmine.yorba.org/projects/geary/wiki in the Geary wiki, yet my > geary in my raring computer continues to show, in its About version, 0.2.2+ > trunk. On the command line, the package's version is the latest one, which > is peculiar. > > Jim, I tried putting your suggested command on issue 6587 > http://redmine.yorba.org/issues/6587, but it brought no output. > > I also cannot reorganize my accounts still. Does the valateam ppa > (suggested by the wiki page) have the daily builds? I might as well build > from source, since the ppa doesn't seem to have it. > > This may seem a little off topic. When it comes to packages and different > package management, do you guys use two different package trackers, like > Git and Launchpad, and maintain them simultaneously? How come I may be > using version 0.2.2+ trunk from the valateam ppa? > > Thanks, > > John Kim John, Can you run the following command in a terminal and copy/paste the output here? apt-cache show geary Since Geary 0.3 is now out, I'd recommend installing that from our PPA. Just add ppa:yorba/ppa, refresh your packages, and update. See if that doesn't solve it. The valateam PPA is where you can find a build of the latest Vala compiler and related tools. If you want to try building Geary from source you can install valac from that PPA. As for Launchpad, they have a clever system that copies our git repo into a bzr repo on their server. Launchpad's daily build system is based on bzr, so it runs off of that copy. (I hope that makes sense.) - Eric From thinkndev at gmail.com Fri Mar 22 07:13:45 2013 From: thinkndev at gmail.com (John Kim) Date: Fri, 22 Mar 2013 07:06:45 -0007 Subject: [Geary] Installing Daily Build in Ubuntu 13.04 In-Reply-To: <71E3E908-EC2E-43C4-9CD3-8E3F2671010A@yorba.org> References: <5149385e.e787440a.7508.242d@mx.google.com> <71E3E908-EC2E-43C4-9CD3-8E3F2671010A@yorba.org> Message-ID: <514c04b2.a3c9440a.2999.691e@mx.google.com> Another thing I noticed was when I run sudo apt-get upgrade, Geary is not mentioned in the list of apps to be or are already upgraded. ? john at epikvision:~$ sudo apt-get upgrade [sudo] password for john:? ??? ??? ?? ????... ?? ??? ??? ??? ???? ? ? ?? ?? ??? ?? ????... ?? ?? ???? ?? ???? ?????: ? account-plugin-facebook account-plugin-flickr account-plugin-google ? account-plugin-identica account-plugin-twitter account-plugin-windows-live ? bluez chromium-browser chromium-browser-l10n gvfs gvfs-backends gvfs-bin ? gvfs-common gvfs-daemons gvfs-fuse gvfs-libs initramfs-tools ? initramfs-tools-bin libatasmart4 libdevmapper1.02.1 libegl1-mesa ? libegl1-mesa-drivers libgbm1 libgl1-mesa-glx libgl1-mesa-glx:i386 ? libglapi-mesa libglapi-mesa:i386 libgudev-1.0-0 liblvm2app2.2 libpulse0 ? linux-generic linux-headers-generic linux-image-generic mountall pulseaudio ? python python-minimal system-config-printer-udev tk8.5 ubuntu-wallpapers ? udisks unity-asset-pool unity-webapps-common upstart vlc vlc-nox ? vlc-plugin-notify vlc-plugin-pulse xbmc xbmc-bin xserver-xorg-core ? xserver-xorg-input-evdev xserver-xorg-video-intel ? xserver-xorg-video-modesetting xserver-xorg-video-nouveau ? xserver-xorg-video-radeon What can this mean?? John Kim On ?, 3? 19, 2013 at 9:47 ??, Eric Gregory wrote: On Mar 19, 2013, at 9:18 PM, John Kim wrote: > Sent mail with wrong email earlier. > ---------- Forwarded message ---------- > From: "John Kim" > Date: Mar 19, 2013 9:17 PM > Subject: Fwd: Installing Daily Build in Ubuntu > To: "John Kim" > Cc: > > > > ---------- Forwarded message ---------- > > From: John Kim > Subject:Installing Daily Build in Ubuntu > Date: Wed, 20 Mar 2013 04:05:50 -0007 > To: Geary > > Hi, > > I had trouble getting the daily build. I followed Building and Running > http://redmine.yorba.org/projects/geary/wiki in the Geary wiki, yet my > geary in my raring computer continues to show, in its About version, 0.2.2+ > trunk. On the command line, the package's version is the latest one, which > is peculiar. > > Jim, I tried putting your suggested command on issue 6587 > http://redmine.yorba.org/issues/6587, but it brought no output. > > I also cannot reorganize my accounts still. Does the valateam ppa > (suggested by the wiki page) have the daily builds? I might as well build > from source, since the ppa doesn't seem to have it. > > This may seem a little off topic. When it comes to packages and different > package management, do you guys use two different package trackers, like > Git and Launchpad, and maintain them simultaneously? How come I may be > using version 0.2.2+ trunk from the valateam ppa? > > Thanks, > > John Kim John, Can you run the following command in a terminal and copy/paste the output here? apt-cache show geary Since Geary 0.3 is now out, I'd recommend installing that from our PPA. Just add ppa:yorba/ppa, refresh your packages, and update. See if that doesn't solve it. The valateam PPA is where you can find a build of the latest Vala compiler and related tools. If you want to try building Geary from source you can install valac from that PPA. As for Launchpad, they have a clever system that copies our git repo into a bzr repo on their server. Launchpad's daily build system is based on bzr, so it runs off of that copy. (I hope that makes sense.) - Eric From christian at twotoasts.de Fri Mar 22 14:04:51 2013 From: christian at twotoasts.de (Christian Dywan) Date: Fri, 22 Mar 2013 15:04:51 +0100 Subject: [Geary] Password saving In-Reply-To: <514b676f.c100440a.15c0.1b58@mx.google.com> References: <514b2fb0.46000e0a.7e79.ffffb88e@mx.google.com> <514b5900.ca10440a.751f.1ab8@mx.google.com> <514b5a0c.83040e0a.1024.fffff47b@mx.google.com> <514b6155.a1fd440a.7596.1aa9@mx.google.com> <514b676f.c100440a.15c0.1b58@mx.google.com> Message-ID: <514C6503.6080709@twotoasts.de> For what it's worth, GNOME-keyring does *not* require GNOME and works perfectly in Xfce and Elementary. It's built upon gcrypt, glib2 and dbus. If it doesn't work, that's because it's not installed correctly. Its successor libsecret will implement a freedesktop.org DBus API that's KDE-compatible. Now after having cleaned up the misconceptions, in my humble view, Geary only needs to improve on error handling - I don't see the advantage of duplicating the existing, standardized plugin system called "secret". ciao, Christian On 2013-03-21 21:03, Jim Nelson wrote: > We do have a ticket to allow Geary to compile without gnome-keyring > support: http://redmine.yorba.org/issues/5813 The idea would be that > other platforms could be supported via a keyring plugin-style > architecture. > > For now, however, Geary requires GNOME keyring. > > On Thu, Mar 21, 2013 at 12:36 PM, Charles Lindsay wrote: >> I'm afraid bare Awesome isn't an environment we can support. You >> might try installing various GNOME infrastructure packages and seeing >> if you can get it to work. It's been a long time since I ran Arch, >> but I'm sure the necessary GNOME packages are in there somewhere. >> >> Let us know if you figure out what the requirements are! >> From sharma-tushar at hotmail.com Sun Mar 24 04:31:44 2013 From: sharma-tushar at hotmail.com (Tushar Sharma) Date: Sun, 24 Mar 2013 10:01:44 +0530 Subject: [Geary] Unable to validate *Connection Error Message-ID: Im trying to add account of yahoo and Gmail in Geary 0.3 using elementaryOS 64bit , every time getting same error message Unable to validate *Connection Error. From jim at yorba.org Mon Mar 25 14:10:11 2013 From: jim at yorba.org (Jim Nelson) Date: Mon, 25 Mar 2013 14:03:11 -0007 Subject: [Geary] Unable to validate *Connection Error In-Reply-To: References: Message-ID: <51505ac8.aaa4420a.18ed.ffff9057@mx.google.com> Can you run Geary like this from the console: $ geary --debug And look at the console output to see what kind of errors you're getting? -- Jim On Sat, Mar 23, 2013 at 9:31 PM, Tushar Sharma wrote: > Im trying to add account of yahoo and Gmail in Geary 0.3 using > elementaryOS 64bit , every time getting same error message Unable to > validate *Connection Error. > > > > > > From jim at yorba.org Mon Mar 25 17:10:31 2013 From: jim at yorba.org (Jim Nelson) Date: Mon, 25 Mar 2013 17:03:31 -0007 Subject: [Geary] Geary crowdfunding campaign starts today! Message-ID: <515084eb.21ba420a.5ee2.ffffcac7@mx.google.com> Friends, ? This morning our team at Yorba launched an IndieGoGo project to raise funds for our world-class open-source email client, Geary: http://igg.me/at/geary/ If you've been following our recent blog posts, this will be no surprise. We are doing this campaign because we want to continue developing Geary and create a modern, beautiful, and easy-to-use email client for the free desktop. Yorba's mission is to create world-class open-source desktop software for everyone. ? We are getting the word out to the open-source community and we'd love your help. Would you consider tweeting, sharing with your Facebook friends, or otherwise helping us promote this IndieGoGo project so we can kick it off with a bang? And of course, if you could give as well, it would be greatly appreciated. We've written up a few messages that really encapsulate what we're doing. ?If you like them, they're yours to share: * Love open source and want to see it thrive? Donate to Yorba on IndieGoGo today: http://igg.me/at/geary/ * Help Yorba make the only email client you'll ever need, because open source shouldn't be a tradeoff: http://igg.me/at/geary/ Thank you so much for your support of Yorba and Geary. We could not do this without you! ? -- Jim Nelson Executive Director at Yorba From jvd at gmx.at Tue Mar 26 22:23:43 2013 From: jvd at gmx.at (J. Valentino Dax) Date: Tue, 26 Mar 2013 23:23:43 +0100 Subject: [Geary] External contributors Message-ID: <1364336623.4762.42.camel@ortygia> Hi Guys, I already saw that you changed the instruction for external contributors. I think this paragraph is still not very clear: git diff is the best way to do this. Please don't send modified source files (i.e. "GearyApplication.vala"), this is not a good way to deliver a patch to us. To generate a patch from a branch, first make sure that you've checked in your code (see above.) Now create a diff against the master branch: I think this version is better, short and clear: To submit a patch as an external developer (not in the yorba team), use git diff. Post the output of the command as a comment to the bug. After review, we will add the patch to the repository. For external developers it is not yet possible to submit a patch via git push. If you want want to write it in particular that developers shouldn't post the whole file write something like this (the above confused me a lot): Please also don't send us the whole source file, the diff command will output only the changes - that's enough. cheers meles From jvd at gmx.at Tue Mar 26 22:47:57 2013 From: jvd at gmx.at (jvd at gmx.at) Date: Tue, 26 Mar 2013 23:47:57 +0100 Subject: [Geary] PS External contributors Message-ID: <1364338077.2377.10.camel@ortygia> Sorry for my second email. I also would extend this http://redmine.yorba.org/projects/yorba/wiki/GitCodeSubmissionGuidelines with a link to that http://redmine.yorba.org/projects/yorba/wiki/PatchSubmissionCodeReviews#External-contributor and maybe make this paragraph bold, or at least but something bold like "NOTICE For external developers:" Note that these guidelines are only for Yorba employees to follow, as external contributors do not have push rights to our git repo. We plan on soon providing guidelines for external contributors to submit patches from their remote git repos. When I was looking for a way to upload my patch, I missunderstood the first instruction (see first mail) and then I was looking for the "real" way. First I didn't read the instruction above, and then it just confused me cause I had no idea how to upload it when not via the push command. So I was reading through a lot of git-tutorials and didn't get further. So maybe please post a link and format it in a way everybody sees it on the first eye. Uploading the patch took me in the end longer than writing it. Thanks meles From eric at yorba.org Tue Mar 26 23:17:36 2013 From: eric at yorba.org (Eric Gregory) Date: Tue, 26 Mar 2013 16:17:36 -0700 Subject: [Geary] PS External contributors In-Reply-To: <1364338077.2377.10.camel@ortygia> References: <1364338077.2377.10.camel@ortygia> Message-ID: On Tue, Mar 26, 2013 at 3:47 PM, wrote: > Sorry for my second email. I also would extend this > http://redmine.yorba.org/projects/yorba/wiki/GitCodeSubmissionGuidelines > with a link to that > > http://redmine.yorba.org/projects/yorba/wiki/PatchSubmissionCodeReviews#External-contributor > > and maybe make this paragraph bold, or at least but something bold like > "NOTICE For external developers:" > > > Note that these guidelines are only for Yorba employees to > follow, as external contributors do not have push rights to our > git repo. We plan on soon providing guidelines for external > contributors to submit patches from their remote git repos. > > > When I was looking for a way to upload my patch, I missunderstood the > first instruction (see first mail) and then I was looking for the "real" > way. First I didn't read the instruction above, and then it just > confused me cause I had no idea how to upload it when not via the push > command. So I was reading through a lot of git-tutorials and didn't get > further. So maybe please post a link and format it in a way everybody > sees it on the first eye. Uploading the patch took me in the end longer > than writing it. > Thanks for the feedback, I've tried to clarify the wording on that page. I hope it makes more sense now. - E From rschroll at gmail.com Wed Mar 27 01:29:32 2013 From: rschroll at gmail.com (Robert Schroll) Date: Wed, 27 Mar 2013 01:25:32 -0004 Subject: [Geary] PS External contributors In-Reply-To: References: <1364338077.2377.10.camel@ortygia> Message-ID: <51524b85.a7383a0a.0525.2b78@mx.google.com> I use format-patch to, uh, format patches. ?You may want to mention this on the contributers' page, since it has several advantages over diff: - No need to worry about stdout redirection - You get a sensible filename without having to think - You get a patch per commit (but I guess this is only an advantage if you're making sure your commits are sensible) - You get the commit message (again, may or may not be an advantage) Robert P.S. I hope I haven't been irritating everyone by sending patches from format-patch instead of diff. On Tue, Mar 26, 2013 at 7:17 PM, Eric Gregory wrote: > On Tue, Mar 26, 2013 at 3:47 PM, wrote: > >> Sorry for my second email. I also would extend this >> >> http://redmine.yorba.org/projects/yorba/wiki/GitCodeSubmissionGuidelines >> with a link to that >> >> >> http://redmine.yorba.org/projects/yorba/wiki/PatchSubmissionCodeReviews#External-contributor >> >> and maybe make this paragraph bold, or at least but something bold >> like >> "NOTICE For external developers:" >> >> >> Note that these guidelines are only for Yorba employees to >> follow, as external contributors do not have push rights to >> our >> git repo. We plan on soon providing guidelines for external >> contributors to submit patches from their remote git repos. >> >> >> When I was looking for a way to upload my patch, I missunderstood >> the >> first instruction (see first mail) and then I was looking for the >> "real" >> way. First I didn't read the instruction above, and then it just >> confused me cause I had no idea how to upload it when not via the >> push >> command. So I was reading through a lot of git-tutorials and didn't >> get >> further. So maybe please post a link and format it in a way >> everybody >> sees it on the first eye. Uploading the patch took me in the end >> longer >> than writing it. >> >> > > Thanks for the feedback, I've tried to clarify the wording on that > page. I > hope it makes more sense now. > > - E > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > From brousselle at gmail.com Wed Mar 27 09:21:25 2013 From: brousselle at gmail.com (benoit ROUSSELLE) Date: Wed, 27 Mar 2013 10:21:25 +0100 Subject: [Geary] issue with sent mails Message-ID: Dear Geary team, First of all thanks for that great idea. Since a few years now ;) ... i am trying to explain colleagues the difference between a thread view in thunderbird with folders sorting, and the power behind a conversation view with labels and search field. I am just surprised (and i guess you too) heavy clients never bring innovative features regarding sorting and reading mails like you are doing today. I have been looking for a geary like client since a long time !!! so really a big THANKS !! Now i am testing it with a dovecot imap server at work, and i have 2 issues: 1) I don't see anywhere the mails i have sent. (the mail has really been sent). 2) i have archived a mail: where can i see it back ? If someones replies a conversation that is archived, is it supposed to be back in Inbox (like in gmail) ? Keep on the good work !! Thanks, Benoit. From brousselle at gmail.com Wed Mar 27 09:23:03 2013 From: brousselle at gmail.com (benoit ROUSSELLE) Date: Wed, 27 Mar 2013 10:23:03 +0100 Subject: [Geary] issue with sent mails In-Reply-To: References: Message-ID: btw forgot to say i am running geary 0.3.0-1~precise2 from PPA with 12.04 lts 64 bits. Cheers, Benoit. On Wed, Mar 27, 2013 at 10:21 AM, benoit ROUSSELLE wrote: > Dear Geary team, > > First of all thanks for that great idea. > Since a few years now ;) ... i am trying to explain colleagues the > difference between a thread view in thunderbird with folders sorting, and > the power behind a conversation view with labels and search field. > I am just surprised (and i guess you too) heavy clients never bring > innovative features regarding sorting and reading mails like you are doing > today. > I have been looking for a geary like client since a long time !!! > so really a big THANKS !! > > Now i am testing it with a dovecot imap server at work, and i have 2 > issues: > 1) I don't see anywhere the mails i have sent. (the mail has really been > sent). > 2) i have archived a mail: where can i see it back ? If someones replies a > conversation that is archived, is it supposed to be back in Inbox (like in > gmail) ? > > Keep on the good work !! > > Thanks, > Benoit. > > > From jim at yorba.org Wed Mar 27 17:36:56 2013 From: jim at yorba.org (Jim Nelson) Date: Wed, 27 Mar 2013 17:29:56 -0007 Subject: [Geary] issue with sent mails In-Reply-To: References: Message-ID: <51532e13.84b2440a.36c2.ffffe3de@mx.google.com> Geary currently has problems with Dovecot and some other IMAP servers:http://redmine.yorba.org/issues/5224 ?It's quite possible the problems you're seeing are entirely due to that. This is something we definitely want to fix in 0.4. ?Unfortunately, there's not much of a way to work around this until that fix is ready. ?It's something that our crowdfunding campaign will help fund: http://www.indiegogo.com/projects/geary-a-beautiful-modern-open-source-email-client/x/2613386 -- Jim On Wed, Mar 27, 2013 at 2:23 AM, benoit ROUSSELLE wrote: > btw forgot to say i am running geary 0.3.0-1~precise2 from PPA with > 12.04 > lts 64 bits. > > Cheers, > Benoit. > > > On Wed, Mar 27, 2013 at 10:21 AM, benoit ROUSSELLE > wrote: > >> Dear Geary team, >> >> First of all thanks for that great idea. >> Since a few years now ;) ... i am trying to explain colleagues the >> difference between a thread view in thunderbird with folders >> sorting, and >> the power behind a conversation view with labels and search field. >> I am just surprised (and i guess you too) heavy clients never bring >> innovative features regarding sorting and reading mails like you >> are doing >> today. >> I have been looking for a geary like client since a long time !!! >> so really a big THANKS !! >> >> Now i am testing it with a dovecot imap server at work, and i have 2 >> issues: >> 1) I don't see anywhere the mails i have sent. (the mail has really >> been >> sent). >> 2) i have archived a mail: where can i see it back ? If someones >> replies a >> conversation that is archived, is it supposed to be back in Inbox >> (like in >> gmail) ? >> >> Keep on the good work !! >> >> Thanks, >> Benoit. >> >> >> >> > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > From bartokk at gmail.com Wed Mar 27 21:17:53 2013 From: bartokk at gmail.com (bartokk at gmail.com) Date: Wed, 27 Mar 2013 21:18:53 +0001 Subject: [Geary] Question on deleting messages Message-ID: <5153621b.44050e0a.6c79.fffff683@mx.google.com> Hi guys, I'm trying to switch from Thunderbird to Geary but I have a problem on deleting messages. If I delete it from my inbox in my Gmail account with CANC key I still find it in "All Messages" folder, not in the "Trash" one. Why there is not a real DELETE button in the Toolbar? From jim at yorba.org Thu Mar 28 21:31:22 2013 From: jim at yorba.org (Jim Nelson) Date: Thu, 28 Mar 2013 21:24:22 -0007 Subject: [Geary] PS External contributors In-Reply-To: <51524b85.a7383a0a.0525.2b78@mx.google.com> References: <1364338077.2377.10.camel@ortygia> <51524b85.a7383a0a.0525.2b78@mx.google.com> Message-ID: <5154b684.8918420a.7b46.21e8@mx.google.com> Hi Robert, I asked Eric to type up one way of doing the patches; we don't want our wiki to turn into a git tutorial, but obviously some people could use a hand. ?We have no problem with git format-patch (no worries!) but, as you mentioned, it's a patch per commit, and usually that's not what we're looking for since some people commit to checkpoint their work. If you'd like to add your git suggestions to the wiki, please do. ?It's open for the community. -- Jim On Tue, Mar 26, 2013 at 6:29 PM, Robert Schroll wrote: > I use format-patch to, uh, format patches. ?You may want to mention > this on the contributers' page, since it has several advantages over > diff: > - No need to worry about stdout redirection > - You get a sensible filename without having to think > - You get a patch per commit (but I guess this is only an advantage > if > you're making sure your commits are sensible) > - You get the commit message (again, may or may not be an advantage) > > Robert > > P.S. I hope I haven't been irritating everyone by sending patches > from > format-patch instead of diff. > > > On Tue, Mar 26, 2013 at 7:17 PM, Eric Gregory wrote: > > On Tue, Mar 26, 2013 at 3:47 PM, wrote: > > > >> Sorry for my second email. I also would extend this > >> > >> > http://redmine.yorba.org/projects/yorba/wiki/GitCodeSubmissionGuidelines > >> with a link to that > >> > >> > >> > http://redmine.yorba.org/projects/yorba/wiki/PatchSubmissionCodeReviews#External-contributor > >> > >> and maybe make this paragraph bold, or at least but something > bold > >> like > >> "NOTICE For external developers:" > >> > >> > >> Note that these guidelines are only for Yorba employees to > >> follow, as external contributors do not have push rights > to > >> our > >> git repo. We plan on soon providing guidelines for > external > >> contributors to submit patches from their remote git > repos. > >> > >> > >> When I was looking for a way to upload my patch, I missunderstood > >> the > >> first instruction (see first mail) and then I was looking for the > >> "real" > >> way. First I didn't read the instruction above, and then it just > >> confused me cause I had no idea how to upload it when not via the > >> push > >> command. So I was reading through a lot of git-tutorials and > didn't > >> get > >> further. So maybe please post a link and format it in a way > >> everybody > >> sees it on the first eye. Uploading the patch took me in the end > >> longer > >> than writing it. > >> > >> > > > > Thanks for the feedback, I've tried to clarify the wording on that > > page. I > > hope it makes more sense now. > > > > - E > > _______________________________________________ > > Geary mailing list > > Geary at lists.yorba.org > > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary > > > > _______________________________________________ > Geary mailing list > Geary at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/geary >