added Sylpheed Claws to the list of possible mailers.

2005-10-20  Colin Leroy <colin@colino.net>

	* gnome-default-applications-properties-structs.c: added
	Sylpheed Claws to the list of possible mailers.
This commit is contained in:
Colin Leroy 2005-10-20 11:29:10 +00:00 committed by Rodrigo Moya
parent 70f760aa9f
commit be2703a208
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-10-20 Colin Leroy <colin@colino.net>
* gnome-default-applications-properties-structs.c: added
Sylpheed Claws to the list of possible mailers.
2005-09-25 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties-structs.c:

View file

@ -46,7 +46,7 @@ MailerDescription possible_mailers[] = {
{ N_("Thunderbird"), "mozilla-thunderbird", "mozilla-thunderbird -mail %s", FALSE, FALSE},
{ N_("Mozilla Mail"), "mozilla", "mozilla -mail %s", FALSE, FALSE},
{ N_("Mutt") , "mutt", "mutt %s", TRUE, FALSE },
{ N_("Sylpheed-Claws") , "sylpheed-claws", "sylpheed-claws --compose %s", FALSE, FALSE }
};
struct _TerminalDesciption {