* Applied patch jalopeura, fixing mail2mbox and mbox2mail signatures in rdef. Closing #4856. Thanks!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33772 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexandre Deckner
2009-10-26 13:57:36 +00:00
parent 86a999adfb
commit 36f51b0861
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
resource app_signature "application/x-vnd.agmsmith.bemailtombox";
resource app_signature "application/x-vnd.Haiku-mail2mbox";
resource app_version {
major = 1,
+1 -1
View File
@@ -3,7 +3,7 @@
resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
resource app_signature "application/x-vnd.agmsmith.mboxtobemail";
resource app_signature "application/x-vnd.Haiku-mbox2mail";
resource app_version {
major = 1,