"Fortune" in signatures
Brought to you by:
brunoga,
nwhitehorn
How about having a "Random Fortune" entry in the "Add Signature" menu
(you know, the "fortune" CLI-app)?
While we are at it: I'd be nice if I could move through some
signatures without having to manually delete them. Then I could walk
quickly through some "fortunes" with e.g. Alt-0 until I find one I
like.
So basically, what I'm trying to say... :}
...have only a single signature appended. If I choose another one,
first delete the previous one.
Maybe the menu item should then be renamed form "Add Signature" to
"Append Signature".
Logged In: YES
user_id=459063
This could be made easy by just having the newly-inserted signature
auto-highlighted.
Logged In: YES
user_id=459063
I'd change the bit around line 492 in Content.cpp to:
if (finish != length)
fTextView->Select(length, length);
fTextView->Insert(signature, bytesRead);
length = fTextView->TextLength();
fTextView->Select(length - bytesRead, length);
fTextView->ScrollToSelection();
//fTextView->Select(start, finish);
//fTextView->ScrollToSelection();
But I can't because I'm not a member. :)
Logged In: YES
user_id=32795
We actually *do* have this feature, just not in the place you
expect. It's an outgoing mail filter in E-mail prefs. I suppose we
could move it to BeMail - it's a more logical place for it anyway.