컴퓨터 / Computer

이메일 클라이언트 천둥새(Thunderbird) 다중 프로필 설정하기

공유지기 0 5,809 2018.08.30 12:00

Thunderbird 



보통 천둥새를 설치하면 C 드라이브에 이메일을 저장한다. 그런데 C가 용량이 부족하거나 하면 옮겨야 하는데 애초부터 다른 드라이브에 설치할 수 있도록 작업하면 어떨까 해서.




프로필 설정 파일 위치 : C:\Documents and Settings\USER_ID\Application Data\Thunderbird

 (위 위치는 XP 기준)




 [General]

StartWithLastProfile=1


[Profile0]

Name=default

IsRelative=1

Path=Profiles/czwnfqnu.default


[Profile1]

Name=USER_ID

IsRelative=0

Path=D:\documents\PIMS\thunderbird

Default=1



잘 보면 [Profile0] 과 [Profile1] 이 있다. 개별 프로필은 저렇게 설정을 하고 선택을 할때는  [General] 의 설정을 통해서 진행한다.






Comments