all repos — emessage @ 2bf633c08f0f527404944bff3fe7763616185a00

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: [],
});