Closed Bug 119675 Opened 23 years ago Closed 23 years ago

import 4.x addressbook always stores state as work state when you're importing into "home"

Categories

(SeaMonkey :: MailNews: Address Book & Contacts, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.8

People

(Reporter: sspitzer, Assigned: sspitzer)

Details

import 4.x addressbook always stores state as work state when you're importing into "home". on 4.x ab import, we ask you if you want to put import into home, or into work. if you choose home, we'll still import the state attribute into work. here's the fix, it will be part of bug #116973 if (mStoreLocAsHome ) - mDatabase->AddHomeZipCode(newRow, column.get()); + mDatabase->AddWorkState(newRow, column.get()); else mDatabase->AddWorkState(newRow, column.get()); }
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.8
fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Trunk build 2002-02-01-03: WinMe Trunk build 2002-02-01-08: Linux RH 7.1 Trunk build 2002-01-01-08: Mac 10.1 Verified Fixed.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.