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
7fdc4862
...
7fdc4862ad412036d2d9c204f084bedc07368dd3
authored
2001-11-01 04:10:52 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated.
1 parent
edc27656
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
7fdc486
2001-10-31 Alain Magloire
* messages/message.c (messages_count): getenv ("MAIL") may return NULL.
In this case we were trying to printf (" ..%s\n", NULL); GNU/Linux
seems to cope with it but QNX/Neutrino sigsegv miserably. Fix the code
by getting the url of the mailbox and calling url_to_string().
* mailbox/mbx_default.c: If the argument is NULL __or__ an empty
string check MAIL and FOLDER environment.
2001-10-31 Alain Magloire
* mailbox/mbx_imap.c (delete_to_string): Try to turn a sequence
of number to IMAP msgset. Call add_number for the work.
(add_number): New function to add number to string for
...
...
Please
register
or
sign in
to post a comment