Bug 19955 - mail/gbuffy: Fix for multi-line X-Face from imap
Summary: mail/gbuffy: Fix for multi-line X-Face from imap
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-15 21:20 UTC by Rasmus Kaj
Modified: 2000-07-16 14:29 UTC (History)
0 users

See Also:


Attachments
file.diff (1.69 KB, patch)
2000-07-15 21:20 UTC, Rasmus Kaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rasmus Kaj 2000-07-15 21:20:05 UTC
GBuffy only reads the first line of the mail headers when talking
imap, but X-Face is usually a multi-line header, so the image will be
displayed as noise.

I am the maintainer of gbuffy. This PR is not directly related to
ports/19952 (other than being about the same port), the PRs can be
handled in any order.

Fix: Install the following patch as mail/gbuffy/patches/patch-aa.

---- snip ----
How-To-Repeat: 
Install gbuffy, get an imap mailbox and use gbuffy on it. Send
yourself a mail with a multi-line X-Face (or Subject). The image will
be displayed as noise (or you'll see only the first "line" of Subject.
Comment 1 alex freebsd_committer freebsd_triage 2000-07-16 14:28:54 UTC
State Changed
From-To: open->closed

Committed, thanks! 
btw: You should back-contribute this patch to the authors, if not 
already done.