Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
070ac168
...
070ac168cdd5335515703b6ee764ac67c7cdfe63
authored
2006-01-20 11:21:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
422e7762
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
ChangeLog
NEWS
ChangeLog
View file @
070ac16
2006-01-20 Sergey Poznyakoff <gray@gnu.org.ua>
* imap4d/authenticate.c (imap4d_authenticate): Call
imap4d_check_home_dir before switching to user's privileges. Bail
out if it returns with an error.
Use util_chdir instead of chdir to change to user's home
directory.
* imap4d/login.c (imap4d_login): Likewise
* imap4d/imap4d.c (create_home_dir,home_dir_mode): New variables
(options): New option --create-home-dir
(imap4d_check_home_dir): New function
* imap4d/imap4d.h (imap4d_check_home_dir,util_chdir): New
prototype.
* imap4d/util.c (util_chdir): New function.
* doc/texinfo/programs.texi: Document --create-home-dir option.
* NEWS: Update
2006-01-18 Sergey Poznyakoff <gray@gnu.org.ua>
* README-alpha: Update cvs co information
...
...
NEWS
View file @
070ac16
...
...
@@ -28,6 +28,9 @@ expansion takes place before entering compose mode (by default, it is
carried out when exiting compose mode, right before sending the
message). The default is `set recursivealiases noinplacealiases'.
* imap4d: New option --create-home-dir: If a user logs in and his home
directory does not exist, create it.
* Bugfixes:
** mail: Fix handling of conditional expressions
** mail: When several recipients were specified, no alias expansion took
...
...
Please
register
or
sign in
to post a comment