Unverified Commit 7a39ae15 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

show the message number?

parent 7f2a2fec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,7 @@ func ActionRead(cmd *dclish.Command) error {
	if err != nil {
		return err
	}
	// TODO: Show the message id?
	if pager.Pager(msg.String()) {
		folders.MarkSeen([]int64{msgid})
		msgid = folders.NextMsgid(this.User.Login, this.Folder.Name, msgid)