-
src/sbbs3/readmail.cpp
From
rswindell@VERT to
CVS commit on Friday, June 08, 2018 21:59:00
src/sbbs3 readmail.cpp 1.74 1.75
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv24215
Modified Files:
readmail.cpp
Log Message:
Experimental feature: 'U' command toggles un-read mail visibility.
Change the 'Edit Author's user account' command to '!' (for now).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Saturday, June 09, 2018 00:24:00
src/sbbs3 readmail.cpp 1.75 1.76
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv11497
Modified Files:
readmail.cpp
Log Message:
getmail() can only check the presence of an attribute flag currently
(not the absense), so we need to call it twice to find out if there are
any unread messages for the user.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Saturday, June 09, 2018 00:38:00
src/sbbs3 readmail.cpp 1.76 1.77
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv31416
Modified Files:
readmail.cpp
Log Message:
A little beautification of the unread msg only toggle output.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Saturday, July 07, 2018 06:14:00
src/sbbs3 readmail.cpp 1.78 1.79
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv23530
Modified Files:
readmail.cpp
Log Message:
Restore the 'U' command back to "User Edit" and commented-out the
experimental 'U' (View Unread-Only toggle) command. The 'U' command from
the e-mail menu (e.g. email_sec.js) works better than the toggle approach and is probably all that is needed.
Also, the user number lookup in the User Edit bit is better at finding the proper user account (e.g. for received netmail).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, October 23, 2018 02:49:00
src/sbbs3 readmail.cpp 1.80 1.81
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv3873
Modified Files:
readmail.cpp
Log Message:
PETSCII terminals don't have braces keys, so map to parens the same functionality.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sunday, December 30, 2018 05:23:00
src/sbbs3 readmail.cpp 1.81 1.82
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv8011
Modified Files:
readmail.cpp
Log Message:
Reverse the mail list order (newest first) by default.
Added a command key (!) to reverse the mail list sort order.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Sunday, December 30, 2018 08:10:00
src/sbbs3 readmail.cpp 1.82 1.83
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv29981
Modified Files:
readmail.cpp
Log Message:
Don't hard-code the LM_REVERSE (newest-first) loadmail() mode, let the caller decide that.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Monday, December 31, 2018 06:37:00
src/sbbs3 readmail.cpp 1.84 1.85
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/home/rswindell/sbbs/src/sbbs3
Modified Files:
readmail.cpp
Log Message:
Fixed GCC compile error: invalid conversion from 'const char*' to 'char*'
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, May 02, 2019 00:58:00
src/sbbs3 readmail.cpp 1.92 1.93
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv22514
Modified Files:
readmail.cpp
Log Message:
Set the current node action in sbbs_t::readmail() earlier, before the
"read mail" module is executed, so that the node action is correct more often.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, August 08, 2019 18:30:41
src/sbbs3 readmail.cpp 1.95 1.96
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv30481
Modified Files:
readmail.cpp
Log Message:
Log an error if show_msg() returns false (failure), hopefully helping to get
to the bottom of Alterego's reported issue with new mail message bodies not being displayed.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net