Closed (fixed)
Project:
Drupal core
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Feb 2005 at 02:26 UTC
Updated:
7 Mar 2005 at 05:15 UTC
Jump to comment: Most recent file
I find it very undescriptive when I recieve a message from Drupal with the subject "message from username".
This patch adds a "subject" field for the contact.module which the user can fill, and would tell you what they want right away.
Oh, and it helps group the 'conversation' on Gmail into something meaningful.
(Note, I have not tested this since I do not have a CVS installation at the moment. Appreciate if someone can test it).
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | Drupal.fix-contact-module-ws.patch | 1.42 KB | gábor hojtsy |
| contact.module-subject.patch | 1.93 KB | kbahey |
Comments
Comment #1
kbahey commentedDid this patch make it? Any objections to it?
Comment #2
dries commentedI'll commit this patch when there is more demand for it.
Comment #3
killes@www.drop.org commentedI'd like to see this applied. An email got to have a subject.
Comment #4
kbahey commentedThis is badly needed.
Just today I got a message from walkah and Gmail grouped it in a previous conversation with someone else, just because the subject is "message from kbahey".
We have to get this to CVS.
Comment #5
morbus iff+1 from me.
Comment #6
tangent commentedThere is an added newline in the foreach which seems unnecessary. Some lines also have tabs which disrupts the indentation.
Otherwise, +1 on the functionality.
Comment #7
(not verified) commented+1 from me too. Since this is a simple useability extension, I hope that it will get into 4.6.
Comment #8
gábor hojtsyThe previous 'me' was me :)
Comment #9
dries commentedCommitted to HEAD.
Comment #10
kbahey commentedI think we missed something in this patch.
The form_textfield has an argument that the maximum is 8 characters.
This is too short. Should be 30 characters or more. Line 125 in HEAD.
Comment #11
dries commentedFixed in HEAD. Thanks.
Comment #12
gábor hojtsyWhitespace fixes after the patch...
Comment #13
Steven commentedSeems this last patch was also applied by Dries...
Comment #14
(not verified) commented