Changing CRLF line endings to LF to fix IRIX bustage.

git-svn-id: svn://10.0.0.236/trunk@99249 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-07-14 00:18:44 +00:00
parent 8bf83ad8a2
commit 6db9a77d9e

View File

@@ -105,14 +105,14 @@ protected:
imapMessageFlagsType flags,
PRBool messageIdsAreUID);
nsresult OfflineAppendFromFile(nsIFileSpec* aFileSpec,
nsIURI *aUrl,
nsIMsgFolder* aDstFolder,
const char* messageId, // te be replaced
PRBool inSelectedState, // needs to be in
nsIUrlListener* aListener,
nsIURI** aURL,
nsISupports* aCopyState);
nsresult OfflineAppendFromFile(nsIFileSpec* aFileSpec,
nsIURI *aUrl,
nsIMsgFolder* aDstFolder,
const char* messageId, // te be replaced
PRBool inSelectedState, // needs to be in
nsIUrlListener* aListener,
nsIURI** aURL,
nsISupports* aCopyState);
// just a little helper method...maybe it should be a macro? which helps break down a imap message uri
// into the folder and message key equivalents
nsresult DecomposeImapURI(const char * aMessageURI, nsIMsgFolder ** aFolder, char ** msgKey);