Re: [Geary] Message stuck in outbox




On Fri, Nov 11, 2016 at 11:33 PM, Federico Bruni <fede inventati org> wrote:
Il giorno lun 7 nov 2016 alle 5:37, Alex Henrie <alexhenrie24 gmail com> ha scritto:
2016-11-04 1:01 GMT-06:00 Federico Bruni <fede inventati org>:
 Hi Alex

 It happens sometimes, especially if you have an attachment.
 I can't find any better action than deleting it.

Version in current master offers the possibility to retry to save it to sent
 messages, but in my experience it doesn't work.

 See this bug:
 https://bugzilla.gnome.org/show_bug.cgi?id=714053

Huh. Where is the code that handles a click on the "Try Again" button?
I'd like to dig into this.

Hi Alex

I'm not a developer, but as nobody replied to you...

$ git grep "Try Again"
ui/conversation-email.ui: <property name="label" translatable="yes">Try Again</property>

$ git grep conversation-email.ui src/
src/client/conversation-viewer/conversation-email.vala:[GtkTemplate (ui = "/org/gnome/Geary/conversation-email.ui")]

Ah yeah, this button was something I was planning as a workaround for the underling problem (Bug 727679). I probably shouldn't have left it in the UI since it doesn't currently do anything. Sorry about that!

A patch to make this button actually do something this would most definitely be welcome though. I had some kludgy patches in Bug 741186 that attempted to automatically retry, but they had a race that I never tracked down which sometimes caused it to save endless copies - they might provide some inspiration however...

//Mike

PS: Federico you sound like you could be a dev if you wanted to! ;)

--
⊨ Michael Gratton, Percept Wrangler.
⚙ <http://mjog.vee.net/>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]