From 878bdd0f35a7aa5eb044e57341e2bd6d2c7312e8 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 27 Feb 2008 16:34:20 +0000 Subject: Graphical bugfixes. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@776 ab2d0c66-481e-0410-8bed-d214d4d58bed --- fetchmail-config-html.lsp | 2 +- fetchmail-model.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp index 4a6cba3..d6f86af 100644 --- a/fetchmail-config-html.lsp +++ b/fetchmail-config-html.lsp @@ -134,7 +134,7 @@ for i=1, table.maxn(mailboxform) do end io.write("") ?> -
+

LAST RESORT

diff --git a/fetchmail-model.lua b/fetchmail-model.lua index 075ae77..6e446fd 100644 --- a/fetchmail-model.lua +++ b/fetchmail-model.lua @@ -16,7 +16,7 @@ local function get_version() local f = io.popen( cmd ) local cmd_output_result = f:read("*l") f:close() - return cmd_output_result + return cmd_output_result or "Not installed" end local function getloglevels() -- cgit v1.2.3