Searched +hist:7914280 +hist:c (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/mail/
H A DMailSupport.hdiff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280cb827ba44ae4a51bc0a2e8659bc849faf Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DMailSupport.cppdiff 1ea9f437 Fri Apr 01 00:18:49 MDT 2011 Jonas Sundström <jonas@kirilla.com> Fix for #7372. Don't use an uninitialized buffer. Some BString replacement of C strings. Replace Mail's ReadAttrString() function with the BNode method. Define a B_MAIL_ATTR_BCC.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41159 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 1ea9f437ea2a94167c336d78136c1f043671ff72 Fri Apr 01 00:18:49 MDT 2011 Jonas Sundström <jonas@kirilla.com> Fix for #7372. Don't use an uninitialized buffer. Some BString replacement of C strings. Replace Mail's ReadAttrString() function with the BNode method. Define a B_MAIL_ATTR_BCC.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41159 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280cb827ba44ae4a51bc0a2e8659bc849faf Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DMailWindow.cppdiff a7ee73c8 Mon Oct 30 02:12:39 MDT 2023 Humdinger <humdinger@mailbox.org> Mail: Fix "Save address" as new Person file

If a Person file with the selected email address doesn't exist yet,
launch the People app with a BMessage "M_LAUNCH_PEOPLE" that triggers
the People app to create a new Person file.
The message includes "META:email" and "META:name" for email address
and contact name. The contact name may be empty, if it wasn't included
in the mail's from/to/cc etc. field.

Don't show error alert, if People was already running.

Fixes #14766

Change-Id: Id4f7ae50aa1ea283974f2fa067ac9e199f369db5
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7084
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
diff 623fc35a Thu Jul 06 02:53:04 MDT 2023 Humdinger <humdingerb@gmail.com> Mail: Slightly improved attachment handling, layout, strings

* In case the dropped file is a symlink, attach the actual file instead.
* Don't add a file, if it's already in the list of attachments.
* Add file size in brackets after the filename in the list of attacments.
* Add some spacing before the "Attachments" label.
* Consistently use "attachment" instead of the mixed in "enclosure".
"Attachment" also seems a more common term for this.

Change-Id: Id36d900216ce25c96ac1815889b8c7b6ec0e5f2c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6699
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
diff a8030ece Thu Jul 06 01:26:58 MDT 2023 Humdinger <humdingerb@gmail.com> Mail: Accept dropped files on window

Currently only files dropped on the mail contents view are added as
attachments. Since dropped text files get inserted into the contents,
it only worked for non-text files.

With this change, the header area and the empty space of the tool bar
react to file drops as well.

* Accept dropped files on the whole window area
* Forward dropped files on the address text controls to the
main window (if they aren't people files)

Change-Id: Ia92f1e34aaf98a3089b318947668f3df41af00ce
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6697
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
diff 9fe85f96 Mon Apr 03 21:20:03 MDT 2023 Zach Dykstra <dykstra.zachary@gmail.com> mail: automatically scale toolbar icons

Change-Id: I756122de2f4ee99883a53d0d2163004328660c85
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6305
Tested-by: Automation <automation@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
diff 457e5ee2 Mon Apr 03 19:19:36 MDT 2023 Zach Dykstra <dykstra.zachary@gmail.com> mail: switch 'Set to' window to use layout lib

'File -> Close and -> Set to' used a hard-coded window size and
control/button layout. Switch this to use the layout library for proper
scaling.

Change-Id: Ieeed93da82fb6bdcca852e3bb2f5a3315222ec27
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6303
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
diff 6023f2a6 Tue Sep 22 15:04:48 MDT 2020 Murai Takashi <tmurai01@gmail.com> mail: Remove dead code

Pointed out by clang static analyzer.

Change-Id: I911c6e664ca043ee49f9343b034b0c6ed78b0178
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3270
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
diff 24cc0d5a Sun Jul 26 13:19:46 MDT 2020 Emir SARI <bitigchi@me.com> [Mail] Add ALT+, settings keyboard shortcut

Change-Id: I9af6ddf32dbaad5cf451ced5380ac63cf0eca3e6
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3095
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
diff 66d438d1 Tue Sep 17 09:54:37 MDT 2019 Humdinger <humdingerb@gmail.com> Mail: change keyboard shortcuts / labels

1) People normally don't change their email account and Mail settings
often after the initial setup and short tweaking period. Using
keyboard shortcuts on those menu items is wasteful. Let's remove
them.

2) OTOH, I need to in/decrease the quoting level rather often (Mail
could probably be more intelligent here, too...).
Also, the current shortcuts for this ALT+' and ALT+SHIFT+' are awkward
and in some keymaps (German, for example) unreachable.
With the change in 1), ALT +/- becomes available, which is easily
reched with many keymaps AFAIK, and the numpad.

3) Rename the menu items "Quote" and "Remove quote" to
"Increase quote level" and "Decrease quote level", which is much
more correct. Also ties n nicely with the +/- shortcuts.

4) Rename the BMessage constants for consistency.

Change-Id: I2da21ed3aa465c30d09b2520288b64dea70feeec
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1868
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
diff 85779906 Thu Sep 05 07:04:58 MDT 2019 Humdinger <humdingerb@gmail.com> Mail: Better placement of signature menu

When clicking the "Signature" button in the toolbar, no mouse
coordinates are available. The current hack is to open the menu
in the center of the tool bar, which is normally no way near
where the user has clicked the button. Not nice.

Change that to find the button coordinates and place the menu a bit
to the left of its center (so chances are the menu pops up already
under the mouse).

Fall back to the old hack, if the signature button wasn't found for
some reason...

Change-Id: I8fb5dbe4e2d394768a685fda0dc71d3cb2c5961d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1836
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
diff 1ea9f437 Fri Apr 01 00:18:49 MDT 2011 Jonas Sundström <jonas@kirilla.com> Fix for #7372. Don't use an uninitialized buffer. Some BString replacement of C strings. Replace Mail's ReadAttrString() function with the BNode method. Define a B_MAIL_ATTR_BCC.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41159 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/servers/mail/
H A DDeskbarView.cppdiff fbc2a57b Fri Mar 03 13:54:19 MST 2023 Zach Dykstra <dykstra.zachary@gmail.com> mail: filter messages in Trash from unread count

When moving an unread message to the Trash, a B_QUERY_UPDATE is
triggered, resulting in a global notification popup of the new message
count - inclusive of all messages on the volume. The on-disk location of
a mail message is now checked to determine if it's in the Trash, before
incrementing or decrementing the unread mail count (and triggering a
notification). This effectively filters out notifications for deleting
unread e-mail messages.

The Deskbar view uses the same logic to display the Mail/No Mail icon.
The B_QUERY_UPDATE handler here has been adjusted to match.

Additionally, unread mail messages in the trash are now filtered when
mail_daemon starts. This ensures that an accurate initial unread count
is set.

Fixes #18252
Fixes #17510

Change-Id: I9b8ec0b2b1f1ddb07797f8a9bedf32811f26f137
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6136
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Tested-by: Automation <automation@haiku-os.org>
diff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280cb827ba44ae4a51bc0a2e8659bc849faf Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DJamfilediff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280c Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7914280cb827ba44ae4a51bc0a2e8659bc849faf Sun Sep 20 08:50:01 MDT 2009 Jonas Sundström <jonas@kirilla.com> Less hardcoding of paths. Adding shared private OpenWithTracker().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33207 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 116 milliseconds