From 6db9a77d9ebc3af370655b9890131fce2e530876 Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sat, 14 Jul 2001 00:18:44 +0000 Subject: [PATCH] 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 --- mozilla/mailnews/imap/src/nsImapService.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mozilla/mailnews/imap/src/nsImapService.h b/mozilla/mailnews/imap/src/nsImapService.h index 41daa47a271..90901101854 100644 --- a/mozilla/mailnews/imap/src/nsImapService.h +++ b/mozilla/mailnews/imap/src/nsImapService.h @@ -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);