From 13c177daf2050b9061053263cba52aa792b5ae58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 27 Apr 2010 14:15:21 +0000 Subject: [PATCH] Mail actually saves drafts in "~/mail/draft", not "~/mail/drafts". This fix prevents a second folder "draft" being created when saving mails in Mail. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36503 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 3989decae7..676d18c919 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -323,7 +323,7 @@ AddSymlinkToHaikuImage system bin : trash : untrash ; AddSymlinkToHaikuImage home Desktop : /boot/home : Home ; # Mailbox folders and symlink -AddDirectoryToHaikuImage home mail drafts ; +AddDirectoryToHaikuImage home mail draft ; AddDirectoryToHaikuImage home mail in ; AddDirectoryToHaikuImage home mail out ; AddSymlinkToHaikuImage home config settings Mail : ../../../mail/in : mailbox ;