Loading repl/command.go +0 −1 Original line number Diff line number Diff line // Package repl implements the main event loop. package repl import "git.lyda.ie/kevin/bulletin/dclish" Loading repl/folders.go +0 −1 Original line number Diff line number Diff line // Package repl implements the main event loop. package repl import ( Loading repl/help.go +0 −1 Original line number Diff line number Diff line // Package repl implements the main event loop. package repl import ( Loading repl/mail.go +3 −6 Original line number Diff line number Diff line Loading @@ -8,18 +8,15 @@ import ( // ActionForward handles the `FORWARD` command. func ActionForward(_ *dclish.Command) error { errors.New("Mail system is not yet implemented (see issue 9)") return nil return errors.New("Mail system is not yet implemented (see issue 9)") } // ActionMail handles the `MAIL` command. func ActionMail(_ *dclish.Command) error { errors.New("Mail system is not yet implemented (see issue 9)") return nil return errors.New("Mail system is not yet implemented (see issue 9)") } // ActionRespond handles the `RESPOND` command. func ActionRespond(_ *dclish.Command) error { errors.New("Mail system is not yet implemented (see issue 9)") return nil return errors.New("Mail system is not yet implemented (see issue 9)") } repl/messages.go +1 −2 Original line number Diff line number Diff line // Package repl implements the main event loop. package repl import ( Loading Loading @@ -716,7 +715,7 @@ func ActionSearch(cmd *dclish.Command) error { } allMsgs := []storage.Message{} msgs := []storage.Message{} var msgs []storage.Message var start int64 for i := range optFolders { switch optStart { Loading Loading
repl/command.go +0 −1 Original line number Diff line number Diff line // Package repl implements the main event loop. package repl import "git.lyda.ie/kevin/bulletin/dclish" Loading
repl/folders.go +0 −1 Original line number Diff line number Diff line // Package repl implements the main event loop. package repl import ( Loading
repl/help.go +0 −1 Original line number Diff line number Diff line // Package repl implements the main event loop. package repl import ( Loading
repl/mail.go +3 −6 Original line number Diff line number Diff line Loading @@ -8,18 +8,15 @@ import ( // ActionForward handles the `FORWARD` command. func ActionForward(_ *dclish.Command) error { errors.New("Mail system is not yet implemented (see issue 9)") return nil return errors.New("Mail system is not yet implemented (see issue 9)") } // ActionMail handles the `MAIL` command. func ActionMail(_ *dclish.Command) error { errors.New("Mail system is not yet implemented (see issue 9)") return nil return errors.New("Mail system is not yet implemented (see issue 9)") } // ActionRespond handles the `RESPOND` command. func ActionRespond(_ *dclish.Command) error { errors.New("Mail system is not yet implemented (see issue 9)") return nil return errors.New("Mail system is not yet implemented (see issue 9)") }
repl/messages.go +1 −2 Original line number Diff line number Diff line // Package repl implements the main event loop. package repl import ( Loading Loading @@ -716,7 +715,7 @@ func ActionSearch(cmd *dclish.Command) error { } allMsgs := []storage.Message{} msgs := []storage.Message{} var msgs []storage.Message var start int64 for i := range optFolders { switch optStart { Loading