From 4d684000363ba5154878b93b522265f8a95be76c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 28 Jan 2020 20:04:33 +0100 Subject: plugins/base: add settings page Add a settings page where the user can change the number of messages displayed per page. --- plugins/base/plugin.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/base/plugin.go') diff --git a/plugins/base/plugin.go b/plugins/base/plugin.go index 16eaf1d..5743977 100644 --- a/plugins/base/plugin.go +++ b/plugins/base/plugin.go @@ -4,8 +4,6 @@ import ( "git.sr.ht/~emersion/koushin" ) -const messagesPerPage = 50 - func init() { p := koushin.GoPlugin{Name: "base"} -- cgit v1.2.3