--- mail-notification-5.4.dfsg.1.orig/AUTHORS +++ mail-notification-5.4.dfsg.1/AUTHORS @@ -34,9 +34,12 @@ * The GNU C Library (src/mn-md5.*) External image sources (images taken as-is or slightly modified): - * Google (gmail.png) * Yahoo! (yahoo.png) * Microsoft (hotmail.png) External sound sources: * Ekiga (new-mail.wav) + +The gmail.png included in the upstream package (created by Google) +has been replaced by another "G", created especially for Debian, by +Pascal Giard using The GIMP. --- mail-notification-5.4.dfsg.1.orig/debian/mail-notification.menu +++ mail-notification-5.4.dfsg.1/debian/mail-notification.menu @@ -0,0 +1,10 @@ +?package(mail-notification):needs="X11"\ + section="Applications/Network/Communication"\ + icon="/usr/share/pixmaps/mail-notification.xpm"\ + title="Mail Notification"\ + command="/usr/bin/mail-notification" +?package(mail-notification):needs="X11"\ + section="Applications/System/Administration"\ + icon="/usr/share/pixmaps/mail-notification.xpm"\ + title="Mail Notification Preferences"\ + command="/usr/bin/mail-notification -p" --- mail-notification-5.4.dfsg.1.orig/debian/mail-notification.docs +++ mail-notification-5.4.dfsg.1/debian/mail-notification.docs @@ -0,0 +1,4 @@ +AUTHORS +NEWS +README +TODO --- mail-notification-5.4.dfsg.1.orig/debian/control +++ mail-notification-5.4.dfsg.1/debian/control @@ -0,0 +1,42 @@ +Source: mail-notification +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: LIU Qi +Build-Depends: debhelper (>= 7), scrollkeeper, gnome-pkg-tools, libxml-parser-perl, libglade2-dev (>= 2.6.0), libsasl2-dev (>= 2.0.0), libgmime-2.0-2-dev (>= 2.2.3), evolution-dev (>= 2.11.0), evolution-plugins (>= 2.6.0), evolution-data-server-dev (>= 1.6.0), libgnomeprintui2.2-dev, libnotify-dev (>= 0.4.3), intltool (>= 0.35) +Standards-Version: 3.8.2 + +Package: mail-notification +Architecture: any +Depends: ${shlibs:Depends}, gnome-icon-theme, notification-daemon, libgnomevfs2-extra (>= 2.18), ${misc:Depends} +Recommends: mail-notification-evolution, getlive, fetchyahoo +Homepage: http://www.nongnu.org/mailnotify/ +Description: mail notification in system tray + mail-notification works with system trays implementing the + freedesktop.org System Tray Specification, such as the GNOME Panel + Notification Area, the xfce4 Notification Area and the KDE System Tray. + . + Mail Notification features include: + * multiple mailbox support + * mbox, MH, Maildir, Sylpheed, POP3, IMAP, Gmail and Evolution support + * Mozilla products (Mozilla, SeaMonkey, Thunderbird, ...) mailbox support + * SASL authentication support + * APOP authentication support + * SSL/TLS support (disabled, see README.Debian) + * automatic detection of mailbox format + * immediate notification (depends on your settings) + * HIG 2.0 compliance + . + Note: Evolution support is available with mail-notification-evolution. + +Package: mail-notification-evolution +Architecture: any +Depends: mail-notification (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Homepage: http://www.nongnu.org/mailnotify/ +Description: evolution support for mail notification + mail-notification works with system trays implementing the + freedesktop.org System Tray Specification, such as the GNOME Panel + Notification Area, the xfce4 Notification Area and the KDE System Tray. + . + This package provides Evolution support for Mail Notification. + --- mail-notification-5.4.dfsg.1.orig/debian/lintian-overrides +++ mail-notification-5.4.dfsg.1/debian/lintian-overrides @@ -0,0 +1,2 @@ +mail-notification: extra-license-file + --- mail-notification-5.4.dfsg.1.orig/debian/compat +++ mail-notification-5.4.dfsg.1/debian/compat @@ -0,0 +1 @@ +7 --- mail-notification-5.4.dfsg.1.orig/debian/mail-notification-evolution.install +++ mail-notification-5.4.dfsg.1/debian/mail-notification-evolution.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/evolution/* usr/lib/evolution/ --- mail-notification-5.4.dfsg.1.orig/debian/rules +++ mail-notification-5.4.dfsg.1/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEBIAN_DIR = $(shell pwd)/debian + +build: configure build-stamp + + +configure: configure-stamp +configure-stamp: + dh_testdir + ./jb configure ssl=no sysconfdir=/etc destdir=$(DEBIAN_DIR)/tmp/ cppflags="-I/usr/include/libgtkhtml-3.14 -I/usr/include/libgtkhtml-3.14/editor" + + touch $@ + + +build-stamp: + dh_testdir + ./jb build + touch $@ + + +clean: + dh_testdir + dh_testroot + + [ ! -f build/config ] || ./jb distclean + -rm -f build/*.log build/jbsrc/jb.c + -rm -f build-stamp configure-stamp install-stamp + dh_clean + + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + ./jb install + # Getting rid of the warning about the licenses included for the gnome help + install -m 644 debian/lintian-overrides debian/mail-notification/usr/share/lintian/overrides/mail-notification + + touch $@ + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install +# dh_testversion + dh_testdir + dh_testroot + dh_install +# dh_desktop -pmail-notification debian/tmp/etc/xdg/autostart/mail-notification.desktop + dh_installdocs + dh_installmenu + dh_installman -pmail-notification debian/mail-notification.1 + dh_gconf -pmail-notification +# dh_desktop +# dh_undocumented + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- mail-notification-5.4.dfsg.1.orig/debian/copyright +++ mail-notification-5.4.dfsg.1/debian/copyright @@ -0,0 +1,61 @@ +This package was debianized by Pascal Giard +on Thu, 23 Sep 2004 14:05:40 -0400. + +Currently the debian package maintainer is LIU Qi + +It was downloaded from http://www.nongnu.org/mailnotify/ + +Upstream Authors: Jean-Yves Lefort + + See /usr/share/doc/mail-notification/AUTHORS for contributors. + +Copyright notice: + +mail-notification is Copyright (c) 2003-2008 Jean-Yves Lefort + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +On Debian GNU/Linux systems, the full text of the GNU General Public +License can be found in the file /usr/share/common-licenses/GPL-3. + +GNOME Manual (Documentation) license: + +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation +License (GFDL), Version 1.2 or any later version published +by the Free Software Foundation with no Invariant Sections, +no Front-Cover Texts, and no Back-Cover Texts. + +DOCUMENT IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE +DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, +FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE +QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE +DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE +IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME +THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF +WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT +OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS +DISCLAIMER; AND + +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN +TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL +WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED +VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO +ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF +GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER +DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND +MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED +OF THE POSSIBILITY OF SUCH DAMAGES. + +On Debian GNU/Linux systems, the full text of the GNU Free Documentation +License can be found in the file /usr/share/common-licenses/GFDL-1.2. --- mail-notification-5.4.dfsg.1.orig/debian/mail-notification.dirs +++ mail-notification-5.4.dfsg.1/debian/mail-notification.dirs @@ -0,0 +1 @@ +usr/share/lintian/overrides --- mail-notification-5.4.dfsg.1.orig/debian/mail-notification.1 +++ mail-notification-5.4.dfsg.1/debian/mail-notification.1 @@ -0,0 +1,108 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.TH "mail-notification" "1" "July 22, 2009" "Pascal Giard and LIU Qi" "" +.SH "NAME" +.LP +\fBmail\-notification\fR \-\- a mail notification system tray icon +.SH "SYNOPSIS" +.LP +\fBmail\-notification\fR [\fI\-?\fR|\fI\-\-help\fR] [\fI\-\-usage\fR] [\fI\-i\fR|\fI\-\-enable\-info\fR] + [\fI\-p\fR|\fI\-\-display\-properties\fR] [\fI\-r\fR|\fI\-\-consider\-new\-mail\-as\-read\fR] + [\fI\-a\fR|\fI\-\-display\-about\fR] [\fI\-u\fR|\fI\-\-update\fR] + [\fI\-\-unset\-obsolete\-configuration\fR] [\fI\-\-gdk\-debug=FLAGS\fR] + [\fI\-\-gdk\-no\-debug=FLAGS\fR] [\fI\-\-display=DISPLAY\fR] + [\fI\-\-screen=SCREEN\fR] [\fI\-\-sync\fR] [\fI\-\-name=NAME\fR] [\fI\-\-class=CLASS\fR] + [\fI\-\-gtk\-debug=FLAGS\fR] [\fI\-\-gtk\-no\-debug=FLAGS\fR] [\fI\-\-g\-fatal\-warnings\fR] + [\fI\-\-gtk\-module=MODULE\fR] [\fI\-\-oaf\-ior\-fd=FD\fR] [\fI\-\-oaf\-private\fR] + [\fI\-\-oaf\-activate\-iid=IID\fR] [\fI\-\-disable\-sound\fR] [\fI\-\-enable\-sound\fR] + [\fI\-\-espeaker=HOST:PORT\fR] [\fI\-\-version\fR] [\fI\-\-sm\-client\-id=ID\fR] + [\fI\-\-sm\-config\-prefix=PREFIX\fR] [\fI\-\-sm\-disable\fR] + [\fI\-\-disable\-crash\-dialog\fR] [\fI\-\-load\-modules=MODULE1,MODULE2,...\fR] + [\fI\-\-display=DISPLAY\fR] [\fI\-s\fR|\fI\-\-print\-summary\fR] + +.SH "DESCRIPTION" +\fBmail\-notification\fR is a program that sits in your desktop environment's +notification area (or say System Tray) and shows mail status icon. When +there's no mail waiting, it doesn't show any icon, and the envelope +icon appears when some of configured accounts have new mail. Also it +can automatically launch the program, specified in Preferences on new +mail arrival. +.TP + \fBmail\-notification\fR features include: + * multiple mailbox support + * mbox, MH, Maildir, Sylpheed, POP3, IMAP, Gmail and Evolution support + * SASL authentication support + * APOP authentication support + * SSL/TLS support (disabled, see README.Debian) + * automatic detection of mailbox format + * immediate notification (depending on your settings) + * HIG 2.0 compliance +.SH "OPTIONS" +.PP +These programs follow the usual GNU command line syntax, +with long options starting with two dashes (`\-'). A summary of +options is included below. For a complete description, see the +\fBInfo\fP files. +.IP "\fB\-?\fP \fB\-\-help\fP " 10 +Show summary of options. +.IP "\fB\-\-usage\fP" 10 +Show brief usage message. +.IP "\fB\-v\fP \fB\-\-version\fP " 10 +Show version of program. +.IP "\fB\-i\fP \fB\-\-enable\-info\fP " 10 +Enable informational output. +.IP "\fB\-p\fP \fB\-\-display\-properties\fP " 10 +Display the properties dialog. +.IP "\fB\-a\fP \fB\-\-display\-about\fP " 10 +Display the about dialog. +.IP "\fB\-u\fP \fB\-\-update\fP " 10 +Update the mail status. +.IP "\fB\-r\fP \fB\-\-consider\-new\-mail\-as\-read\fP " 10 +Consider new mail as read. +.IP "\fB\-\-unset\-obsolete\-configuration\fP" 10 +Unset obsolete GConf configuration. +.IP "\fB\-\-display=DISPLAY\fP" 10 +X display to use. +.IP "\fB\-s\fP \fB\-\-print\-summary\fP " 10 +Print a XML mail summary. + +.SH "EXAMPLES" +.LP +To run this application the standard way, type: +.LP +# mail\-notification & +.LP +To start directly into the preferences dialog or to access it while mail\-notification is running, type: +.LP +# mail\-notification \-p & +.SH "AUTHOR" +.LP +\fBmail\-notification\fR was written by Jean\-Yves Lefort . +.LP +This manual page was written by Pascal Giard and LIU Qi for the Debian GNU/Linux system (but may be used by others). Great parts were directly taken from the manpage written by Dan Korostelev . Thanks Kai-Martin for the updated information. +.LP +Permission is granted to copy, distribute and/or modify this document under +the terms of the GNU General Public License, Version 2 any +later version published by the Free Software Foundation. + +.LP +.TP +\fBmail\-notification\fR home page +http://www.nongnu.org/mailnotify +.SH "SEE ALSO" +.PP +mail (1) --- mail-notification-5.4.dfsg.1.orig/debian/README.Debian +++ mail-notification-5.4.dfsg.1/debian/README.Debian @@ -0,0 +1,58 @@ +mail-notification for Debian +---------------------------- +1. SSL +2. Autostarting mail-notification +3. Configuring default mail reader +4. Support for Yahoo! and Hotmail +5. Menu location of mail-notification +6. More information + +1. SSL +------ +I had to disable SSL because of a license issue. +It doesn't look like the issue is going to be solved soon. + +See the Debian BTS thread: +http://bugs.debian.org/286672 + +2. Autostarting mail-notification +--------------------------------- +In Gnome, use the gnome-session-properties application available in + Desktop -> Preferences -> Sessions. + +3. Configuring default mail reader +---------------------------------- +Unexpectedly, configuring the default mail reader in your Gnome Preferred +Applications will not work. mail-notification uses the following gconf key: + /desktop/gnome/url-handlers/mailto/command + +You may edit it by hand with gconftool-2 or use a graphical editor like +gconf-editor. + +4. Support for Yahoo! and Hotmail +--------------------------------- +Support for Yahoo! is provided through the fetchyahoo script. +Support for Hotmail is provided through the getlive script. + +There are Debian packages for both of them, namely fetchyahoo and getlive. +Simply install them and mail-notification will find and use them. + +5. Menu location of mail-notification +------------------------------------- +On a Gnome desktop, you can find mail-notification in +Applications -> Internet -> Mail Notification +Preferences are in +Desktop -> Preferences -> Mail Notification. + +Note that "Mail Notification" is translated. + +On a xfce4 desktop, you can find mail-notification preferences in +Applications -> System -> Mail Notification Preferences. + +You can also reach the properties by executing `mail-notification -p'. + +6. More information +------------------- +More info about mail-notification on: http://www.nongnu.org/mailnotify/ + + -- Pascal Giard , Wed, 30 Jul 2008 13:52:24 -0400 --- mail-notification-5.4.dfsg.1.orig/debian/mail-notification.xpm +++ mail-notification-5.4.dfsg.1/debian/mail-notification.xpm @@ -0,0 +1,206 @@ +/* XPM */ +static char * mail_notification_xpm[] = { +"32 32 171 2", +" c None", +". c #A90202", +"+ c #A50101", +"@ c #A40000", +"# c #D66161", +"$ c #F6A7A7", +"% c #F9AAAA", +"& c #F9ABAB", +"* c #D55F5F", +"= c #F59E9E", +"- c #F46666", +"; c #F36060", +"> c #F36161", +", c #F46767", +"' c #F59F9F", +") c #F89A9A", +"! c #F25353", +"~ c #F25454", +"{ c #F89999", +"] c #EF7F7F", +"^ c #E52D2D", +"/ c #E63535", +"( c #E73939", +"_ c #E73C3C", +": c #E73E3E", +"< c #E73B3B", +"[ c #E73838", +"} c #E52B2B", +"| c #EF7E7E", +"1 c #A30101", +"2 c #E47474", +"3 c #D71E1E", +"4 c #D61616", +"5 c #A50000", +"6 c #8D1F1E", +"7 c #C33C3C", +"8 c #DD6D6D", +"9 c #DF7070", +"0 c #C33B3B", +"a c #A60000", +"b c #63514E", +"c c #C15353", +"d c #5A5C58", +"e c #F5F5F5", +"f c #555753", +"g c #595B57", +"h c #F4F4F3", +"i c #8E918B", +"j c #8A8C86", +"k c #F3F3F3", +"l c #888A85", +"m c #8E918A", +"n c #D1D2D0", +"o c #FFFFFE", +"p c #5B5D59", +"q c #F2F2F2", +"r c #FFFFFF", +"s c #D4D5D3", +"t c #8D918A", +"u c #898B86", +"v c #FDFDFD", +"w c #A4A6A2", +"x c #F1F1F1", +"y c #F9F9F8", +"z c #FBFBFA", +"A c #B1B1AE", +"B c #898A86", +"C c #D3D4D2", +"D c #585A56", +"E c #F0F0EF", +"F c #F8F8F7", +"G c #FEFEFE", +"H c #EFF0EF", +"I c #959792", +"J c #C9C9C7", +"K c #F7F7F6", +"L c #EFEFEE", +"M c #D9D9D7", +"N c #959793", +"O c #DFE0DE", +"P c #F6F6F5", +"Q c #EEEEED", +"R c #C3C4C2", +"S c #F9F9F9", +"T c #F6F6F6", +"U c #FAFAFA", +"V c #BBBCB9", +"W c #A7A9A5", +"X c #F5F5F4", +"Y c #ECECEC", +"Z c #B7B8B5", +"` c #ADAEAB", +" . c #FCFCFC", +".. c #FCFCFB", +"+. c #F8F8F8", +"@. c #A1A29E", +"#. c #BFC0BE", +"$. c #EBEBEB", +"%. c #CACBC9", +"&. c #9E9F9B", +"*. c #F7F7F7", +"=. c #FBFBFB", +"-. c #EBEBE9", +";. c #979894", +">. c #D7D7D5", +",. c #F3F3F2", +"'. c #E9E9E9", +"). c #DBDCDA", +"!. c #979994", +"~. c #ECEDEB", +"{. c #A0A29E", +"]. c #E7E7E6", +"^. c #E8E8E8", +"/. c #EEEEEE", +"(. c #C9CBC8", +"_. c #999A96", +":. c #DBDBDA", +"<. c #FDFDFC", +"[. c #B4B5B1", +"}. c #A6A7A5", +"|. c #D7D8D6", +"1. c #E7E7E7", +"2. c #E6E7E6", +"3. c #CBCCCA", +"4. c #DDDDDC", +"5. c #EDEDED", +"6. c #AEB0AC", +"7. c #C4C5C3", +"8. c #A1A29F", +"9. c #CECFCD", +"0. c #EFEFEF", +"a. c #CFD0CE", +"b. c #EAEBEA", +"c. c #DFDFDE", +"d. c #E6E6E6", +"e. c #CFD1CF", +"f. c #E5E5E4", +"g. c #F0F0F0", +"h. c #C3C4C1", +"i. c #8F918D", +"j. c #A3A5A1", +"k. c #E0E0DF", +"l. c #E0E0E0", +"m. c #E1E1E0", +"n. c #7D7E7C", +"o. c #CDCDCC", +"p. c #979896", +"q. c #787977", +"r. c #CCCDCB", +"s. c #D5D6D4", +"t. c #5C5E5A", +"u. c #989997", +"v. c #C8C9C8", +"w. c #D5D5D4", +"x. c #828380", +"y. c #C4C5C4", +"z. c #DEDEDD", +"A. c #90918F", +"B. c #838481", +"C. c #C8C9C7", +"D. c #8A8C87", +"E. c #BDBEBB", +"F. c #878885", +"G. c #5E605C", +"H. c #D5D6D5", +"I. c #D1D1D0", +"J. c #D5D5D3", +"K. c #D6D6D5", +"L. c #888985", +"M. c #8B8D88", +"N. c #858682", +" ", +" ", +" . + @ @ @ @ @ @ @ + . ", +" . # $ % % % % % & & $ * . ", +" + = - ; ; ; ; ; ; > , ' + ", +" @ ) ! ! ! ! ! ! ~ ~ ~ { @ ", +" @ ] ^ / ( _ : < [ / } | @ ", +" 1 2 3 4 4 4 4 4 4 4 3 2 5 ", +" 6 7 8 9 9 9 9 9 9 9 8 0 a ", +" b c 1 @ @ @ @ @ @ @ 5 a ", +" d e f ", +" g h f ", +" i j g k f l l l l l l l l l l l l l l l l l l l j i ", +" m n o p q f r r r r r r r r r r r r r r r r r r r r s t ", +" u v w d x f y y y y y y y y y y y y y y y y y v z A v B ", +" l r C D E f y F F F F F F F F F F F F F F y G H I J r l ", +" l r K d L f G y K K K K K K K K K K K K y G M N O K r l ", +" l r P d Q f R G S T T T T T T T T T T U v V W Q P P r l ", +" l r X d Y f Z ` .U P P P P P P P P ..+.@.#.h X X X r l ", +" l r h d $.f h %.&.*.=.X X X X X P v -.;.>.h h h h h r l ", +" l r ,.d '.f ,.,.).!.~. .X h h K v n {.].,.,.,.,.,.,.r l ", +" l r q d ^.f q q /.(._.:.<.X F .[.}.|.x q q q q q q r l ", +" l r x d 1.f x 2.3.4.5.6.7.<.q 8.9.0.|.a.b.x x x x x r l ", +" l r c.D d.f e.%.f.g.g.g.h.i.j.k.g.g.g.l.%.m.g.g.g.g.r l ", +" l r n.o.1.p.q.'.0.0.0.0.0.0.0.0.0.0.0.0.^.r.s.5.0.0.r l ", +" l G t.=.u.v.p 5./././././././././././././.Y w.r.1./.r l ", +" l r x.y.z.A.B.Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q c.C.c.r l ", +" D.G E.F.G.F.H.5.5.5.5.5.5.5.5.5.5.5.5.5.5.5.5.5.1.I.G D. ", +" D.J.G r r r r r r r r r r r r r r r r r r r r r r G K.L. ", +" F.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.M.N. ", +" ", +" "}; --- mail-notification-5.4.dfsg.1.orig/debian/watch +++ mail-notification-5.4.dfsg.1/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=dversionmangle=s/\.dfsg\.\d+$// \ +http://savannah.nongnu.org/download/mailnotify/mail-notification-(.*).tar.bz2 + --- mail-notification-5.4.dfsg.1.orig/debian/changelog +++ mail-notification-5.4.dfsg.1/debian/changelog @@ -0,0 +1,489 @@ +mail-notification (5.4.dfsg.1-2ubuntu1) lucid; urgency=low + + * Merge from Debian unstable. No remaining Ubuntu changes. + * Build dependencies corrected in Debian (LP: #511447). + * debian/rules: pass necessary flags to configure as a workaround for + FTBFS. Thanks to Yavor Doganov. + + -- Ilya Barygin Wed, 10 Feb 2010 23:10:35 +0300 + +mail-notification (5.4.dfsg.1-2) unstable; urgency=low + + * New maintainer (Closes: #520263) + * Remove the redundant build dependence -- libeel2-dev (Closes: #525545) + * Change the debian patch system to git vcs system + * debian/rules: remove dh_desktop + * debian/mail-notification.install: enable autostart (Closes: #531156) + * Upgrade the standard version and make some clean on debian directory. + * debian/copyright: update the Debian copyright file. + * Rebuild will put the mail-notification-evolution plugins in the right + directory. (Closes: #393606, #535904) + * po/de.po: Fix typo in German locale. (Closes: #522886) + * update the manpage. (Closes: #522556) + * debian/control: make mail fetchers recommended instead of suggested + (Closes: #512100) + + -- LIU Qi Sun, 19 Jul 2009 17:03:06 +0800 + +mail-notification (5.4.dfsg.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * [debian/patches/02-fix_evolution_crash_on_startup.diff]: + - Apply patch from Ubuntu to fix Evolution 2.24 crashing on startup + with this plugin enabled. + + -- Ari Pollak Tue, 07 Apr 2009 12:07:37 -0400 + +mail-notification (5.4.dfsg.1-1ubuntu1) jaunty; urgency=low + + * [debian/patches/02-fix_evolution_crash_on_startup.diff]: + Fix crash of evolution on startup. (LP: #251031) + Thanks to Erik van Pienbroek for the initial patch. + Unfortunately, patching a ".gob" file means re-running gob2 but + mail-notification requires gob2 2.0.16, which does not exist as of today. + Patch the generated file too, and touch the corresponding + stamp file so gob2 is not needed. + + -- Fabien Tassin Fri, 28 Nov 2008 21:55:16 +0100 + +mail-notification (5.4.dfsg.1-1build1) intrepid; urgency=low + + * No-change rebuild for libcamel1.2-13 -> libcamel1.2-14 transition. + + -- Steve Kowalik Tue, 21 Oct 2008 16:58:18 +1100 + +mail-notification (5.4.dfsg.1-1) unstable; urgency=medium + + * New upstream release + (closes: #460307, #325931, #461459, #404183, #487492, #309033), + (LP: #184125, #41048, #93703, #223803). + * [debian/copyright]: + - Code is now licensed under the GNU General Public License version 3. + - Documentation is now licensed under the GNU Free Documentation License + version 1.2 with no Invariant Sections, no Front-Cover Texts, and no + Back-Cover Texts. + * [debian/control]: + - Removed Build-Depends on cdbs, automake and libtool, replaced by upstream. + - Removed Build-Depends on gob2 for now. + - Added getlive and fetchyahoo (Hotmail and Yahoo! support) to Suggests. + - Moved homepage from package descriptions to its own field. + - Updated Standards-Version to 3.8.0.1, no changes required. + * [debian/patches/04-fixed_polish_sent.diff, + debian/patches/06-fix_evolution_plugin_check.diff, + debian/patches/07-fix_API_change.diff, + debian/patches/08-freedesktop.org_specs_compliance.diff]: + - Removed, fixed upstream. + * [debian/patches/01-gmail.png_has_been_replaced-AUTHORS.diff]: + - Updated to fit new upstream. + * [debian/patches/02-per_user_autostart-01.diff, + debian/patches/02-per_user_autostart-02.diff, + debian/patches/05-add_french_autostart.diff]: + - Removed for now, still-unreleased gob2 >= 2.0.16 is required. + * [debian/rules]: + - Now building using Jean-Yves Lefort replacement for GNU Autotools. + - No longer using cdbs. + * [debian/linda-override]: Removed, linda is no more. + * [debian/README.Debian]: + - Removed autostart from mail-notification is patched is disabled. + - Added information about configuring default mail reader. + - Added information about Yahoo! and Hotmail support. + * [debian/watch]: + - Updated to version 3. + - Added dversionmangling option to remove dfsg string. + + -- Pascal Giard Wed, 30 Jul 2008 13:52:24 -0400 + +mail-notification (4.1.dfsg.1-4.1) unstable; urgency=high + + * Non-maintainer upload to fix two RC bugs preventing multiple transitions + to testing. + * Call automake-1.10 explicitely as the automake alternative might point to + any version and break the build; closes: #460300. + * Drop incorrect chrpath -d call and chrpath build-dep; closes: #453788. + This is fine as it's not a public library but a plugin. + + -- Loic Minier Fri, 11 Jan 2008 22:58:43 +0100 + +mail-notification (4.1.dfsg.1-4) unstable; urgency=low + + * Mostly Debian package cleanups, fixed all lintian warnings. + * [debian/control]: + - Renamed ${Source-Version} to ${binary:Version}. + - Added Build-Dep on chrpath. + - Added Depends on ${misc:Depends} (gconf2). + * [debian/rules]: + - Fixed possible library search path interference by deleting rpath + of liborg-jylefort-mail-notification.so. + - Build in debian/mail-notification so dh_gconf finds schemas (LP: #134519). + * [debian/mail-notification.menu]: + - Renamed depricated section Apps to Applications and subsection + Net to Network. + * [debian/patches/08-freedesktop.org_specs_compliance.diff]: + - Removed Application category, comply with FreeDesktop menu specifications. + - Added Email category to both desktop entries. + * [debian/watch]: + - Fixed file pattern as upstream moved to bzip. + + -- Pascal Giard Sat, 29 Sep 2007 02:14:20 -0400 + +mail-notification (4.1.dfsg.1-3) unstable; urgency=low + + * Support for Evolution >= 2.11 (closes: #444162). + * Merge with current Ubuntu version, thanks to Cesare Tirabassi. + * [debian/control]: + - Add depend on libgnomevfs2-extra (>= 2.18). + - Add Build-Depends on automake (>= 1.10), libtool (>= 1.5) and + intltool (>= 0.35). + * [debian/patches/06-fix_evolution_plugin_check.diff]: + - Fix unversioned evolution plugin starting with evolution-dev 2.11. + + Add evolution-plugin-nv.m4 macro. + + Modify configure.ac . + * [debian/patches/07-fix_API_change.diff]: + - Fix API change for em_folder_tree_set_selected. + * [debian/rules]: + - Modify EVODIR definition and usage. + - Delete EVOVERSION, no longer needed. + - Add reconfiguration in post-patches target. + - Fix debian-rules-ignores-make-clean-error lintian warning. + - Delete files regenerated in post-patches target. + + -- Pascal Giard Wed, 26 Sep 2007 15:14:39 -0400 + +mail-notification (4.1.dfsg.1-2) unstable; urgency=low + + * Rebuilt against libgmime2.0-2 2.2.10 (closes: #434329). + + -- Pascal Giard Sat, 11 Aug 2007 09:09:50 -0400 + +mail-notification (4.1.dfsg.1-1) unstable; urgency=low + + * New upstream release (closes: #421330, #287040). + * [debian/copyright]: + - Updated documentation license as it's now under the GNU Free Documentation + License. It's still okay for main since invariant/covers are excluded. + Opinion based on http://www.debian.org/vote/2006/vote_001 . + * [debian/patches/06-mail-notif-ssl.diff]: Removed, applied upstream. + * [debian/patches/05-add_french_autostart.diff]: Updated to new release. + * [debian/rules]: Updated evolution filenames, renamed upstream. + + -- Pascal Giard Thu, 05 Jul 2007 02:20:47 -0400 + +mail-notification (4.0.dfsg.1-2) unstable; urgency=low + + * [debian/control]: + - Added missing dependency on notification-daemon (closes: #427888). + * [debian/patches/06-mail-notif-ssl.diff]: + - Added patch preventing mail-notification from sending passwords in cleartext when SSL + is unavailable (closes: #428157, #429200). Thanks to Ted Percival . + + -- Pascal Giard Tue, 26 Jun 2007 00:18:05 -0400 + +mail-notification (4.0.dfsg.1-1) unstable; urgency=low + + * New upstream release. + * [debian/control]: + - Added version to mail-notification-evolution depend. + - Added version to libnotify-dev depend (closes: #409119). + + -- Pascal Giard Sun, 15 Apr 2007 14:28:23 -0400 + +mail-notification (4.0~rc2.dfsg.1-5) experimental; urgency=low + + * Experimental upload for evolution 2.8. + + -- Pascal Giard Thu, 14 Dec 2006 02:28:42 -0500 + +mail-notification (4.0~rc2.dfsg.1-4) unstable; urgency=low + + * [debian/rules]: Really fix FTBFS for feisty. + + -- Pascal Giard Thu, 14 Dec 2006 01:34:45 -0500 + +mail-notification (4.0~rc2.dfsg.1-3) unstable; urgency=low + + * [debian/rules]: Fixes FTBFS for evolution >= 2.9 (e.g. feisty). + + -- Pascal Giard Thu, 14 Dec 2006 01:34:15 -0500 + +mail-notification (4.0~rc2.dfsg.1-2) experimental; urgency=low + + * Experimental upload. + * [debian/control]: Evolution 2.8 support. + * [debian/rules]: Better detection of evolution's version, supporting epoch. + + -- Pascal Giard Wed, 13 Dec 2006 10:18:57 -0500 + +mail-notification (4.0~rc2.dfsg.1-1) unstable; urgency=low + + * New upstream version (closes: #354121). + * [debian/rules]: + - Using the autogenerated .desktop files. + - Removed a .desktop file copy that wasn't doing anything. + - Fixed lintian warning by deleting old config.log. + * [debian/control]: + - Added support for mozilla mailboxes to description. + - Added build-deps on libnotify-dev. + * [debian/patches/03-proper_cmd_handling.diff]: + - Deleted, changes to upstream renders this patch obsolete. + * [debian/patches/06-evolution_browsing_fix.diff]: + - Deleted, fixed in upstream. + * [debian/patches/02-per_user_autostart.diff, + debian/patches/05-add_french_autostart.diff]: + - Updated to new upstream. + * [debian/mail-notification.xpm]: + - Updated to latest artwork. + + -- Pascal Giard Mon, 11 Dec 2006 01:46:05 -0500 + +mail-notification (3.0.dfsg.1-10) unstable; urgency=low + + * [debian/rules]: Improved regexp detecting evolution-dev version. + * [debian/patches/06-evolution_browsing_fix.diff]: + Fixes issues with browsing evolution folders (closes: #388174). + * [debian/control]: build-deps modifications had to be reversed for unstable. + + -- Pascal Giard Fri, 24 Nov 2006 22:52:46 -0500 + +mail-notification (3.0.dfsg.1-9) experimental; urgency=low + + * Rebuild with experimental build-deps. + - Bump up build-deps to evolution-dev, and evolution-plugins >= 2.8.0 and + evolution-data-server-dev >= 1.8.0 to pull experimental versions. + + -- Loic Minier Thu, 16 Nov 2006 10:39:20 +0100 + +mail-notification (3.0.dfsg.1-8) unstable; urgency=low + + * [debian/control]: + Build-Depends, evolution-dev and evolution-plugins bumped to >= 2.6 . + * [debian/rules]: Detecting evolution-dev version (closes: #393606). + * [debian/patches/02-per_user_autostart.diff.old]: + Deleted forgotten file. + + -- Pascal Giard Sat, 04 Nov 2006 13:29:33 -0500 + +mail-notification (3.0.dfsg.1-7) unstable; urgency=low + + * [debian/patches/02-per_user_autostart.diff]: + Fixed patch, don't try to create ~/.config/autostart if it exists. + * [debian/patches/05-add_french_autostart.diff]: + Fixed grammar error. + + -- Pascal Giard Tue, 12 Sep 2006 23:15:42 -0400 + +mail-notification (3.0.dfsg.1-6) unstable; urgency=low + + * [debian/patches/04-fixed_polish_sent.diff]: + Fixed mistake in polish translation of "Sent" word as "Posłanę". + It's now "Wysłane" thanks to Radoslaw Warowny + (closes: #351988). + * [debian/patches/05-add_french_autostart.diff]: + French translation of "Autostart Mail Notification upon session opening". + Goes along with debian/patches/02-per_user_autostart.diff. + * [debian/patches/02-per_user_autostart.diff]: + - Improved patch to update toggle button based on file existence. Another + application may disable autostart or delete/create the autostart file. + - Improved patch to create autostart directory if it doesn't exists. + + -- Pascal Giard Sat, 04 Sep 2006 06:42:37 -0400 + +mail-notification (3.0.dfsg.1-5) unstable; urgency=low + + * [debian/control]: + - Added mail-notification-evolution to Suggests. + - Added gob2 to Build-Depends so that c files can be regenerated. + * [debian/rules]: + - Delete autogenerated /etc/xdg/autostart directory. + - Delete generated src/mn-properties-dialog*.{h,c}. + * [debian/postinst]: Delete old /etc/xdg/autostart files for transition. + * [debian/patches/02-per_user_autostart.diff]: + Per user autostart via configuration dialog (closes: #384133). + * [debian/mail-notification.desktop]: + Deleted, using the one generated by upstream. + * [debian/patches/03-proper_cmd_handling.diff]: + Proper command handling thanks to Michael Rasmussen + (closes: #376274). + * [debian/README.Debian]: + - Add URL to SSL Debian BTS thread for more information. + - Clarified/corrected menu path to mail-notification (closes: #384946). + + -- Pascal Giard Wed, 23 Aug 2006 12:37:12 -0400 + +mail-notification (3.0.dfsg.1-4) unstable; urgency=low + + * [debian/control]: + - Build-Depends on libgmime-2.0-2-dev (>=2.2.3) instead of 2.1 + (closes: #383159). + - Removed duplicate Depends on evolution. + + -- Pascal Giard Mon, 21 Aug 2006 08:31:21 -0400 + +mail-notification (3.0.dfsg.1-3) unstable; urgency=low + + * [debian/rules]: Fixed bashisms (closes: #377361). + + -- Pascal Giard Sat, 08 Jul 2006 13:14:27 -0400 + +mail-notification (3.0.dfsg.1-2.1) unstable; urgency=low + + * [debian/changelog]: + Really closing "dependency on evolution" bug (closes: #376217). + + -- Pascal Giard Mon, 03 Jul 2006 19:35:34 -0400 + +mail-notification (3.0.dfsg.1-2) unstable; urgency=low + + * [debian/rules]: Using dh_desktop. + * [debian/control]: Evolution support in a seperate package (closes: #376217). + * [debian/rules]: Evolution support in a seperate package. + * [debian/dirs]: Removed /etc/xdg/autostart, dh_desktop takes care of it. + * [debian/mail-notification-preferences.desktop]: + - Removed, rendered useless by autogenerated + mail-notification-properties.desktop. + + -- Pascal Giard Mon, 03 Jul 2006 10:57:14 -0400 + +mail-notification (3.0.dfsg.1-1) unstable; urgency=low + + * New upstream version (might close #351256). + * Thanks to Oystein Gisnas for his help! + * [debian/patches/01-gmail.png_has_been_replaced-AUTHORS.diff]: + - Updated for new upstream. + * [debian/rules,debian/control]: + - Added Evolution support (closes: #322971). + - Bumped Standards-Version to 3.7.2.0, added -fPIC to comply with + Policy 10.2. + * [debian/patches/00-Official-mail-notification-2.0-buildfix.diff]: + - Removed, applied upstream. + * [debian/control]: Removed libssl build-dep, ssl is still disabled. + * [debian/postinst]: Removed, menus are handled by debhelper. + * [debian/dirs]: Removed useless /usr/share/gnome . + * [debian/mail-notification.desktop]: Fixed typo and added icon. + * [debian/mail-notification-preferences.desktop]: Added settings menu entry. + * [debian/mail-notification.1]: Added Evolution support. + + -- Pascal Giard Mon, 26 Jun 2006 09:21:44 -0400 + +mail-notification (2.0.dfsg.1-3) unstable; urgency=low + + * Rebuilt package to depend on libfam0 instead of libgamin0 + (closes: #356958). + * [debian/mail-notification.desktop]: + - mail-notification is automatically started, thanks to + Sam Morris (closes: #327773). + * [debian/dirs]: + - creating /etc/xdg/autostart for desktop file. + * [debian/rules]: + - added linker flags. + + -- Pascal Giard Mon, 24 Apr 2006 13:48:20 -0400 + +mail-notification (2.0.dfsg.1-2) unstable; urgency=low + + * Rebuilt package to depend on libgnome-menu2 instead of + libgnome-menu0 (closes: #348119). + + -- Pascal Giard Sun, 15 Jan 2006 10:55:56 -0500 + +mail-notification (2.0.dfsg.1-1) unstable; urgency=low + + * [debian/control]: + - Removed build dependency on libbonobo-activation-dev as + bonobo-activation is depricated (closes: #332813). + * Replaced the problematic gmail.png made by Google, see: + - http://lists.debian.org/debian-legal/2005/08/msg00273.html + * [debian/patches/02-gmail.png_has_been_replaced-AUTHORS.diff]: + - Removed note about "included" Google art. + - Added a note about the new logo. + + -- Pascal Giard Tue, 08 Nov 2005 19:48:14 -0500 + +mail-notification (2.0-1) unstable; urgency=low + + * New upstream release (closes: #322630, #304490, #314825). + * [debian/README.Debian, debian/control]: + - Gmail support has been fixed by upstream. + * [debian/patches/01-mail-notification-1.1.better_de.po.diff]: + - Removed, merged in upstream. + * [debian/patches/*]: + - Added the upstream build fixes. + * [debian/control]: + - libsoup2.2-dev and libicu28-dev are no longer required. + - Compliant to Policy Manual 3.6.2.1. + + -- Pascal Giard Thu, 11 Aug 2005 15:50:04 -0400 + +mail-notification (1.1-4) unstable; urgency=low + + * [debian/patches/01-mail-notification-1.1.better_de.po.diff]: + - Corrections in german translation (closes: bug#313798). + Thanks to Jens Seidel . + * [debian/README.Debian]: Updated with latest errata. + * [debian/control]: Added a note about Gmail support being broken. + + -- Pascal Giard Thu, 04 Aug 2005 11:36:53 -0400 + +mail-notification (1.1-3) unstable; urgency=low + + * [debian/patches/00-mail-notification-1.1.better_pl.po.diff]: + - Improved translation, most parts should be there now. Thanks to Marcin + . + + -- Pascal Giard Tue, 15 Mar 2005 20:03:22 -0500 + +mail-notification (1.1-2) unstable; urgency=low + + * [debian/control]: New dependency on gnome-icon-theme (closes: bug#298531). + * [debian/patches/00-mail-notification-1.1.better_pl.po.diff]: + - Better but incomplete polish translation by Marcin . + + -- Pascal Giard Tue, 08 Mar 2005 21:25:28 -0500 + +mail-notification (1.1-1) unstable; urgency=low + + * New upstream release. + * [debian/rules]: Keeping mail-notification.png, needed (closes: bug#295063?). + * [debian/control]: New build-depend on libicu28-dev. + + -- Pascal Giard Mon, 07 Mar 2005 01:21:39 -0500 + +mail-notification (1.0-3) unstable; urgency=low + + * [debian/control]: Fixed short description. + + -- Pascal Giard Sun, 30 Jan 2005 19:10:20 -0500 + +mail-notification (1.0-2) unstable; urgency=low + + * [debian/watch]: Added for uupdate, taken from Dan Korostelev. + * [debian/config, debian/templates]: + Dropping debconf template (closes: bug#290869). + + -- Pascal Giard Sun, 30 Jan 2005 16:52:20 -0500 + +mail-notification (1.0-1) unstable; urgency=low + + * New upstream release. + * [debian/rules]: + - Disabled SSL because of a license issue. + - Removed gnome help path fix as it is fixed in upstream. + * [debian/control]: Added build-depends: libsoup2.2-dev (>= 2.2.0) and + libgmime2.1-dev. + * [debian/mail-notification.1]: Integrated pieces from the manpage + written by Dan Korostelev . + * [debian/linda-override]: No more linda warnings, thanks to Dan Korostelev. + * [debian/copyright]: Added Gnome manual copyright. + + -- Pascal Giard Wed, 01 Dec 2004 20:19:13 -0500 + +mail-notification (0.6.2-1) unstable; urgency=low + + * Initial Release (closes: bug#271701). + * Added manpage. + * Fixed wrong gnome help path. + * Converted the 48x48 png menu icon to a 32x32 xpm file with 24 colors. + * Added menu entries for mail-notification and its preferences dialog + in Apps/Net and Apps/System. + + -- Pascal Giard Thu, 30 Sep 2004 00:50:57 -0400 + --- mail-notification-5.4.dfsg.1.orig/debian/mail-notification.install +++ mail-notification-5.4.dfsg.1/debian/mail-notification.install @@ -0,0 +1,12 @@ +debian/mail-notification.xpm usr/share/pixmaps/ +debian/tmp/usr/bin/mail-notification usr/bin/ +debian/tmp/etc/xdg/autostart/mail-notification.desktop usr/share/applications/ +debian/tmp/etc/xdg/autostart/mail-notification.desktop etc/xdg/autostart/ +debian/tmp/usr/share/applications/* usr/share/applications/ +debian/tmp/usr/share/gconf/* usr/share/gconf/ +debian/tmp/usr/share/gnome/* usr/share/gnome/ +debian/tmp/usr/share/icons/* usr/share/icons/ +debian/tmp/usr/share/locale/* usr/share/locale/ +debian/tmp/usr/share/mail-notification/* usr/share/mail-notification/ +debian/tmp/usr/share/omf/* usr/share/omf/ + --- mail-notification-5.4.dfsg.1.orig/po/de.po +++ mail-notification-5.4.dfsg.1/po/de.po @@ -1275,7 +1275,7 @@ #: ../src/mn-main.c:361 msgid "quitting Mail Notification" -msgstr "E-Mail-Eingangsüberwachung wir beendet" +msgstr "E-Mail-Eingangsüberwachung wird beendet" #: ../src/mn-main.c:365 msgid "Mail Notification is not running" --- mail-notification-5.4.dfsg.1.orig/build/src/mn-evolution-server.c +++ mail-notification-5.4.dfsg.1/build/src/mn-evolution-server.c @@ -595,7 +595,8 @@ for (i = 0; i < summary->len; i++) { - CamelMessageInfo *info = summary->pdata[i]; + char *uid = summary->pdata[i]; + CamelMessageInfo *info = camel_folder_get_message_info(folder, uid); if ((camel_message_info_flags(info) & CAMEL_MESSAGE_SEEN) == 0) g_ptr_array_add(*ret, self_camel_message_info_to_dbus_struct(info)); --- mail-notification-5.4.dfsg.1.orig/build/src/mn-evolution-server.gob.stamp +++ mail-notification-5.4.dfsg.1/build/src/mn-evolution-server.gob.stamp @@ -0,0 +1 @@ +touched --- mail-notification-5.4.dfsg.1.orig/src/mn-evolution-server.gob +++ mail-notification-5.4.dfsg.1/src/mn-evolution-server.gob @@ -235,7 +235,12 @@ for (i = 0; i < summary->len; i++) { +#if EDS_CHECK_VERSION(2,23,5) + char *uid = summary->pdata[i]; + CamelMessageInfo *info = camel_folder_get_message_info(folder, uid); +#else CamelMessageInfo *info = summary->pdata[i]; +#endif if ((camel_message_info_flags(info) & CAMEL_MESSAGE_SEEN) == 0) g_ptr_array_add(*ret, self_camel_message_info_to_dbus_struct(info));