Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2724 - suggestion: uw-imap: changing the default mailsubdir
Summary: suggestion: uw-imap: changing the default mailsubdir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-14 09:27 UTC by Alessandro Giorgio Togna
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Giorgio Togna 2002-05-14 09:27:15 UTC
(this is just a suggestion)
I'm setting up a mail server and have found that changing the default mailsubdir
in uw-imap is (obviously) much faster than configuring each and every mail
client  to store IMAP folders in ~/mail.
This way homedirs are much cleaner and mail files don't mix with normal (user)
files.
Would be nice if gentoo had this clean approach right out of the box.

<quote from uw-imap "CONFIG" on>
suppose you want to change c-client's idea of the user's mailbox directory to be
the "mail" subdirectory of the user's home directory instead of the user's home
directory.  You will want to change variable mailsubdir, changing the line that
reads:

static char *mailsubdir = NIL;  /* mail subdirectory name */
 to be:
static char *mailsubdir = "mail";/* mail subdirectory name */
<quote off>
Comment 1 Nick Hadaway 2002-08-16 21:34:47 UTC
Updated the ebuild with mailsubdir set to ~/mail.  Thanks for the suggestion!
Comment 2 Nick Hadaway 2002-08-17 19:24:50 UTC
Reverted mailsubdir change as it may break many client installs.