Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84882 - evolution 2.2.0 needs patch to do "Mark as (un)read from context popup menu."
Summary: evolution 2.2.0 needs patch to do "Mark as (un)read from context popup menu."
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 84701
  Show dependency tree
 
Reported: 2005-03-11 10:23 UTC by Andreas Kotowicz
Modified: 2005-03-12 20:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch in portage format (menu2.patch,2.23 KB, patch)
2005-03-11 10:49 UTC, Andreas Kotowicz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kotowicz 2005-03-11 10:23:06 UTC
evolution 2.2.0 needs this patch to have the feature back in:

http://bugs.ximian.com/show_bug.cgi?id=73192

I got this information on #evolution irc channel. seems like most distributions will ship evolution with this patch
Comment 1 Andreas Kotowicz 2005-03-11 10:49:13 UTC
Created attachment 53192 [details, diff]
patch in portage format

put this file into /mail-client/evolution/files directory and add following
lines into evolution-2.2.0.ebuild file:

src_unpack() {
		unpack ${A}
	    # bug #84882 -- get "mark message as unread/read" back into context

		# popup menu
		epatch ${FILESDIR}/menu2.patch
}
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2005-03-12 20:39:37 UTC
Applied to evolution-2.2.0-r1 in CVS. Thanks for the report and patch.