diff --git a/src/com/fsck/k9/activity/Accounts.java b/src/com/fsck/k9/activity/Accounts.java index 3582c68a8..199293348 100644 --- a/src/com/fsck/k9/activity/Accounts.java +++ b/src/com/fsck/k9/activity/Accounts.java @@ -1258,6 +1258,11 @@ public class Accounts extends K9ListActivity implements OnItemClickListener { d.dismiss(); } }) + .setNeutralButton(R.string.changelog_full_title, new DialogInterface.OnClickListener() { + public void onClick(DialogInterface d, int c) { + new ChangeLog(Accounts.this).getFullLogDialog().show(); + } + }) .show(); }