mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 00:13:47 +03:00
remove spurious empty line to fix build, and update roadmap
This commit is contained in:
parent
bf5cfca6b9
commit
2bb4f78657
2 changed files with 0 additions and 2 deletions
|
@ -136,7 +136,6 @@ https://nlnet.nl/project/Mox/.
|
|||
## Roadmap
|
||||
|
||||
- Aliases, for delivering to multiple local accounts.
|
||||
- Webmail improvements
|
||||
- Calendaring with CalDAV/iCal
|
||||
- More IMAP extensions (PREVIEW, WITHIN, IMPORTANT, COMPRESS=DEFLATE,
|
||||
CREATE-SPECIAL-USE, SAVEDATE, UNAUTHENTICATE, REPLACE, QUOTA, NOTIFY,
|
||||
|
|
|
@ -33,7 +33,6 @@ func TestExport(t *testing.T) {
|
|||
}()
|
||||
defer Switchboard()()
|
||||
|
||||
|
||||
msgFile, err := CreateMessageTemp(pkglog, "mox-test-export")
|
||||
tcheck(t, err, "create temp")
|
||||
defer os.Remove(msgFile.Name()) // To be sure.
|
||||
|
|
Loading…
Reference in a new issue