all repos — emessage @ 4938b2e7cc9504d8085b021945ec49563a3eaa67

The EMessage email client

frontend/src/lib/global.svelte.js (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
export const global = $state({
	fromAddress: "",
	contact: null,
	contacts: [],
	activeContacts: [],
	conversation: { ID: 0 },
	conversations: [],
});