Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37408539
en ru br
ALT Linux repos
5.0: 4.64L-alt5.1
4.1: 4.64L-alt5
4.0: 4.64L-alt4.1
3.0: 4.58L-alt4
+backports:4.64L-alt0.M30.4

Group :: Networking/Mail
RPM: pine

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: uw-imap-2001a-debian-blackbox-inbox.patch
Download


diff -ruN imap-2001a.orig/src/osdep/unix/env_unix.c imap-2001a/src/osdep/unix/env_unix.c
--- imap-2001a.orig/src/osdep/unix/env_unix.c	Wed Oct 17 23:27:59 2001
+++ imap-2001a/src/osdep/unix/env_unix.c	Thu Dec 13 14:17:25 2001
@@ -848,6 +848,8 @@
 				/* if restricted, canonicalize name of INBOX */
     if (anonymous || blackBox || closedBox) name = "INBOX";
     else return dst;		/* else driver selects the INBOX name */
+    if (blackBox || closedBox) dir = myHomeDir;
+				/* INBOX is in home, not in mymailboxdir() */
   }
 				/* restricted name? */
   else if ((*name == '#') || anonymous || blackBox) {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin