diff options
author | krion <krion@FreeBSD.org> | 2003-10-22 16:03:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-22 16:03:39 +0800 |
commit | f1dd9d05d7a5ccc458dd712db8403ce24054fb7c (patch) | |
tree | c944b6fdd07e07e2afb5d0e1762c9209282c7374 /mail/kshowmail/files | |
parent | e757a4ec5f1d7bbc2cdb5b9d5429e923f26402f9 (diff) | |
download | freebsd-ports-graphics-f1dd9d05d7a5ccc458dd712db8403ce24054fb7c.tar.gz freebsd-ports-graphics-f1dd9d05d7a5ccc458dd712db8403ce24054fb7c.tar.zst freebsd-ports-graphics-f1dd9d05d7a5ccc458dd712db8403ce24054fb7c.zip |
New port: mail/kshowmail
KShowmail is a POP3 mail checker for KDE.
Main features:
o load mail headers from pop3 servers
o display relevant header fields in a list view
o display headers of selected mails
o display complete mails
o delete selected mails on servers
o launch external programs like fetchmail or sendmail
via configurable menu entries
o support multiple accounts
o sound support
o send complain mails to postmaster
PR: 58203
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Diffstat (limited to 'mail/kshowmail/files')
-rw-r--r-- | mail/kshowmail/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/kshowmail/files/patch-configure b/mail/kshowmail/files/patch-configure new file mode 100644 index 00000000000..e1e5f7e4e80 --- /dev/null +++ b/mail/kshowmail/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Oct 22 01:20:49 2003 ++++ configure Wed Oct 22 01:21:13 2003 +@@ -23130,7 +23130,7 @@ + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +- if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then ++ if test -f actest.cpp && grep -i klineedit actest.cpp > /dev/null; then + kde_cv_uic_plugins=yes + fi + fi |