Commit Graph

9 Commits

Author SHA1 Message Date
Lefteris Chatzimparmpas
e51afea6eb Correct daemon function and add new options
Correct forking inside the daemon function, correct the error messages
printed, and add two new options for controlling working directory
change and redirection of the standard file descriptors.
2011-07-31 18:03:29 +02:00
Lefteris Chatzimparmpas
d83be84636 Check for updates in the server capabilities after login. 2011-07-31 17:33:42 +02:00
Lefteris Chatzimparmpas
4bce219df3 Use the Dq and Sq macros everywhere
Use the Dq macro for double quotes, the Sq macro for single quotes, and
the \e escape character for backslash.
2011-04-06 23:03:45 +02:00
Lefteris Chatzimparmpas
d7f2910212 Correct current selected mailbox functionality
Correct the functionality that provides monitoring of the current
selected mailbox in each account, where the wrong variable was written.

Simplify and clarify the code around this functionality.
2011-04-04 23:48:23 +02:00
Lefteris Chatzimparmpas
e888721242 Correct compilation warning
Correct the following compilation warning:

  warning: assignment discards qualifiers from pointer target type
2011-04-04 23:44:12 +02:00
Lefteris Chatzimparmpas
554b6739c4 Change the order of the command line options. 2011-04-04 23:39:25 +02:00
Lefteris Chatzimparmpas
ae4b3e094e Simplify configuration and building
Remove the configuration bash script, simplify the makefile and add new
target, and update the installation instructions.
2011-04-04 23:19:35 +02:00
Lefteris Chatzimparmpas
4fe1a3d649 Change file and directory structure
Move the source code to the src dir, the man pages to the doc dir, and
the example configuration files to the samples dir, and update all
relevant files to reflect the changes.
2011-03-06 13:34:44 +01:00
Lefteris Chatzimparmpas
5d4ed5ed3f Initial commit. 2011-03-06 12:58:58 +01:00