- Aug 23, 2006
- Aug 22, 2006
-
-
deuce authored
-
rswindell authored
- can now modify the message subject/title, anon/non-anon toggle not supported.
-
rswindell authored
-
deuce authored
-
deuce authored
This isn't actually usefull as of yet.
-
deuce authored
This doesn't currently actually accomplish anything, but a quick look shows that it *could* be done by having writemsg() re-read it and update the title as appropriate. Currently, writemsg is always passed a modifyable title parameter with a max length as follows: bulkmail.cpp: 70 email.cpp: 70 fido.cpp: 127 netmail.cpp: 255 (in ::inetmail()) netmail.cpp: 127 (in ::qnetmail()) postmsg.cpp: 70 So, if editor.inf was re-read and, if the subject has changed, truncate it to 70 chars and place the result in the title parameter, it should Just Work.
-
deuce authored
edited and just show the filename as the header.
-
deuce authored
-
deuce authored
-
- Aug 21, 2006
- Aug 19, 2006
-
-
rswindell authored
with the "maxdesclength" value in the ctrl/rss.ini file.
-
- Aug 18, 2006
-
-
deuce authored
Stick with .pla all the time. SYSOPS: Rename any data/user/*.plan to *.pla (Or don't, nobody knows about ;plan anyways)
-
deuce authored
.pla in case of DOS editor usage for creation.
-
deuce authored
When QUOTES.TXT exists, use it as the quoter data and use the passed filename ONLY as the file to save as. When QUOTES.TXT does NOT exist, there is no quoter data, the passed filename is both the input and output of the edited message.
-
deuce authored
-
deuce authored
-
deuce authored
If the filename parameter ents with (case-insensitive) "quotes.txt" or "input.msg", the test should be handled by the quoter. If not, the text should be loaded as the message text. This allows the ;edit function to work "perfectly" while not mucking up the quoting stuff. Fix bug when quoting last line of quote text.
-
- Aug 17, 2006
- Aug 16, 2006
-
-
deuce authored
--------------------------- I am not completely opposed to changing some keybindings. However, the current ones fall into three catagories: 1) "Keepers" ones that I like and would need a very good reason to change. 2) "Lukewarm" ones I understand but don't particularily like very much. 3) "Changers" ones I would change in a heartbeat if I had an alternative. The breakdown is as follows: Keepers: ABCEFGHIJLMRW Lukewarm: VXY Changers: OQU_ The reason X and Y are in lukewarm instead of changers is that PgUp/PgDn should be both close together and enterable with one hand in my opinion. The following CTRL keys are currently unused: DKNPT\ CTRL-Q and CTRL-S I do *not* want to use without alternates as they are the Xon/Xoff chars used in flow control and are sometimes impossible to send from a terminal. I am open to suggestions.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Fix PgUp binding.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Quoter is invoked automatically when replying and can be re-invoked with CTRL-U
-