A minimal email TUI where you read with Markdown and write in Neovim. neomd.ssp.sh/docs
email markdown neovim tui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti 86a488c0 1fc024e3

+3 -1
+3 -1
cmd/neomd/main.go
··· 116 116 } 117 117 defer func() { 118 118 for _, c := range imapClients { 119 - c.Close() 119 + if c != nil { 120 + c.Close() 121 + } 120 122 } 121 123 }() 122 124