GNOME Bugzilla – Bug 345450
Multiple jpeg attachments don't display
Last modified: 2006-06-25 03:14:36 UTC
When clicking on an article from the header pane, a 'Save File' dialog pops up if the article has multiple jpeg attachments, but the jpegs never display in the body pane. If the same article is entered from the preceding article, by hitting the spacebar, then all works as expected.
What's going on here is that Pan does _not_ unconditionally try to read the article when you click on it. You don't want to read mp3s, for example. Right now the rules are: If it's less than 5,000 lines, or it's got jpg/JPG/jpeg/JPEG/gif/GIF/png/PNG in the subject, try to read it. Attached is a patch that revises this a bit: If it's less than 5,000 lines, or it's got jpg/JPG/jpeg/JPEG/gif/GIF/png/PNG in the subject, or it's less than 10,000 lines and is in a group with "pictures" in its name, try to read it. cheers, Charles
Created attachment 67765 [details] [review] patch to read articles <= 10,000 lines in *.pictures.* newsgroups
Does this do the trick for you?
Yes. Works great now, thanks!
*** Bug 345690 has been marked as a duplicate of this bug. ***