Index: head/databases/akonadi/pkg-message =================================================================== --- head/databases/akonadi/pkg-message (nonexistent) +++ head/databases/akonadi/pkg-message (revision 467566) @@ -0,0 +1,12 @@ +=============================================================================== + +KDE Applications versions of Akonadi, KMail, and Kontact use large +messages on the local machine. The default size on FreeBSD is too +small, which causes local connection problems, and Akonadi-based +applications will be flaky (e.g. mailboxes do not display, messages +cannot be found). Increasing the buffer size is recommended: + + sysctl net.local.stream.recvspace=65536 + sysctl net.local.stream.sendspace=65536 + +=============================================================================== Property changes on: head/databases/akonadi/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/deskutils/kmail/pkg-message =================================================================== --- head/deskutils/kmail/pkg-message (nonexistent) +++ head/deskutils/kmail/pkg-message (revision 467566) @@ -0,0 +1,12 @@ +=============================================================================== + +KDE Applications versions of Akonadi, KMail, and Kontact use large +messages on the local machine. The default size on FreeBSD is too +small, which causes local connection problems, and Akonadi-based +applications will be flaky (e.g. mailboxes do not display, messages +cannot be found). Increasing the buffer size is recommended: + + sysctl net.local.stream.recvspace=65536 + sysctl net.local.stream.sendspace=65536 + +=============================================================================== Property changes on: head/deskutils/kmail/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property