Windows Expat macrumors member Original poster Jan 10, 2017 #1 I keep my Mail folder on a secondary drive. I just reformatted my main (boot) drive and I'm trying to figure out how to relink Mail to that secondary drive folder rather than re-download many, many GB of emails from the server. Appreciate any help!
I keep my Mail folder on a secondary drive. I just reformatted my main (boot) drive and I'm trying to figure out how to relink Mail to that secondary drive folder rather than re-download many, many GB of emails from the server. Appreciate any help!
K KALLT macrumors 603 Jan 11, 2017 #2 I suppose that you made a symbolic link, like this: Code: link -s ~/Library/Mail /Volumes/<volume>/Mail You have to close Mail before you do this. I do not know whether this will work.
I suppose that you made a symbolic link, like this: Code: link -s ~/Library/Mail /Volumes/<volume>/Mail You have to close Mail before you do this. I do not know whether this will work.