Re: [Evolution] Embedded image display issue

2014-06-23 Thread Milan Crha
On Tue, 2014-06-24 at 01:58 +0530, Guruswamy Basavaiah wrote:
> Thank you, Which plugin need to be installed for this.

Hi,
it's the Prefer Plain plugin, you can have it also disabled in
Edit->Plugins. This plugin is a standard plugin shipped with Evolution 
itself.

Nonetheless, according to your other message in this thread, you 
receive text/plain messages, which don't contain embedded images, thus 
the plugin will not help anything.

By the way, how do you receive the message, by an IMAP account? What 
is the server you connect to, an Exchange server?
Bye,
Milan


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Unable to retrieve message.

2014-06-23 Thread Milan Crha
On Mon, 2014-06-23 at 15:07 +0200, Svante Signell wrote:
> 
Howe to make gdb stop at the correct thread to get a backtrace?
> Continuing.
> [New Thread 0x7fff56ffd700 (LWP 24666)]
>  
> (evolution:24607): GLib-GObject-CRITICAL **: g_closure_unref: 
> assertion
> 'closure->ref_count > 0' failed
>  
> (evolution:24607): GLib-GIO-CRITICAL **: g_output_stream_write_all:
> assertion 'buffer != NULL' failed
> [Thread 0x7fff314c0700 (LWP 24644) exited]
> [Thread 0x7fff56ffd700 (LWP 24666) exited]
> [New Thread 0x7fff56ffd700 (LWP 24679)]

Hi,
try this:
   $ gdb evolution --ex r --ex "b g_logv" --ex c
which runs evolution under gdb and just before you will face the 
critical warning from the top (the second, not the first, which comes 
from webkitgtk3 code) press Ctrl+C, which will setup a breakpoint and 
continue in execution. Since then, the gdb will stop on each warning, 
debug message,... anything printed through that g_logv() function. 
Whenever it stops there, do these two gdb commands:
   (gdb) bt
   (gdb) c
which will print the backtrace and continue. Alternatively, you can use
   (gdb) bt full
to see also local variables and so on. Once you get the backtrace of 
the critical warning you wanted, just delete the breakpoint and 
continue
   (gdb) d br 1
   (gdb) c
once you quit evolution quit also gdb
   (gdb) q

The backtrace will show where the 'buffer' was NULL, though it will 
probably not show why. Still, the information might be valuable.
Bye,
Milan


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Embedded image display issue

2014-06-23 Thread Guruswamy Basavaiah
In that case, should i suspect the webmail server which is configured ?




On 24 June 2014 02:41, Pete Biggs  wrote:

> On Tue, 2014-06-24 at 01:57 +0530, Guruswamy Basavaiah wrote:
> > Does it say that if you view the source of the message?
> >
> > -- Yes
> >
>
> In that case, there is nothing to see. There is no information there to
> display a picture.
>
> And, BTW, if you didn't top post, you wouldn't have to copy my question
> to the top of the message in order to make a coherent reply.  That is
> why top posting is so illogical and silly.
>
> P.
>
>
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>



-- 
Guruswamy Basavaiah
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Embedded image display issue

2014-06-23 Thread Pete Biggs
On Tue, 2014-06-24 at 01:57 +0530, Guruswamy Basavaiah wrote:
> Does it say that if you view the source of the message?
> 
> -- Yes
> 

In that case, there is nothing to see. There is no information there to
display a picture.

And, BTW, if you didn't top post, you wouldn't have to copy my question
to the top of the message in order to make a coherent reply.  That is
why top posting is so illogical and silly.

P.


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Embedded image display issue

2014-06-23 Thread Guruswamy Basavaiah
Thank you, Which plugin need to be installed for this.

Guru


On 23 June 2014 12:00, Milan Crha  wrote:

> On Sat, 2014-06-21 at 01:20 +0530, Guruswamy Basavaiah wrote:
> > Hello,
> >  Following is the setting html tab.
> >
> >  Show animated images (Selected)
> >  Prompt on sending HTML mail to contacts that do not want them.
> > (Selected)
> >
> > Loading images.
> > Never load images from the internet. (Selected.) .
> > Load images only in messages from contacts (Not selected).
> > Alawys load images from internet. (Not selected.)
> >
> >
> > Now i selected "Alawys load images from internet." I will update the
> > behavior once i get mail with images embedded in them.
>
> Hi,
> I didn't say to do it, it will not help anything in case I'm right in
> my previous email.
>
> Does the above mean that you do not see in the HTML Messages tab
> section called "Plain Text Mode"? If so, then you do not have the
> plugin installed.
>
> A sample message for testing would help here.
> Bye,
> Milan
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>



-- 
Guruswamy Basavaiah
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Embedded image display issue

2014-06-23 Thread Guruswamy Basavaiah
Does it say that if you view the source of the message?
*-- Yes*


On 21 June 2014 16:47, Pete Biggs  wrote:

