Fix scdoc & gofmt issues

This commit is contained in:
Drew DeVault 2019-05-18 15:34:16 -04:00
parent b8208509f4
commit ca2cd00fe7
8 changed files with 29 additions and 35 deletions

View File

@ -29,5 +29,3 @@ func Compose(aerc *widgets.Aerc, args []string) error {
}) })
return nil return nil
} }

View File

@ -8,11 +8,11 @@ import (
gomail "net/mail" gomail "net/mail"
"strings" "strings"
"git.sr.ht/~sircmpwn/getopt"
"github.com/emersion/go-imap"
"github.com/emersion/go-message" "github.com/emersion/go-message"
_ "github.com/emersion/go-message/charset" _ "github.com/emersion/go-message/charset"
"github.com/emersion/go-message/mail" "github.com/emersion/go-message/mail"
"github.com/emersion/go-imap"
"git.sr.ht/~sircmpwn/getopt"
"git.sr.ht/~sircmpwn/aerc/widgets" "git.sr.ht/~sircmpwn/aerc/widgets"
) )
@ -165,5 +165,3 @@ func Reply(aerc *widgets.Aerc, args []string) error {
return nil return nil
} }

View File

@ -27,4 +27,3 @@ func ViewMessage(aerc *widgets.Aerc, args []string) error {
aerc.NewTab(viewer, msg.Envelope.Subject) aerc.NewTab(viewer, msg.Envelope.Subject)
return nil return nil
} }

View File

@ -18,4 +18,3 @@ func CommandClose(aerc *widgets.Aerc, args []string) error {
aerc.RemoveTab(mv) aerc.RemoveTab(mv)
return nil return nil
} }

View File

@ -43,7 +43,7 @@ available:
Example: Example:
`pass hostname/username` pass hostname/username
# SEE ALSO # SEE ALSO

View File

@ -47,7 +47,7 @@ available:
Example: Example:
`pass hostname/username` pass hostname/username
# SEE ALSO # SEE ALSO