Browse Source

Show last 50 messages in mailbox view

master
Simon Ser 4 years ago
parent
commit
4c52849539
No known key found for this signature in database GPG Key ID: FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      imap.go

+ 1
- 1
imap.go View File

@@ -206,7 +206,7 @@ func listMessages(conn *imapclient.Client, mboxName string) ([]imapMessage, erro
return nil, err
}

n := uint32(10)
n := uint32(50)

mbox := conn.Mailbox()
from := uint32(1)


Loading…
Cancel
Save