aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mark-all-read/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use -no-undefined on Linux tooMilan Crha2009-05-201-0/+1
| | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
|
* Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-241-1/+1
| | | | | | Get the "mark-all-read" and "plugin-manager" plugins working. svn path=/branches/kill-bonobo/; revision=37125
* Mark vairous plugins as translatable (bug#301149).Funda Wang2005-12-251-1/+1
| | | | svn path=/trunk/; revision=30950
* Fix make-clean issues.Harish Krishnaswamy2005-12-121-0/+3
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750
* Use NO_UNDEFINED. Link with more libraries.Tor Lillqvist2005-06-271-1/+5
| | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Use NO_UNDEFINED. Link with more libraries. svn path=/trunk/; revision=29593
* Plugin file to add the Mark all Messages read menu item. Contains methodsChenthill Palanisamy2005-05-201-0/+14
2005-05-19 Chenthill Palanisamy <pchenthill@novell.com> * MakeFile.am: * org-gnome-send-options.eplug.in: Plugin file to add the Mark all Messages read menu item. * send-options.c: Contains methods to mark messages as read. svn path=/trunk/; revision=29391