0
I Use This!
Inactive

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Mar 19, 2025 — Mar 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-*-outline-*- callbacks.cpp: More... about 24 years ago
Changes to Makefile by Steven Augart to make debugging easier. More... about 24 years ago
Patch to fix use of uninitialized memory. Thanks to Steven Augart. More... about 24 years ago
Add the .cvsignore file. Good thing to have. More... about 24 years ago
versionnumber++ More... about 24 years ago
on completely seen mailboxes, a folder refresh brings you to the bottom of the list instead of the top... More... about 24 years ago
this fixes colors of _just_ seen messages (which were wrong because of the ordering of code...) More... about 24 years ago
I think this fixes the intermittent crashing on sending mail, and the little boxes at the ends of lines.... More... about 24 years ago
added support for smtps and smtp ports other than 25, but not to the gui More... about 24 years ago
updated More... over 24 years ago
added debugging code to say: connecting to name on port newport using ssl=usessl to help with debugging More... over 24 years ago
Fixed bug in Makefile when doing a fresh install. The DOCDIR wasn't created. More... over 24 years ago
made changes mainly due to Carl Gherardi <[email protected]> so that I can now use CMU's Cyrus test server... I believe that this should also fix Exchange... More... over 24 years ago
thanks to Carl Gherardi <[email protected]> for pointing out a silly error I made (uids go from 1 to 4294967295 not 4294967296) which probably caused the problems with cyrus and exchange. More... over 24 years ago
fixed makefile, so that I _think_ it should be able to compile without ssl More... over 24 years ago
all password prompting windows are now poped in front of the main window on startup More... over 24 years ago
added .sig support for replying and forwarding messages... although all accounts use the same .sig... something to think about changeing More... over 24 years ago
fixed error caused because getenv gives a pointer to HOME (so when we added /.althearc to the end, it actually changed the HOME env variable) and added .sig support More... over 24 years ago
Now when we save configuration, we don't blast our nice user-definable key bindings. All thats left is making some nice new tab in the gui config to set these up. But at least you can do it from the config file. More... over 24 years ago
Big commit here. I'm shooting for user-definable key bindings. I've got it to the point at which you can load them in through the config file and use them. BAD PART: instead of loading the window up and then calling load_Althea() in main.cpp, we call it before the window loads in order to get the accelerators from the config file. I'm not sure this is the best thing. But we'll see... More... over 24 years ago
Bump version up to 0.5.4 so that we don't forget when we release. More... over 24 years ago
changed get_Message_From_Server to refresh the flags after it is done, so that after getting a message it doesn't stay unseen unless the folder is open read-only More... over 24 years ago
cleaned up the code. indented everything properly and deleted some commented code which will never be used again.. More... over 24 years ago
cleaned up the code some (fixed indentation and delted some commented code we will definately never use again) More... over 24 years ago
added a few more checks to make sure ReadTilEOL's err num is <BEG_FAIL More... over 24 years ago
moved LOST_FOLDER_LOCK from before END_SUCCESS to after BEG_FAIL More... over 24 years ago
UW imapd has a weird way of doing things (maybe) where you are "admonished" for doing a STATUS on a SELECTED folder. I can point you to the relevant passages of the imapd code, but this patch at least gets around the "snarling." More... over 24 years ago
the message listing color precidence was in the wrong order IMHO (if a message is deleted it should be red, even if it is recent...) so I fixed it More... over 24 years ago
fixed a bug whereby when deleteing a message it would only advance if the message wasn't the second one, becasue at some point someone (maybe me) said to do so if the row number wasn't equal to the first message (instead of the last one) and had an off by one error... More... over 24 years ago
I'm not exactly sure what I did, but while messing arround to try to get the flags to act correctly, they eventually did... (I think) I suspect it was replaceing the two step process of setting and getting flags with the one step one... More... over 24 years ago