> On Sat, 2014-06-21 at 01:21 +0530, Guruswamy Basavaiah wrote:
> > It only have "<>". Nothing else.
> >
>
> Does it say that if you view the source of the message?
>
> P.
>
>
> --
> Pete Biggs  pete.biggs @ chem.ox.ac.uk
>
>  Chemistry IT Support queries to h...@itsupport.chem.ox.ac.uk
>
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>



-- 
Guruswamy Basavaiah
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Unable to retrieve message.

2014-06-23 Thread Svante Signell
On Mon, 2014-06-23 at 12:23 +0200, Andre Klapper wrote:
> On Mon, 2014-06-23 at 11:13 +0200, Svante Signell wrote:
> > Another unreadable message (there are plenty of them):
> > tail -50l logfile:
> > 
> > +#endif /* ! GRUB_TYPES_CPU_HEADER */
> > diff --git a/i386/grub/err.h b/i386/grub/err.h
> > new file mode 100644
> > index 000..1590c68
> > --- /dev/null
> > +++ b/i386/grub/err.h
> > @@ -0,0 +1,96 @@
> > +/* err.'
> 
> Evolution hanging when parsing patches reminds me of
> https://bugzilla.gnome.org/show_bug.cgi?id=724909 but that's on a
> rendering level, not on a fetching mail level... :-/

Howe to make gdb stop at the correct thread to get a backtrace?
Continuing.
[New Thread 0x7fff56ffd700 (LWP 24666)]

(evolution:24607): GLib-GObject-CRITICAL **: g_closure_unref: assertion
'closure->ref_count > 0' failed

(evolution:24607): GLib-GIO-CRITICAL **: g_output_stream_write_all:
assertion 'buffer != NULL' failed
[Thread 0x7fff314c0700 (LWP 24644) exited]
[Thread 0x7fff56ffd700 (LWP 24666) exited]
[New Thread 0x7fff56ffd700 (LWP 24679)]


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Unable to retrieve message.

2014-06-23 Thread Andre Klapper
On Mon, 2014-06-23 at 11:13 +0200, Svante Signell wrote:
> Another unreadable message (there are plenty of them):
> tail -50l logfile:
> 
> +#endif /* ! GRUB_TYPES_CPU_HEADER */
> diff --git a/i386/grub/err.h b/i386/grub/err.h
> new file mode 100644
> index 000..1590c68
> --- /dev/null
> +++ b/i386/grub/err.h
> @@ -0,0 +1,96 @@
> +/* err.'

Evolution hanging when parsing patches reminds me of
https://bugzilla.gnome.org/show_bug.cgi?id=724909 but that's on a
rendering level, not on a fetching mail level... :-/

andre
-- 
Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Unable to retrieve message.

2014-06-23 Thread Svante Signell
On Wed, 2014-06-18 at 23:42 +0200, Svante Signell wrote:
> On Wed, 2014-06-18 at 16:34 +0100, Pete Biggs wrote:
> > > Removed folders.db and recerated it from .cache/evolution/mail/.../ and
> > > recreated it:
> > > 
> > > (evolution:5139): GLib-GObject-CRITICAL **: g_closure_unref: assertion
> > > 'closure->ref_count > 0' failed
> > .
> > .
> > > 
> > > (evolution:5139): GLib-GIO-CRITICAL **: g_output_stream_write_all:
> > > assertion 'buffer != NULL' failed
> > > [imapx:B] Data read failed with error 'unexpected server response:'
> > > [imapx:B] I/O: ''
> > > 
> > 
> > Again your email just stopped - was there more you wanted to add
> > underneath this? Like some form of explanation, comment or question?
> 
> The logfile ended there, no more output with
> CAMEL_DEBUG=imapx:io evolution &> logfile &

Another unreadable message (there are plenty of them):
tail -50l logfile:

+#endif /* ! GRUB_TYPES_CPU_HEADER */
diff --git a/i386/grub/err.h b/i386/grub/err.h
new file mode 100644
index 000..1590c68
--- /dev/null
+++ b/i386/grub/err.h
@@ -0,0 +1,96 @@
+/* err.'
[imapx:D] I/O: ' UID 9965782)
D00041 OK FETCH completed.'
[imapx:D] I/O: 'D00047 UID FETCH 9965782 (BODY.PEEK[]<102400.20480>)'
[imapx:D] I/O: 'D00046 UID FETCH 9965782 (BODY.PEEK[]<81920.20480>)'
[imapx:D] I/O: 'D00045 UID FETCH 9965782 (BODY.PEEK[]<61440.20480>)'
[imapx:D] I/O: '* 50558 FETCH (BODY[]<102400> "" UID 9965782)'

(evolution:20130): GLib-GIO-CRITICAL **: g_output_stream_write_all:
assertion 'buffer != NULL' failed
[imapx:D] Data read failed with error 'unexpected server response:'
[imapx:D] I/O: ''


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list